Re: Getting 404 error deploying my servlet

2004-08-31 Thread Shaun Campbell
In your web.xml, you might want to try add the following web-app ... !-- must add the following servlet mapping after tomcat v.4.12 -- servlet-mapping servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern /servlet-mapping /web-app I take it that's

RE: Getting 404 error deploying my servlet

2004-08-31 Thread Shapira, Yoav
: Getting 404 error deploying my servlet In your web.xml, you might want to try add the following web-app ... !-- must add the following servlet mapping after tomcat v.4.12 -- servlet-mapping servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern /servlet

Re: Getting 404 error deploying my servlet

2004-08-31 Thread John Villar
:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 6:12 AM To: Tomcat Users List Subject: Re: Getting 404 error deploying my servlet In your web.xml, you might want to try add the following web-app ... !-- must add the following servlet mapping after tomcat v.4.12 -- servlet-mapping

Re: Getting 404 error deploying my servlet

2004-08-31 Thread Shaun Campbell
- Original Message - From: Kimmy Lin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, August 30, 2004 10:13 PM Subject: Re: Getting 404 error deploying my servlet In your web.xml, you might want to try add the following web-app ... !-- must

Getting 404 error deploying my servlet

2004-08-30 Thread Shaun Campbell
I've developed a servlet on my windows laptop using a product called Turbine and it normally starts using http://localhost:8080/apt/servlet/apt. I'm now trying to deploy this to a Linux server running Redhat Linux and SSL. I've tarred the webapp up into a war file and transferred it to my

Re: Getting 404 error deploying my servlet

2004-08-30 Thread Kimmy Lin
404 error deploying my servlet I've developed a servlet on my windows laptop using a product called Turbine and it normally starts using http://localhost:8080/apt/servlet/apt. I'm now trying to deploy this to a Linux server running Redhat Linux and SSL. I've tarred the webapp up into a war file