Hello. Thank you for your answer. Unfortunately the software installed in the server brings its own Tomcat installation (the one in the case) and I can't upgrade it without knowing if it may affect that software. The only thing i see that could be why automatically shutting down Tomcat is that when I type in the command prompt:
java -version: C:\Program Files\Autodesk\MapGuideEnterprise2010\WebServerExtensions\Tomcat\bin>java -version java version "1.6.0_35" Java(TM) SE Runtime Environment (build 1.6.0_35-b10) Java HotSpot(TM) Client VM (build 20.10-b01, mixed mode, sharing) And when I execute startup.bat it says. Using JRE_HOME: C:\Program Files\Java\jdk1.6.0_12 should I uninstall Java 1.6.0_35 ? Thank you so much for the help. On Sun, Nov 11, 2012 at 5:15 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Camilo Diaz [mailto:k.dia...@gmail.com] > > Subject: Re: Windows Server 2003 - Apache Tomcat 6.0.14 is shutting down > 5 seconds after started > > > When I use the the startup.bat command > > > When it finished all seems to be normal and I am able to see > > tomcat.exe in the task manager processes list. > > Something's very wrong in what you're doing; if Tomcat is initiated by > startup.bat, it does not use tomcat.exe; you will instead see java.exe in > the process list. The tomcat.exe program is used only when Tomcat is > running as a service. You can't run Tomcat as both as service and from a > batch script at the same time, using the same server.xml. > > Also, as Pid noted, you really, really, really need to upgrade your > environment. It is irresponsible to be using a Tomcat version that's over > five years old. > > You best course of action may well be to deinstall all copies of Tomcat > that you have, download a current one, and install that. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail and > its attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Kmilo