Re: Starting Tomcat in Apache

2001-03-18 Thread Kenneth Westelinck
do this (ie a better startup script) please let me know. regards, Kenneth Westelinck >From: Peter Bernard West <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Starting Tomcat in Apache >Date: Sun, 18 Mar 2001 13:58:02 +1000 >

Re: Starting Tomcat in Apache

2001-03-18 Thread Milt Epstein
's own and then bring in the startup script. If > > you have a workaround, please let me know. > > > > thanks, > > > > Kenneth Westelinck > > > > >From: Peter Bernard West Reply-To: [EMAIL PROTECTED] To: > > >[EMAIL PROTECTED] Subject: Re

Re: Starting Tomcat in Apache

2001-03-18 Thread Peter Bernard West
27;s own and then bring in the startup script. If > you have a workaround, please let me know. > > thanks, > > Kenneth Westelinck > > >From: Peter Bernard West Reply-To: [EMAIL PROTECTED] To: > >[EMAIL PROTECTED] Subject: Re: Starting Tomcat in Apache Date: > >Fri,

Re: Starting Tomcat in Apache

2001-03-15 Thread Kenneth Westelinck
PROTECTED] To: >[EMAIL PROTECTED] Subject: Re: Starting Tomcat in Apache Date: >Fri, 16 Mar 2001 12:17:13 +1000 > >In Windows, does a batch script exit if any of the commands fails? If it >does not, the script will hang if startup.bat fails, or fails to produce >mod_jk.conf-auto

Re: Starting Tomcat in Apache

2001-03-15 Thread Peter Bernard West
gt; set TOMCAT_HOME=d:\program files\apache group\jakarta-tomcat-3.2.1 > > set APACHE_HOME=d:\program files\apache group\apache > > > > "%APACHE_HOME%\Apache.exe" -d "%APACHE_HOME%" -k shutdown > > "%TOMCAT_HOME%\bin\shutdown.bat" > > > > hope

RE: Starting Tomcat in Apache

2001-03-15 Thread Adam Fowler
tomcat Subject: Starting Tomcat in Apache Hi All, I have tomcat which i am starting everytime by typing /bin/startup.sh and closing by ..bin/shutdown.sh. manually. Tomcat is running with Apache in my Linux system. Can anybody know how Apache web server will start tomcat automatically wh

Re: Starting Tomcat in Apache

2001-03-15 Thread Steve Prior
gt; set APACHE_HOME=d:\program files\apache group\apache > > "%APACHE_HOME%\Apache.exe" -d "%APACHE_HOME%" -k shutdown > "%TOMCAT_HOME%\bin\shutdown.bat" > > hope this helps, > > Kenneth Westelinck > > >From: venkatesan <[EMAIL PROTECTED]

Re: Starting Tomcat in Apache

2001-03-15 Thread Arnaud Vandyck
venkatesan wrote: > > Hi All, > I have tomcat which i am starting everytime by typing > /bin/startup.sh and closing by ..bin/shutdown.sh. manually. Tomcat > is running with Apache in my Linux system. Can anybody know how Apache > web server will start tomcat automatically when it start

Re: Starting Tomcat in Apache

2001-03-15 Thread Kenneth Westelinck
" -k shutdown "%TOMCAT_HOME%\bin\shutdown.bat" hope this helps, Kenneth Westelinck >From: venkatesan <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: tomcat <[EMAIL PROTECTED]> >Subject: Starting Tomcat in Apache >Date: Thu, 15 Mar 2001 18:39:36 +053

Starting Tomcat in Apache

2001-03-15 Thread venkatesan
Hi All, I have tomcat which i am starting everytime by typing /bin/startup.sh and closing by ..bin/shutdown.sh. manually. Tomcat is running with Apache in my Linux system. Can anybody know how Apache web server will start tomcat automatically when it starts and shutdown while it stops.