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
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
> > 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
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
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
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
> 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
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
> 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
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
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
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:
> 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.
>
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
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
>
> patrickl02/01/30 13:23:
15 matches
Mail list logo