You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/19 15:08:47 UTC

DO NOT REPLY [Bug 5513] New: - $CLASSPATH in /usr/bin/dtomcat4 from the RPM package

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=5513>.
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=5513

$CLASSPATH in /usr/bin/dtomcat4 from the RPM package 

           Summary: $CLASSPATH in /usr/bin/dtomcat4 from the RPM package
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Installable Packages
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rolf@mertig.com


Tomcat 4.0.1 (installed on RedHat 7.2 using RPM's)
This line in /usr/bin/dtomcat4
CP="$CATALINA_HOME/bin/bootstrap.jar"
should be replaced by:
CP=$CLASSPATH:"$CATALINA_HOME/bin/bootstrap.jar"
Otherwise CLASSPATH definitions in, e.g., tomcat4.conf
won't be seen by dtomcat4.
This is important for (installing of) applications like webMathematica.
Regards,
Rolf Mertig
-------------
Mertig Consulting
http://www.mertig.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>