Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread costinm
On Mon, 1 Apr 2002, Patrick Luby wrote: > Remy and Costin, > > I will reverse the patch since there are enough -1s on this. One > question: should we continue to set the "-Djava.ext.dirs=" in the > wrapper scripts? This disables the extensions but without any code > change to Tomcat. Or do we

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread patrickl
patrickl02/04/01 11:51:32 Modified:catalina/src/bin catalina.bat catalina.sh setclasspath.bat setclasspath.sh tool-wrapper.bat tool-wrapper.sh catalina/src/share/org/apache/catalina/startup Bootstrap.java Tool.java

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Patrick Luby
Remy and Costin, I will reverse the patch since there are enough -1s on this. One question: should we continue to set the "-Djava.ext.dirs=" in the wrapper scripts? This disables the extensions but without any code change to Tomcat. Or do we want to revert back to the original scripts where the

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Remy Maucherat
> > Fine, but your change creates problems (Jasper does not work on JDK 1.4 > > unless you delete common/endorsed/xerces.jar). I don't know why at this > > time, but it should be fixed ASAP. > > > > (Note: I don't care too much about this functionality ... Adding another CL > > layer is dangerous

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread costinm
On Mon, 1 Apr 2002, Patrick Luby wrote: > BTW, I can eliminate the use of a separate classloader and put the > jre/lib/ext directory in the existing catalinaLoader and sharedLoader > instances. However, to do this, I need to change the getClassPath() > method in JspEngineContext.java so that it r

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Patrick Luby
Remy, Remy Maucherat wrote: > > Fine, but your change creates problems (Jasper does not work on JDK 1.4 > unless you delete common/endorsed/xerces.jar). I don't know why at this > time, but it should be fixed ASAP. > > (Note: I don't care too much about this functionality ... Adding another CL

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread costinm
On Mon, 1 Apr 2002, Patrick Luby wrote: > Costin, > > The problem with the default JVM behavior can cause your application to > crash or behave in unexpected ways if there are incompatible jars > installed in the jre/lib/ext directory. Then report the bug to the JVM people :-) > The method

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Remy Maucherat
> Remy Maucherat wrote: > > > > My first concern is that Tomcat always can at least run no matter what > > extensions that user has installed. Whether or not those extensions are > > accessible to Tomcat is, IMHO, a feature that we may or may not want to > > include. > > Quitely dropping extensi

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Christopher K. St. John
Remy Maucherat wrote: > > Adding another CL layer is dangerous and makes CL slower; > unless other people think this is useful I don't think we > should add the feature) > Another option is to use the manifest version tags to identify which versions of the servletapi (and other sensitive class

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Remy Maucherat
> Costin, > > The problem with the default JVM behavior can cause your application to > crash or behave in unexpected ways if there are incompatible jars > installed in the jre/lib/ext directory. > > The method that we are using is still compliant with the JDK > documentation in that we are using

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread Patrick Luby
Costin, The problem with the default JVM behavior can cause your application to crash or behave in unexpected ways if there are incompatible jars installed in the jre/lib/ext directory. The method that we are using is still compliant with the JDK documentation in that we are using the documen

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-04-01 Thread costinm
I would be -1 on this - the JDK documentation clearly defines the intended behavior of the ext directory, and this would create confusion and unpredictible behavior. I expect a file in ext/ to be included _before_ tomcat classes - the way java documents it. ( I don't use ext/, but classloader

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-03-31 Thread patrickl
patrickl02/03/31 16:13:23 Modified:catalina/src/bin catalina.bat catalina.sh setclasspath.bat setclasspath.sh tool-wrapper.bat tool-wrapper.sh catalina/src/share/org/apache/catalina/startup Bootstrap.java Tool.java

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 14:13:50 Modified:jasper/src/bin jasper.bat jasper.sh Log: Add shared/classes directory to CLASSPATH Revision ChangesPath 1.8 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat Index: jasper.bat =

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 14:04:03 Modified:jasper/src/bin Tag: tomcat_40_branch jasper.bat jasper.sh Log: Add classes directory to CLASSPATH Revision ChangesPath No revision No revision 1.4.2.4 +2 -1 jakarta-tomcat-4.0/j

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Craig R. McClanahan
On Wed, 30 Jan 2002, Patrick Luby wrote: > Date: Wed, 30 Jan 2002 13:42:30 -0800 > From: Patrick Luby <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: cvs commit:

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Remy Maucherat
> Craig, > > "Craig R. McClanahan" wrote: > > > > Patrick, the Tomcat 4.0.x equivalents of "$CATALINA_HOME/shared/classes" > > and "$CATALINA_HOME/shared/lib" are "$CATALINA_HOME/classes" and > > "$CATALINA_HOME/lib", respectively. You'll need the "lib" directory as > > well in the 4.0 branch. >

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Patrick Luby
Craig, "Craig R. McClanahan" wrote: > > Patrick, the Tomcat 4.0.x equivalents of "$CATALINA_HOME/shared/classes" > and "$CATALINA_HOME/shared/lib" are "$CATALINA_HOME/classes" and > "$CATALINA_HOME/lib", respectively. You'll need the "lib" directory as > well in the 4.0 branch. > I have "$CAT

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread Craig R. McClanahan
On 30 Jan 2002 [EMAIL PROTECTED] wrote: > Date: 30 Jan 2002 21:23:02 - > From: [EMAIL PROTECTED] > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat > jasper.sh > &

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 13:29:03 Modified:jasper/src/bin jasper.bat jasper.sh Log: Added common/lib jar files to CLASSPATH to fix Bugzilla bug 6108 Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat Index: jasper.bat ==

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2002-01-30 Thread patrickl
patrickl02/01/30 13:23:02 Modified:jasper/src/bin Tag: tomcat_40_branch jasper.bat jasper.sh Log: Added jar files in common/lib and removed shared/lib to fix Bugzilla bug 6108 Revision ChangesPath No revision No revision

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh jspc.bat jspc.sh jpappend.bat

2002-01-30 Thread patrickl
patrickl02/01/30 10:10:40 Modified:catalina/src/bin Tag: tomcat_40_branch catalina.bat catalina.sh cpappend.bat digest.bat digest.sh shutdown.bat shutdown.sh startup.bat startup.sh jasper/src/bin Tag: tomcat_40_branch jasper

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh jspc.bat jspc.sh jpappend.bat

2002-01-14 Thread patrickl
patrickl02/01/14 18:55:39 Modified:catalina/src/bin catalina.bat catalina.sh cpappend.bat digest.bat digest.sh shutdown.bat shutdown.sh startup.bat startup.sh tool-wrapper.bat tool-wrapper.sh jasper/s

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2001-03-14 Thread horwat
horwat 01/03/14 16:37:18 Modified:jasper/src/bin jasper.bat jasper.sh Log: Fix jspc classpath, point to new servlet.jar file location. Submitted by: Steve Downey Revision ChangesPath 1.4 +2 -2 jakarta-tomcat-4.0/jasper/src/bin/jasper.bat Index: jasp

cvs commit: jakarta-tomcat-4.0/jasper/src/bin jasper.bat jasper.sh

2001-02-28 Thread remm
remm01/02/28 17:30:14 Modified:jasper/src/bin jasper.bat jasper.sh Log: - Fix Jasper scripts to reflect the changes in the directory structure. Also add fix to run on Cygwin. Patch submitted by Steve Downey Revision ChangesPath 1.3 +3 -1 jakarta-t