----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Excellent..  that's exactly what I needed.  I was able to get it working
that way.  We do use GNUJSP but some of the syntax came out a little
differently:

servlet.org.gjt.jsp.JSPServlet.initArgs=repository=/tmp/jspim
servlet.org.gjt.jsp.JSPServlet.initArgs=compiler=/usr/jdk1.2/bin/javac -clas
spath %classpath%:(Put path to utility class here.):%repository% -d
%repository% -deprecation %source%

Thanks!

Kevin

-----Original Message-----
From: Bob Kimble <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Date: Thursday, August 17, 2000 1:15 PM
Subject: RE: class reloading / jsp compilation dilemma


>----------------------------------------------------------------
>BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
>WHEN YOU POST, include all relevant version numbers, log files,
>and configuration files.  Don't make us guess your problem!!!
>----------------------------------------------------------------
>
>If you want a class in the repositories to be available to javac when
>compiling your JSPs, you must include it in the classpath argument on the
>compiler line. Something like this:
>
>repositories=/path/to/servlet-2.0-plus.jar
>repositories=/path/to/gnujsp.jar
>repositories=/path/to/utilityclasses.jar
>
>servlet.gnujsp.initArgs=compiler=/usr/local/jdk/bin/javac -classpath
>/path/to/scratchdir:/path/to/servlet-2.0-plus.jar:/path/to/java/gnujsp.jar:
/
>path/to/utilityclasses.jar:%classpath% -d %scratchdir% -deprecation
%source%
>
>This is the syntax for GNUJSP. Other engines might handle it differently.
>HTH.
>
>.... Bob Kimble
>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search Archives:
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?:           [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to