Trying to run Tomcat on port 80

288 Views Asked by At

Apache HTTPD 2.2, Apache Tomcat 7, Windows 7.

My servlet returns html pages constructed via XSL / XML and xalan.jar / xerces.jar.

I can run my servlet on http://127.0.0.1:8080/myServlet and it returns the page correctly. However the linked css files aren't found or used.

If I look for the css files using http://127.0.0.1/myServlet/css/blah/blah/screen.css, then its contents is visible to the browser.

On a previous instalation I was able to run http://127.0.0.1/myServlet and it would see the css files and return the page corectly too.

I've obviously not set up something right in the configuration of either HTTPD or Tomcat.

0

There are 0 best solutions below