Alternatively, read the README file, and realize that mod_webapp is not currently supported on Windows (or for Apache2 with MPM != prefork).
"Tam, Michael" <[EMAIL PROTECTED]> wrote in message news:E3725E2B7548D51192090002A534A18A01730E07@;s2-vic-r1.nrn.nrcan.gc.ca... > Hi all, > > I am running Tomcat 4.1.12 + Apache 1.3.27 with mod_webapp on Win2k pro > machine. I have a doPost() in a servlet which at the end would redirects to > a url with a query string (e.g. > newurl?VALUE1=abc&VALUE2=def) by calling respond.sendRedirect(). > > The servlet did redirect to the target url but the query string is > scrambled. From the given example, my resulting url becomes ---> > newurl?value1=abc&value2=d&VAULE1=abc&VALUE2=def [Please pay attention to > the case the parameters]. It seems like I have a addition query string > (with incomplete value) attach to the url before my original url. > > > Any input would be appreciated. Thank you. > > Regards, > Michael > > > -------------------------------------------------------------------------- -- > ----------------------------------------------- > Michael Tam - NFI Database Developer Natural > Resources Canada > [EMAIL PROTECTED] Pacific Forestry > Center > Phone: (250) 363-8074 506 West Burnside > Road > Fax: (250) 363-0775 Victoria, BC > V8Z 1M5 -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
