RE: Getting Tomcat to display a web page hosted by HTTPD

2006-06-16 Thread Mann, Bradley
, 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

Re: Getting Tomcat to display a web page hosted by HTTPD

2006-06-16 Thread Guido Schoepp
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

RE: Getting Tomcat to display a web page hosted by HTTPD

2006-06-16 Thread Mann, Bradley
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

Re: Getting Tomcat to display a web page hosted by HTTPD

2006-06-15 Thread Filip Hanik - Dev Lists
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