Hello. On Sab, 28 Novembre 2009 5:38, Caldarale, Charles R wrote: >> From: Rocco Scappatura [mailto:rocco.scappat...@infracom.it] >> Subject: RE: Tomcat 5.17 crashes too often >> >> But once I have changed the path of jvm with the >> new one, Tomcat has no more started. > > Might be time to try a newer version of Tomcat, since it appears you've > broken the installation of this one. (5.5.17 is over 3.5 years old, and > numerous bug and security fixes have gone in between then and when 5.5.28 > was released.) Download the .zip one rather than the .exe and you can > install it in whatever directory you want, and use the service.bat script > to create the service. >
I have upgrade Tomcat 5.5.17-->5.5.28. But service Tomcat5 doesn't start anyway. Just as before update, I can start Tomcat only at command line typing C:\> tomcat5.exe If I try to start the service as configured in Service tab, I get: C:\>C:\Tomcat\bin\tomcat5.exe //RS//Tomcat5 C:\> The prompt simply returns and the server is not started. Furthermore I get the following error when I shut down Tomcat (typing CTRL+c): 28-nov-2009 15.56.41 org.apache.catalina.startup.Catalina stopServer GRAVE: Catalina.stop: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:395) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:344) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:435) How can prevent it? Thanks, rocsca --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org