I have Apache 2.2.2 and Tomcat 5.5.17, and have been able to integrate them. I turned on the userdir feature that allowed me to map a servlet to /~username.
However, if I try to create a directory beneath the user home directory and try to deploy a web application there, I get a 404 error and no information shows up in the logs for the web server or Tomcat.
Is there something fundamental about the ~ idiom that you can't create directories beneath the user's home directory and deploy web applications there?
However, if I try to create a directory beneath the user home directory and try to deploy a web application there, I get a 404 error and no information shows up in the logs for the web server or Tomcat.
Is there something fundamental about the ~ idiom that you can't create directories beneath the user's home directory and deploy web applications there?