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

ANT_HOME should not include /bin in JSPC docs

           Summary: ANT_HOME should not include /bin in JSPC docs
           Product: Tomcat 4
           Version: 4.1.27
          Platform: All
               URL: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-
                    howto.html#Production%20Configuration
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Jasper 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Only a minor issue, but $ANT_HOME would not normally include the "/bin" 
component of the path, so the following line (as suggested in the howto for 
precompiling JSPs) is slightly incorrect:

$ANT_HOME/ant -Dtomcat.home=<$TOMCAT_HOME> -Dwebapp.path=<$WEBAPP_PATH>

This should probably be

$ANT_HOME/bin/ant -Dtomcat.home=<$TOMCAT_HOME> -Dwebapp.path=<$WEBAPP_PATH>

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

Reply via email to