You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kifle Mengesha <km...@Highq-it.de> on 2005/02/02 11:21:16 UTC

Losing Request Parameters between Browser and Tomcat

i have the following system configuration.  Apache <----> Mod_JK
<---->Tomcat 4.1.18 which is running

on Solaris 8. The problem now is when a user fills an HTML form and
submits it, the request parameters

are getting lost (meaning the 'service()' method is being called in a
servlet but the 'request'-object is

empty). Has anyone any idea how/why this can happen? 

 

Thanks!