Re: how 2 start tomcat from ms-dos command prompt without creating a new window?

2003-07-24 Thread Me myself
ponse. From: John Turner <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: how 2 start tomcat from ms-dos command prompt without creating a new window ? Date: Thu, 24 Jul 2003 15:26:42 -0400 I

RE: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Mike Curwen
> -Original Message- > From: Me myself [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 2:32 PM > To: [EMAIL PROTECTED] > Subject: Re: how 2 start tomcat from ms-dos command prompt > without creating a new window ? > > > > Yes, but, would tomc

Re: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Munteanu Gabriel
There is another solution that I use: in my startup.bat i have a line like this: call "%EXECUTABLE%" start %CMD_LINE_ARGS% and I changed it in: call "%EXECUTABLE%" run %CMD_LINE_ARGS% and now it doesn't make another window, it remains in the one that starts the process. I hope it helps. Gabi P.S

Re: how 2 start tomcat from ms-dos command prompt without creating a new window ?

2003-07-24 Thread Simon Pabst
try the dos start command: start tomcat\bin\startup.bat ("start /?" for help) At 19:17 24.07.2003 +, you wrote: i have an question about how to start the tomcat servlet container as an windows-process from the ms-dos command prompt without getting a new cmd-window. Its that when i start my jav