httpd.conf Directive: WebAppDeploy examples warpConnection /examples/ 
Result: http://localhost.localdomain/examples  displays the index.jsp file correctly

httpd.conf Directive: WebAppDeploy whatever warpConnection /ROOT/
Result: http://localhost.localdomain/ROOT  displays the index.jsp file correctly

httpd.conf Directive: WebAppDeploy whatever warpConnection /
httpd.conf Directive: WebAppDeploy whatever warpConnection //
httpd.conf Directive: WebAppDeploy whatever warpConnection /var/tomcat4/webapps/ROOT/

Result: The directives above cause http://localhost.localdomain to hang
(The socket to port 80 stays open with nothing passed back to the browser.)

Is there no way to specify a  WebAppDeploy directive so that a directory name is
not additionally required to be appended to the base URL ?

--
Blaine



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to