Tomcat not recompiling new jsp in development mode

2008-04-10 Thread Mohamed King
Guys,

Any idea why a new version of my jsp is not compiled and changes shown.
Tomcat is running in development mode and the time on the new jsp is later
than the previous. I manually have to delete the
tomcat_home/work/catalina/localhost directory and restart for changes to
go into effect. It is my understanding I should not have to do this if
tomcat is running in development mode. What am I doing wrong.


Thank you,
Mohamed King
eApps Hosting





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem in running servlet

2008-03-05 Thread Mohamed King
Hi,

Try putting the jar file in TOMCAT_HOME/common/lib or in your application
WEB-INF/lib directory.



 Hi
 Am getting this error when running a servlet.

 type Exception report

 message

 description The server encountered an internal error () that prevented it
 from fulfilling this request.

 exception

 javax.servlet.ServletException: Wrapper cannot find servlet class
 tomcat.impl.PluginServlet or a class it depends on
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.catalina.valves.ErrorReportValve.invoke(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.catalina.connector.CoyoteAdapter.service(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.coyote.http11.Http11Processor.process(tomcat-http-5.5.26.jar.so)
 org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(tomcat-http-5.5.26.jar.so)
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(tomcat-util-5.5.26.jar.so)
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(tomcat-util-5.5.26.jar.so)
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(tomcat-util-5.5.26.jar.so)
 java.lang.Thread.run(libgcj.so.8rh)

 root cause

 java.lang.ClassNotFoundException: tomcat.impl.PluginServlet
 org.apache.catalina.loader.WebappClassLoader.loadClass(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.catalina.loader.WebappClassLoader.loadClass(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.catalina.valves.ErrorReportValve.invoke(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.catalina.connector.CoyoteAdapter.service(catalina-5.5.26.jar.so78uqbd.so)
 org.apache.coyote.http11.Http11Processor.process(tomcat-http-5.5.26.jar.so)
 org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(tomcat-http-5.5.26.jar.so)
 org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(tomcat-util-5.5.26.jar.so)
 org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(tomcat-util-5.5.26.jar.so)
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(tomcat-util-5.5.26.jar.so)
 java.lang.Thread.run(libgcj.so.8rh)

 note The full stack trace of the root cause is available in the Apache
 Tomcat/5.5.26 logs.

 Why am i getting this error. can anyone help me. i have the jar files
 necessary but where should i place them
 --
 View this message in context:
 http://www.nabble.com/Problem-in-running-servlet-tp15851685p15851685.html
 Sent from the Tomcat - User mailing list archive at Nabble.com.


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



Thank you,
Mohamed King
eApps Hosting


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]