cvs commit: jakarta-tomcat/src/shell tomcat.sh tomcat.bat

2003-10-13 Thread hgomez
hgomez 2003/10/13 02:45:41 Modified:src/shell tomcat.sh tomcat.bat Log: Add use of endorsed lib in run scripts Revision ChangesPath 1.38 +14 -11jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh ===

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 08:30:45 Modified:src/shell tomcat.sh Log: Was a little too fast, quick fixes. Revision ChangesPath 1.37 +4 -4 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh === RCS

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2003-03-06 Thread hgomez
hgomez 2003/03/06 08:29:31 Modified:src/shell tomcat.sh Log: Add some usefull ENV VARS as does in TC 4.1/TC 5.0 Revision ChangesPath 1.36 +76 -10jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh ==

cvs commit: jakarta-tomcat/src/shell tomcat.sh tomcat.bat

2002-09-26 Thread larryi
larryi 2002/09/26 18:47:23 Modified:src/shell tomcat.sh tomcat.bat Log: Update to use the original name of the "commons-logging" jar we are including. Revision ChangesPath 1.35 +2 -2 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2002-01-30 Thread larryi
larryi 02/01/30 19:58:14 Modified:src/shell tomcat.sh Log: Fix for Bug 4382. Though it potentially causes the "-wait" option to malfunction, it is better not to inadvertly cause shutdown problems if Tomcat is started twice. If the "-wait" behavior is needed, externally mak

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-10-21 Thread larryi
larryi 01/10/21 10:33:41 Modified:src/shell tomcat.sh Log: Update to usage info and a little formatting. Submitted by: Jeff Turner Revision ChangesPath 1.31 +35 -24jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh =

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-09-19 Thread larryi
larryi 01/09/19 20:35:41 Modified:src/shell tomcat.sh Log: Remove rt.jar from $CLASSPATH. Updates to JspInterceptor make it unnecessary. Revision ChangesPath 1.30 +1 -5 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh ==

Env variables (Re: cvs commit: jakarta-tomcat/src/shell tomcat.sh)

2001-09-13 Thread Jeff Turner
On Fri, Sep 14, 2001 at 04:11:20AM -, [EMAIL PROTECTED] wrote: > ( well, I'm a lazy user as I never set TOMCAT_HOME, too many instances on my >machine :-) I think that's useful advice generally. If the startup script of your app can automagically figure out the *_HOME directory, let it. A

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-09-13 Thread costin
costin 01/09/13 21:11:20 Modified:src/shell tomcat.sh Log: Make tomcat.sh consitent with tomcat.bat, and better use of the TOMCAT_INSTALL/TOMCAT_HOME. TOMCAT_INSTALL is the directory where tomcat is installed, where bin/ and lib/ are located. TOMCAT_HOME is the local in

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-08-20 Thread costin
costin 01/08/20 22:55:50 Modified:src/shell tomcat.sh Log: Removed CLASSPATH, for consistency with the bat and as decided on tomcat-dev. Removed the ant stuff. Update for the new Main.java Revision ChangesPath 1.26 +51 -28jakarta-tomcat/src/shell/tomc

RE: cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-07-05 Thread Larry Isaacs
rtup... > > Saludos , > Ignacio J. Ortega > > > > -Mensaje original- > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: jueves 5 de julio de 2001 11:05 > > Para: [EMAIL PROTECTED] > > Asunto: cvs commit: jakarta-tomca

RE: cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-07-05 Thread Ignacio J. Ortega
TECTED]] > Enviado el: jueves 5 de julio de 2001 11:05 > Para: [EMAIL PROTECTED] > Asunto: cvs commit: jakarta-tomcat/src/shell tomcat.sh > > > hgomez 01/07/05 02:05:29 > > Modified:src/shell tomcat.sh > Log: > needed rt.jar to have tomcat compiling jsp >

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-07-05 Thread hgomez
hgomez 01/07/05 02:05:29 Modified:src/shell tomcat.sh Log: needed rt.jar to have tomcat compiling jsp Revision ChangesPath 1.25 +5 -1 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh ===

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-05-26 Thread costin
costin 01/05/26 12:20:29 Modified:src/shell tomcat.sh Log: Increase the delay for slower hard disks. Revision ChangesPath 1.24 +3 -3 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh ===

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-04-22 Thread costin
costin 01/04/22 08:52:12 Modified:src/shell tomcat.sh Log: Fix for #232, thanks [EMAIL PROTECTED] (Mark Norman) for the report and fix. Submitted by: [EMAIL PROTECTED] (Mark Norman) Revision ChangesPath 1.23 +10 -2 jakarta-tomcat/src/shell/tomcat.sh

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-03-20 Thread costin
costin 01/03/20 22:41:37 Modified:src/shell tomcat.sh Log: Few more changes to the .sh script: - less verbosity ( no message on the console if the output will be redirected, let java do the output for home, classpath ) - fixed the startup with wait - added a "force" s

Re: cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-03-15 Thread Mel Martinez
+1 On putting it in the logs directory. Mel --- David Rees <[EMAIL PROTECTED]> wrote: > On Thu, Mar 15, 2001 at 07:33:19AM -, > [EMAIL PROTECTED] wrote: > > costin 01/03/14 23:33:19 > > > > - added -noout option to redirect the > stdout/stderr to a file > > Great, I've been modifyin

Re: cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-03-14 Thread David Rees
On Thu, Mar 15, 2001 at 07:33:19AM -, [EMAIL PROTECTED] wrote: > costin 01/03/14 23:33:19 > > - added -noout option to redirect the stdout/stderr to a file Great, I've been modifying my tomcat scripts to do this by hand forever. > - save the PID of the java process in conf/tomcat.p

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-03-14 Thread costin
costin 01/03/14 23:33:19 Modified:.changes3.3 src/share/org/apache/tomcat/modules/config ProfileLoader.java src/share/org/apache/tomcat/modules/server Ajp12Interceptor.java src/share/or

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-02-05 Thread costin
costin 01/02/05 20:44:53 Modified:src/shell tomcat.sh Log: Shell changes to match Nacho's bat file. The new behavior is enabled by default, comment out the first line if you want to go back. ( after a transition period I'll remove the old code from the startup script

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2001-01-10 Thread glenn
glenn 01/01/10 14:55:49 Modified:src/shell Tag: tomcat_32 tomcat.sh Log: Fixed startup with -security Revision ChangesPath No revision No revision 1.17.2.2 +3 -1 jakarta-tomcat/src/shell/tomcat.sh Index: to

cvs commit: jakarta-tomcat/src/shell tomcat.sh

2000-11-17 Thread glenn
glenn 00/11/17 14:05:50 Modified:src/shell Tag: tomcat_32 tomcat.sh Log: Remove current directory from CLASSPATH Revision ChangesPath No revision No revision 1.17.2.1 +7 -4 jakarta-tomcat/src/shell/tomcat.sh