DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13942>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13942

Modification of catalina.sh for additional CLASSPATH

           Summary: Modification of catalina.sh for additional CLASSPATH
           Product: Tomcat 4
           Version: Unknown
          Platform: All
               URL: http://www.ccgb.umn.edu/~crow/docs/catalina-sh.txt
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Hello -

When we start up the Tomcat server, it would be quite useful for us to
be able to prepend additional information to the CLASSPATH variable. While
it is straightforward to do this by hacking catalina.sh, this seems a bit
messy. I would like to suggest that the standard distribution of catalina.sh
be modified to include lines of this form:

 if [ x"$AUX_CLASSPATH" != "x" ]; then
   CLASSPATH=${AUX_CLASSPATH}:"$CLASSPATH"
 fi
 
after the call to setclasspath.sh.

This would allow isolation of this app-specific CLASSPATH stuff, and ease
the admin's task as new servlets are added. An example of this is shown
at http://www.ccgb.umn.edu/~crow/docs/catalina-sh.txt.

Thanks!

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to