Getting Tomcat to display a web page hosted by HTTPD
- From: "Mann, Bradley" <bmann04 (at) harris.com>
- Date: Fri, 16 Jun 2006 16:02:41 -0400
I actually fixed the problem...I had a context path setup in Tomcat that
was overriding HTTPD.
Brad Mann
Software Engineer - Information Access Services
HARRIS Corporation / GCSD
(321) 984-6292
-----Original Message-----
From: Guido Schoepp [mailto:gus-apache (at) guxx.net]
Sent: Friday, June 16, 2006 6:42 AM
To: Tomcat Users List
Subject: Re: Getting Tomcat to display a web page hosted by HTTPD
Mann, Bradley schrieb:
> The problem I am having is getting my web application to display a web
> page that is located in a folder in the document_root of HTTPD, namely
>
> http://localhost/Dir1/serverMessage.html
>
> Every time the web application attempts to display this page I instead
> get a 404 error, stating Dir1/serverMessage.html cannot be found. How
> can I get my web application to display this page?
Does it print
Dir1/serverMessage.html (relative path)
or
/Dir1/serverMessage.html (absolute path)
?
Guido
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org