I was under the impression that I did not need mod_webapp unless I was using
Apache as the web server.  Anyway, isn't mod_jk more stable/robust than
mod_webapp?



-----Original Message-----
From: chad kellerman [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 20, 2002 4:01 PM
To: Tomcat Users List
Subject: Re: war file "deploys" but can't reach any urls

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]>



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

Reply via email to