
June 14th, 2001, 01:12 PM
|
|
Junior Member
|
|
Join Date: Jun 2001
Location: Iassy - Romania
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
here is an Idea!
You might think that the second window is the Tomcat.bat, well is not, the second window is the launcher for Java applications (java.exe) from the javahome/bin directory.
So if you don't wanna see those windows set "close on exit" for the startup.bat and try changing "java" with "javaw" in the tomcat.bat in the lines that look like the next:
set _STARTJAVA=start "Tomcat 3.2" "%JAVA_HOME%\bin\java"
or
set _RUNJAVA="%JAVA_HOME%\bin\java"
be sure to make copies of the files you're about to modify.
Peter.
BTW you could always upgrade to win2000 where Tomcat runs like a service (no windows) 
Peter.
|