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/01/21 14:13:41 UTC

DO NOT REPLY [Bug 5939] New: - WARP connector can't find context outside /webapps

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: tomcat-dev@jakarta.apache.org
        ReportedBy: burenkov@nikita.ru


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>