1. Load a context/servlet at startup in Tomcat *WITHOUT* changing deployment descriptor (web.xml) stackoverflow.comI've got a
I want Tomcat to load ... |
2. How can I make Tomcat pre-compile JSPs on startup? stackoverflow.comWe're using both Apache Tomcat 6.0 and Jetty 6 where I work. We mostly use Jetty for testing (it's great for running embedded in JUnit tests) and Tomcat for production. By ... |
3. load-on-startup Tomcat stackoverflow.comHow can i load a class on at startup in Tomcat ? I saw "load-on-startup" tag for web.xml file, but can i use it and how should I write my class ? EDIT: ... |
4. Is there a means of executing code during the startup of Apache Tomcat 6.x to perform intialization routines, etc.? stackoverflow.comI want to initialize a global instance of a class before my Tomcat server completes startup and begins to offer my servlets. If this service somehow fails initialization, I'd like ... |
5. Tomcat failed to start when calling Thread.sleep inside servlet on server startup stackoverflow.comTomcat failed to start when calling Thread.sleep inside servlet on server startup. There is a Servet which is loaded at server start up. Inside the init method of servlet, sendMail method of ... |
6. Is there a way to do something on a J2EE server-start? I'm using Tomcat stackoverflow.comI'm trying to get a J2EE server to register (read: send some message to) with another server on its own initiative - not as a response to something. Surprisingly, I've found ... |
7. Tomcat Java Servlet - Initialize Class on Application Startup stackoverflow.comI have a class that takes a bit of time to start up (makes some JNI calls and what not), so it is not feasable to initialize this class everytime a ... |
8. Java: Debug Tomcat Application Startup stackoverflow.comNormally, my instance of Tomcat starts-up without any problem. However, when I add a new filter to the 'preview' web app, that application fails to start:
|
9. Tomcat - Servlet init() called twice upon startup stackoverflow.comI have an issue with a standalone Tomcat server (not linked with Apache). When Tomcat starts up, the init() method of the servlet is getting called twice, i.e., two servlets are starting ... |
10. Tomcat startup confusion... coderanch.comI'm not sure what I might have done to cause this, or if this is even a problem really, but when I start Tomcat using the startup.bat file I get a normal startup up to the point where it says: Apache Tomcat/4.1.12 Oct 28, 2002 2:22:44 AM org.apache.commons.digester.Disgester error SEVERE: Parse Error at line 42 column 18: The content of element ... |
12. Can i run a servlet on tomcat startup? coderanch.com |
13. loading a servlet on tomcat 5.5.1 startup coderanch.com |