#!/usr/bin/perl
# cpanel12 - addservlets Copyright(c) 2004-2007 cPanel, Inc.
# All rights Reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
if ( -e '/scripts/addservlets2' ) {
exec '/scripts/addservlets2', @ARGV;
}
die "Please update tomcat via easyapache to get the latest version";