Bill Barker wrote:
> I went ahead and converted most of j-t o.a.t.util.** to use
> commons-logging. At the moment, since o.a.t.u.depend and o.a.t.u.compat
> are in the System ClassLoader, then commons-logging needs to be there as
> well.
+1
We shoud do it for j-t-c o.a.t.util as well, if not a
- Original Message -
From: "Costin Manolache" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 3:57 AM
Subject: Re: cvs commit: jakarta-tomcat/src/shell tomcat.bat tomcat.sh
> Bill Barker wrote:
>
> >
> > -
Bill Barker wrote:
>
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 18, 2002 9:21 PM
> Subject: cvs commit: jakarta-tomcat/src/shell tomcat.bat tomcat.sh
>
>
>> billbarker2002/09/
e-
> From: Bill Barker [mailto:[EMAIL PROTECTED]]
> Sent: Friday, September 20, 2002 12:40 AM
> To: Tomcat Developers List
> Subject: Re: cvs commit: jakarta-tomcat/src/shell tomcat.bat tomcat.sh
>
>
>
> - Original Message -
> From: <[EMAIL PROTECTED]&g
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 9:21 PM
Subject: cvs commit: jakarta-tomcat/src/shell tomcat.bat tomcat.sh
> billbarker2002/09/18 21:21:17
>
> Modified:src/shell tomcat.
billbarker2002/09/18 21:21:17
Modified:src/shell tomcat.bat tomcat.sh
Log:
Temporary stop-gap until I work out all of the ClassLoader issues.
Revision ChangesPath
1.47 +2 -2 jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
==
larryi 01/10/21 10:34:12
Modified:src/shell tomcat.bat
Log:
Update to usage info.
Revision ChangesPath
1.45 +13 -9 jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
===
RCS file: /home
larryi 01/09/09 15:00:45
Modified:src/shell tomcat.bat
Log:
Improve error message if "/lib/tomcat.jar" can't be found.
Revision ChangesPath
1.44 +3 -2 jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
larryi 01/09/01 14:02:03
Modified:src/shell tomcat.bat
Log:
Need to try ".." too when guessing TOMCAT_HOME and
TOMCAT_INSTALL.
Reported by: Ignacio J. Ortega
Revision ChangesPath
1.43 +5 -1 jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
==
larryi 01/09/01 08:28:11
Modified:src/shell tomcat.bat
Log:
Add quotes around TOMCAT_HOME
Revision ChangesPath
1.42 +9 -9 jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
===
RCS fil
larryi 01/08/30 20:54:50
Modified:src/shell tomcat.bat
Log:
Fix "Usage"display for Win9x.
Remove -security option in favor of using "sandbox". For start and run,
always set java.security.policy so "sandbox" can be any argument. This
make it consistent with tomcat.sh. If
larryi 01/08/30 08:15:15
Modified:src/shell tomcat.bat
Log:
Back out change for jspc. Problem was in Jspc.java, not in needing the
environment set.
Revision ChangesPath
1.40 +7 -8 jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
larryi 01/08/30 04:42:55
Modified:src/shell tomcat.bat
Log:
Fix "jspc" option to include setting environment.
Always clean up internal environment variables.
Revision ChangesPath
1.39 +15 -14jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
===
larryi 01/08/23 20:16:54
Modified:src/shell tomcat.bat
Log:
Add "enableAdmin" and "estart" commands with legacy enableAdmin.
Added "_MAIN" environment variable to specify startup class like what
is done in tomcat.sh. Some miscellaneous cleanup.
Revision ChangesPath
costin 01/08/20 22:52:12
Modified:src/shell tomcat.bat
Log:
Update for the new Main.java.
Also removed "tomcat ant" option, ant is no longer bundled ( it was there in 3.0
because
we didn't had a separate release, if I remember corectly ).
For sandbox use, don't specify
larryi 01/08/19 15:52:51
Modified:src/shell tomcat.bat
Log:
Added a TOMCAT_INSTALL environment variable to allow Tomcat to
be started with "conf" and "lib" in separate locations.
Updated to make "env" option function properly.
Revision ChangesPath
1.36 +99 -
costin 01/07/16 20:46:05
Modified:src/shell tomcat.bat
Log:
Fix for #2192, thanks [EMAIL PROTECTED] (Stephen Brown) for finding it
and providing the patch.
Submitted by: [EMAIL PROTECTED] (Stephen Brown)
Revision ChangesPath
1.35 +8 -8 jakarta-tomcat/sr
marcsaeg01/06/24 12:27:16
Modified:src/shell Tag: tomcat_32 tomcat.bat
Log:
Making tomcat.bat consistent with tomcat.sh in how files are added to the
classpath. Tomcat.bat only added jar files while tomcat.sh added all files
in tomcat/lib. This made it more difficult for users
nacho 01/02/06 09:58:22
Modified:src/shell tomcat.bat
Log:
Default startup shell for windows, starts tomcat
with new bootstrap
Revision ChangesPath
1.34 +11 -61jakarta-tomcat/src/shell/tomcat.bat
Index: tomcat.bat
=
larryi 01/01/11 11:13:21
Modified:src/shell tomcat.bat
Log:
Undo prior "fix" per Craig's note below:
The double equals sign (==) tells the default security policy reader that the
specified policy file completely *replaces* the standard one (which is what we
want here, same
larryi 01/01/11 11:12:48
Modified:src/shell Tag: tomcat_32 tomcat.bat
Log:
Undo prior "fix" per Craig's note below:
The double equals sign (==) tells the default security policy reader that the
specified policy file completely *replaces* the standard one (which is what we
larryi 01/01/08 04:11:48
Modified:src/shell tomcat.bat
Log:
Fix setting of java.security.policy System property when using -security
option to start Tomcat
Update setting of static classpath for current jar set.
Revision ChangesPath
1.32 +4 -3 jakarta-t
larryi 01/01/08 04:10:31
Modified:src/shell Tag: tomcat_32 tomcat.bat
Log:
Fix setting of java.security.policy System property when using -security
option to start Tomcat
Revision ChangesPath
No revision
No revision
23 matches
Mail list logo