|
From: Stefan D. <Ste...@gl...> - 2004-03-09 18:01:21
|
Hi, I recently used this smart tool (ServiceWrapper 2.2.4) for starting Tomcat and everything worked fine (SimpleApp). Now I updated to 3.0.5 and am confronted with the strange problem that Tomcat shuts down immediately after starting. I am clueless because no log contains any error - it seems to stop right after a certain instruction. Recently I tracked it down to be a problem with a certain dynamic servlet which is the main part of a server - client architecture - therefore I cannot go on without using it ... Tomcat itself will start without any problem if I do use its startup.bat. Also using the wrapper and Tomcat as a simple Webserver works ok but in this case when I try to load the servlet on startup time Tomcat and the wrapper also shut down immediately. If I leave out the load-on-startup it shuts down right after the first call to the servlets address. Additionally let me add that I am using another native dll in my servlet for storing data. Could that cause any problems? Any help will be appreciated, Stefan Dingfelder |