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

http://issues.apache.org/bugzilla/show_bug.cgi?id=30654

web.xml included with servlets-examples contains an error

           Summary: web.xml included with servlets-examples contains an
                    error
           Product: Tomcat 5
           Version: 5.0.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Webapps:Examples
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The file has these lines:

 <taglib>
  <taglib-uri>http://www.mycompany.com/taglib<taglib-uri> 
  <taglib-location>/WEB-INF/taglib.tld<taglib-location> 
  </taglib>

Notice that the terminating tags do not contain a '/'. When running 
startup.bat, errors are emitted and this causes, for instance, jsps copied to 
the ROOT webapp not to run, among, I'm sure, other issues. 

After add the terminating '/' and restarting tomcat, all runs well.

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

Reply via email to