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=5939>. 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=5939 WARP connector can't find context outside <TOMCAT_HOME>/webapps Summary: WARP connector can't find context outside <TOMCAT_HOME>/webapps Product: Tomcat 4 Version: 4.0.1 Final Platform: PC OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: WARP Connector AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Description: Tomcat conneced to Apache via WARP connector. Web application located in folder another then <TOMCAT_HOME>/webapps. Bug: WARP connector can't find application. For example, I copy "example" application into another folder and configure servlet.xml (update docBase for "example" Context). When I access to application as http://localhost:8080/examples all is fine, but when I try http://localhost/examples, then error. In log i see that connector still try to find application in <TOMCAT_HOME>/webapps. Below apache.log content... 2002-01-21 15:28:32 [org.apache.catalina.connector.warp.WarpConfigurationHandler] Cannot find "./../webapps/examples" for appl. "examples" host "www.nikita 2002-01-21 15:28:32 [org.apache.catalina.connector.warp.WarpConfigurationHandler] Error deploying web application "examples" under <http://www.nikita.ru:80 2002-01-21 15:28:32 [org.apache.catalina.connector.warp.WarpConfigurationHandler] Cannot find "./../webapps/examples" for appl. "examples" host "www.nikita 2002-01-21 15:28:32 [org.apache.catalina.connector.warp.WarpConfigurationHandler] Error deploying web application "examples" under <http://www.nikita.ru:80 2002-01-21 15:28:32 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>