, 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://lo
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, s
Engineer - Information Access Services
HARRIS Corporation / GCSD
(321) 984-6292
-Original Message-
From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 15, 2006 6:02 PM
To: Tomcat Users List
Subject: Re: Getting Tomcat to display a web page hosted by HTTPD
how are you
how are you redirecting to
http://localhost/Dir1/serverMessage.html
Filip
Mann, Bradley wrote:
Hello,
I have Tomcat running a web application behind HTTPD using the Jakarta
connector. Here is my scenario:
I navigate to http://localhost/Dir1/
This is essentially a login page for my web app