Matt Gerrans
Posts: 1153
Nickname: matt
Registered: Feb, 2002
|
|
Re: Tomcat Server Startup Problem.. Pls Help
|
Posted: Apr 4, 2002 10:50 PM
|
|
I assume you are calling the startup.bat file, which in turn calls the tomcat.bat file with the parameter "start" (the option to run it in a new window). If you instead call tomcat.bat directly with the run parameter, it will run in the current window, so you will be able to see the output. Like so: tomcat run (of course, if it does start up properly, you will need to open another window to shut it down).
|
|