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: jakarta-tomcat-4.0/jasper/src/bin jasper.bat
>     jasper.sh
>
> 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 "$CATALINA_HOME/lib" in the jasper.* scripts in the tomcat_40_branch
> and use "$CATALINA_HOME/share/lib" in the HEAD branch. However, the
> jasper.* scripts haven't had the "classes" directory in their CLASSPATH for
> some time now.
>
> Are these needed by the Jasper compiler? If so, I will add them.
>

Yes, *if* the pages you are compiling reference a bean class that is found
there (handy because you don't need to package things in JAR files for
quick and dirty changes).  Adding the "classes" directories will make the
"class path"  environment seen by pages compiled under jspc identical to
those compiled on demand when you first execute a page.

> Thanks,
>
> Patrick

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to