How is the 404 error displayed?

Is it displayed as actual html code in the browser or an actual blue 
backgrounded 404 error?

  If you are using mod_webapp you need:

#WebAppDeploy name.war  conn1    /webapps/name


--chad


On Thu June 20 2002 4:00 pm, Koes, Derrick wrote:
> I dropped my war file in the webapps directory in a tomcat 4.0.4 install.
>
> I started tomcat, and a directory is created with the contents of my war
> file.
>
> However, I cannot hit the expected url with any success.  I always get a
> 404 error.
>
> Can anyone help?
>
>
>
> Thanks.
>
>
>
> /**
>
>  * Contact information.
>
>  */
>
> public interface INFO
>
> {
>
>     static final String NAME = "Derrick Koes";
>
>     String title = "Senior Software Engineer";
>
>     String company = "Smith + Nephew Endoscopy";
>
>     URL companyURL = new URL(
>
>     http://www.smith-nephew.com/index-flash.html
> <http://www.smith-nephew.com/index-flash.html> );
>
>     String aolIM = "codeauthor2001";
>
>     String EMAIL = "[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]@smith-nephew.com> ";
>
>     String PHONE = "(978) 749-1288";
>
>     String FAX = "(978) 749-1487";
>
> }

-- 
Chad Kellerman
Alabanza Inc.
Jr. Systems Administrator
10 E. Baltimore Street
Baltimore, Md 21202

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to