RE: Serving static content in tomcat 5

2004-02-26 Thread Shapira, Yoav
Howdy, I tried adding a Context to the webappBase\WEB-INF\web.xml file: A context IS a web application: it's a one to one relationship. But it doesn't seem to work. Can someone please point me in the right direction to serve static content / files? You don't need to configure tomcat to

RE: Serving static content in tomcat 5

2004-02-26 Thread Alex Smith
OK that makes sense and I've tested it and you're right. I have a directory structure like this (everything over SSL): .../webapps/theWebApp/ .../webapps/theWebApp/certs and in the .../webapps/theWebApp/ directory I have a file called main.html that has a link to

RE: Serving static content in tomcat 5

2004-02-26 Thread Shapira, Yoav
Howdy, and in the .../webapps/theWebApp/ directory I have a file called main.html that has a link to https://servername/theWebApp/certs/CACert.cer and when I click it it will not allow me to save it or access it at all. However, if I put a test file in the /certs directory called hi.html, I can