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

           Summary: problem while defining a context in server.xml file
           Product: Tomcat 6
           Version: 6.0.3
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I defined to specified host (espadrille) and when I enter the follwing url :
http://espadrille:8082/fred/

i cannot access to the pintpoint directory (/home/peadev/workspace/web)

how can i specify context to access to a specified directory directly 
i  think there is a bug here

please could you reply to my request

thnak you 




<Engine name="Catalina" defaultHost="espadrille">
      <Host name="espadrille"  appBase="webapps"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">

        <Context path="/fred" docBase="/home/peadev/workspace/web" debug="0" >

        </Context>
      </Host>
    </Engine>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to