Re: Tomcat 5.5 won't start up anymore after adding/removing webapps

2008-01-22 Thread Martin Gainty
-install tc as earlier suggested) M- - Original Message - From: "david delbecq" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 22, 2008 1:30 PM Subject: Re: Tomcat 5.5 won't start up anymore after adding/removing webapps > Those ar

Re: Tomcat 5.5 won't start up anymore after adding/removing webapps

2008-01-22 Thread david delbecq
er -Original Message- From: david delbecq [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 10:08 AM To: Tomcat Users List Subject: Re: Tomcat 5.5 won't start up anymore after adding/removing webapps To manually undeploy a webapp, when tomcat is stopped, remove webap

RE: Tomcat 5.5 won't start up anymore after adding/removing webapps

2008-01-22 Thread Karr, David
ist > Subject: Re: Tomcat 5.5 won't start up anymore after > adding/removing webapps > > To manually undeploy a webapp, when tomcat is stopped, remove > webapps/* remove work/Catalina/localhost/ > remove conf/Catalina/localhost/.xml > > Karr, David a écrit : > &g

Re: Tomcat 5.5 won't start up anymore after adding/removing webapps

2008-01-22 Thread david delbecq
To manually undeploy a webapp, when tomcat is stopped, remove webapps/* remove work/Catalina/localhost/ remove conf/Catalina/localhost/.xml Karr, David a écrit : I installed v5.5.25. I installed the "admin" app (although the instructions on doing this seem uncertain). I used it for a few hours

Re: Tomcat 5.5 won't start up anymore after adding/removing webapps

2008-01-22 Thread Len Popp
ServletContextListeners are configured in an app's web.xml file, so look for all web.xml files on the server (look inside .war files too) to see if any of them mention org.apache.myfaces.webapp.StartupServletContextListener. -- Len On Jan 22, 2008 12:47 PM, Karr, David <[EMAIL PROTECTED]> wrote:

Re: Tomcat 5.5 won't start up anymore after adding/removing webapps

2008-01-22 Thread David Brown
Usually in the past web based deployment/undeployment has been through the manager app and not the admin app. The work directory is only for the compilation of the JSP. Can you deploy using ANT? Please reply with more info and maybe you will get a better response: OS: type/version JDK: version