PDA

View Full Version : .jar file deploying fail


allensim
08-07-2010, 17:04
Hi,
I copy the .war file into the webapps directory under Tomcat: TOMCAT_HOME/webapps/
But as I login to the manager page. The "Running" column shown "fail".
How can I make it to become "true"?
Please advice.


Thanks in advance,
Allen

kjkoster
08-07-2010, 21:09
Dear Allen,

Check TOMCAT_HOME/logs/catalina.out for any errors. Can you please post those?

Also, you should only deploy .war files and not .jar files.

Kees Jan