????

Your IP : 3.131.38.208


Current Path : /scripts/
Upload File :
Current File : //scripts/addservlets

#!/usr/local/cpanel/3rdparty/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 '/usr/local/cpanel/scripts/addservlets2' ) {
    exec '/usr/local/cpanel/scripts/addservlets2', @ARGV;
}

die "Please update tomcat via easyapache to get the latest version";