Getting started - Private JVM Tomcat
Deploying JSP/WAR/ServletsDirectory where you are allowed to upload your WAR and webapps is: "/home/USER/tomcat/webapps/".
stop tomcat:
cd tomcat/bin
./shutdown.sh
start tomcat:
cd tomcat/bin
./startup.sh
The official Tomcat5 site at:
http://tomcat.apache.org/tomcat-5.5-doc/
If you want change JDK (paths):
/usr/local/jdk1.5.0_16
/usr/local/jdk1.6.0_07
Ns1: ns1.javaprovider.net 67.223.234.93
Ns2: ns2.javaprovider.net 67.223.234.94
Lxadmin Panel
https://username.javaprovider.net:7777/
Notes:
1) To add mappings for static files php, cgi, perl, images - you need to email us to support@javaprovider.net
2) You have following ProxyPass configuration:
ProxyPass /stats/ !
ProxyPass /webmail/ !
ProxyPass /lxadmin/ !
ProxyPass / ajp://localhost:Port/
ProxyPassReverse / ajp://localhost:Port/

