I'm having problems with my host, using tomcat 4.0.3 on a shared JVM.

I have a web.xml file that maps sucessfully many URL's ie I can browse to
them, no problem
But certain mappings don't seem to be working at all ie 404 errors.
The whole lot works fine on my local set up TC 4.0.1
As you may have seen i an earlier post I've even tried to match the ordering
of the servlet class & mapping tags which I was told didn't matter - to no
avail.

What else can I try???

The host is aware and working on it too.

The unavailable URL is navigated to by pressing submit in the form here:

http://www.hotpud.kgbinternet.com/hotpud/Login.jsp

or here:

http://www.hotpud.kgbinternet.com/hotpud/Reminder.jsp

These URL's all map to a servlet via the mapping:

 <servlet-mapping>
  <servlet-name>LoginHandler</servlet-name>
  <url-pattern>/AttemptLogin</url-pattern>
 </servlet-mapping>

and similar.

--
exasperated,
Mike Whittaker

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to