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 2002/08/08 00:43:35 UTC

DO NOT REPLY [Bug 11542] New: - cannot transfer jsp files with webdav default installation

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

cannot transfer jsp files with webdav default installation

           Summary: cannot transfer jsp files with webdav default
                    installation
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlets:WebDAV
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: mtraum@cirnetwork.org


jsp files fail to be transferred, resulting in a 404 in the access logs. I 
suspect that this is because of $TOMCAT_HOME/conf/web.xml mapping of jsp. So, 
they need to be mapped to webdav for the webdav app by adding this to 
webdav/WEB-INF/web.xml:
  <!-- mapping to remove jsp mapping so can use webdav w/ jsps -->
  <servlet-mapping>
    <servlet-name>webdav</servlet-name>
    <url-pattern>*.jsp</url-pattern>
  </servlet-mapping>

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