Is it possible that your servlet is seeing the POST, processing it,
and then sending a redirect to a non-existent page?
You might want to check the Tomcat and IIS/Apache/iPlanet logs to
find out what URL is being used to get the 404, that way you will know how
Tomcat or the connector is trying to interpret your request.
Randy
> -----Original Message-----
> From: John Wadkin [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 26, 2002 1:05 PM
> To: 'Tomcat Users List'
> Subject: RE: Servlet POST results in 404 error
>
>
> I'd appreciate a response on this! I've spent time searching
> the Net but
> haven't turned up anything useful. I don't think I've
> misconfigured anything
> in my server.xml or web.xml...
> It's just the POST method that doesn't work - no idea why!
>
> Suggestions please!!
>
> Thanks,
>
> John
>
> -----Original Message-----
> From: John Wadkin [mailto:[EMAIL PROTECTED]]
> Sent: 26 February 2002 16:11
> To: Tomcat Users List (E-mail)
> Subject: Servlet POST results in 404 error
>
>
> All,
>
> TomCat 4.0.1
> Apache 1.3
> mod_WebApp
> Solaris 8
>
> I have a servlet that returns a 404 error whenever a POST is
> sent. GET works
> fine. The servlet uses sessions - not sure if this has
> anything to do with
> it. My server.xml just defines a context and a logger. The
> web.xml has a
> servlet name and mapping, nothing more.
> The servlet was originally written for JServ - could this
> have something to
> do with it?
>
> There's nothing in the logs.
>
> I'm not a servlet programmer so I have no ideas!
>
> Any suggestions??
>
> Thanks,
>
> John
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe: <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>