You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Davis <mi...@damaru.com> on 2005/02/03 21:30:02 UTC

Re: Servlet won't load

Hi,

I've got an application which runs fine for me, but which won't run on my hosting
company's server which is running Tomcat 5.5.4 on Solaris.

I've got a jsp page which has a link to a servlet. When I click the link, I get a 404
error. Tomcat doesn't attempt to load and run the servlet, it just think's it's a bad link.

I was able to create a tiny web app which illustrates the problem. It's at

www.damaru.com/webapp

I've checked that the mapping is correct in web.xml. This runs fine on my linux box with
tomcat 5.0, and I also tested it on a win2k box using tomcat 5.5.4.

The strange thing is that I have another web app which is running fine on that server. I
suspect that the hosting company has got something strange in their global config file,
but I have not found anything myself.

thanks for any hints
Michael Davis



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Servlet won't load

Posted by Parsons Technical Services <pa...@earthlink.net>.
Post your web.xml and context.xml

What is the name of your class?

Doug

PS Your hosting company is running 5.0.
----- Original Message ----- 
From: "Michael Davis" <mi...@damaru.com>
To: <to...@jakarta.apache.org>
Sent: Thursday, February 03, 2005 3:30 PM
Subject: Re: Servlet won't load


> Hi,
>
> I've got an application which runs fine for me, but which won't run on my 
> hosting
> company's server which is running Tomcat 5.5.4 on Solaris.
>
> I've got a jsp page which has a link to a servlet. When I click the link, 
> I get a 404
> error. Tomcat doesn't attempt to load and run the servlet, it just think's 
> it's a bad link.
>
> I was able to create a tiny web app which illustrates the problem. It's at
>
> www.damaru.com/webapp
>
> I've checked that the mapping is correct in web.xml. This runs fine on my 
> linux box with
> tomcat 5.0, and I also tested it on a win2k box using tomcat 5.5.4.
>
> The strange thing is that I have another web app which is running fine on 
> that server. I
> suspect that the hosting company has got something strange in their global 
> config file,
> but I have not found anything myself.
>
> thanks for any hints
> Michael Davis
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org