Re: Servlet won't load

2005-02-03 Thread Michael Davis
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Servlet won't load

2005-02-03 Thread Parsons Technical Services
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 [EMAIL PROTECTED]
To: tomcat-user@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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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