Re: Tomcat application startup - Lifecycleexception

2011-10-22 Thread ramsri
I learn. Thank you for the help and prompt responses. This problem is solved. Pid * wrote: > > On 21/10/2011 00:26, ramsri wrote: >> I now know that there is no longer a need to mess around with >> setclasspath.sh. > > I'm not sure there ever was. > > > p > > > > -- View this message

Re: Tomcat application startup - Lifecycleexception

2011-10-21 Thread Pid
On 21/10/2011 00:26, ramsri wrote: > I now know that there is no longer a need to mess around with setclasspath.sh. I'm not sure there ever was. p signature.asc Description: OpenPGP digital signature

RE: Tomcat application startup - Lifecycleexception

2011-10-21 Thread ramsri
: The requested resource (/mysite/servlet/SPServlet) is not available *** n828cl wrote: > >> From: ramsri [mailto:ramfi...@yahoo.com] >> Subject: Re: Tomcat application startup - Lifecycleexception > >> I looked into my web.xml under $CATALINA_HOME/webapps/myap

RE: Tomcat application startup - Lifecycleexception

2011-10-20 Thread Caldarale, Charles R
> From: ramsri [mailto:ramfi...@yahoo.com] > Subject: Re: Tomcat application startup - Lifecycleexception > I looked into my web.xml under $CATALINA_HOME/webapps/myapp/WEB-INF > and there I found a reference to a servlet-name 'Invoker'. I had read > about this somewh

Re: Tomcat application startup - Lifecycleexception

2011-10-20 Thread ramsri
Thanks for a prompt reply. I had done that clean install before. Anyway got to a clean install situation and I still got the same error. So, I looked into my web.xml under $CATALINA_HOME/webapps/myapp/WEB-INF and there I found a reference to a servlet-name 'Invoker'. I had read about this some

Re: Tomcat application startup - Lifecycleexception

2011-10-20 Thread Pid
On 20/10/2011 23:27, ramsri wrote: > > I have been struggling for a week now getting my application deployed on > Tomcat 7. I am unable to make much progress with it and request your help. I > am not very good with Tomcat. So please bear with me and request details in > your solution. I can see th