To get the output in the same window, in your script where you say "action start", change that to "action run" that runs tomcat in the same command window. hope that helps.
-----Original Message----- From: Lance Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 09:46 To: 'Tomcat Users List' Subject: RE: Startup Problem - Win2K - How To Get Stacktrace? Tomcat doesn't require Ant unless you are building it. Have you looked at the log files in CATALINA_HOME\logs for any ideas. The other option is to open a command window, cd to CATALINA_HOME\bin and run startup. regards, Lance Smith -----Original Message----- From: Douglas Reames [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 8:26 AM To: [EMAIL PROTECTED] Subject: Fwd: Startup Problem - Win2K - How To Get Stacktrace? Could it be that until Ant is installed, that Tomcat does not have all of the class files it needs for deployment and startup? regards, Douglas Reames >Hi, >I am trying to run Tomcat 4.1 on a Win2K box, and 'startup' is >problematic. I have set the environment variables, and pointed the >JAVA_HOME to JDK1.3. And yet, I the startup does not complete. I have >included the script output - environment variables - below. When it runs, >I can see that I am getting a stacktrace, but it runs in another DOS >window that is gone before I can read it. > >What I would like to get instruction on is how do I tell Tomcat to either: > >[A] Direct the stacktrace to a log file, OR >[B] Force Tomcat to send its output ( stacktrace ) to the DOS window that >I issue the 'startup.bat' command on. > >Thanks ahead for any assistance. > >Regards, >Douglas Reames > >G:\>%CATALINA_HOME%\bin\startup >Using CATALINA_BASE: G:\Tomcat4.1 >Using CATALINA_HOME: G:\Tomcat4.1 >Using CATALINA_TMPDIR: G:\Tomcat4.1\temp >Using JAVA_HOME: G:\jdk1.3.1_04 >execjava is "start "Tomcat" "G:\jdk1.3.1_04\bin\java"" >java_opts is "" >catalina_opts is "" >debug_opts is "" >java_endorsed_dirs is "G:\Tomcat4.1\bin;G:\Tomcat4.1\common\endorsed" >classpath is "G:\jdk1.3.1_04\lib\tools.jar;G:\Tomcat4.1\bin\bootstrap.jar" >catalina_base is "G:\Tomcat4.1" >catalina_home is "G:\Tomcat4.1" >catalina_temp is "G:\Tomcat4.1\temp" >mainclass org.apache.catalina.startup.Bootstrap >cmd_line >action start >G:\> > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>