Hi all,

Can anyone help me figure out why I can't access the tomcat examples with

http://www.myserver.com/examples/jsp/index.html

It says it can't find the document '404' error

But If I do something like this with an extra '/' it works fine...

http://www.myserver.com//examples/jsp/index.html

furthermore http://www.myserver.com/examples shows the jakarta type 
directory listing (as opposed to the 'more ugly' apache one)... but 
attempting to access /jsp or /servlets yeilds the 404 (on the 
index.html) - I can execute a test.jsp from within /examples however, 
and that works just fine or If I call:
http://www.myserver.com/examples/jsp/num/numguess.jsp
--that works just fine too... It seems to be the index.htm it has 
problems with...   :-)


.... tomcat config is for the most part 'out of the box'...

I have the following in httpd.conf
-----------------------------------------

Alias /examples /usr/local/jakarta-tomcat-4.0.1/webapps/examples
     <Directory "/usr/local/jakarta-tomcat-4.0.1/webapps/examples">
         Options Indexes MultiViews
         AllowOverride None
         Order Allow,Deny
         Allow from all
     </Directory>


---and also ----
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/

Thanks in advance,
ns



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

Reply via email to