You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matthew R Wette <mw...@grover.jpl.nasa.gov> on 2000/05/03 21:33:23 UTC

problem w/ http://~user/file.xml

I am using tomcat 3.1 w/ apache 1.3.12 on a solaris box.  
I have also plugged in Cocoon 1.7.2.  

My httpd.conf file has:

  AddHandler jserv-servlet jsp
  AddHandler jserv-servlet xml

I have only the default (?) context set up in my server.xml file:

  <Context path="" docBase="/proj/rtcat/www" debug="0" reloadable="true" >
  </Context>

It seems to handle .jsp and .xml files under /proj/rtcat/www
(my document root) OK, but if I use the url http://server/~mwette/test.xml
I get the following error message:

  java.io.FileNotFoundException: /proj/rtcat/www/~mwette/test.xml
    (No such file or directory) ...

If I request the url http://server/~mwette/index.html I get my
index page (in the UserDir subdirectory under my home directory) fine.

Anybody know where the problem is here?

Thanks,
Matt