W2K service stops when logging off

2003-10-09 Thread Glyn Walters
Hi. I am running Tomcat 3 as a W2K service using jk_nt_service.exe as a wrapper. When the W2K server is booted up the Tomcat service (Local System) runs fine with no user logged in. But if I log in as a user and then log out the service stops. Could anyone help me with this? Thanks Glyn

RE: W2K service stops when logging off

2003-10-09 Thread Glyn Walters
/jk/wrap per.properties?rev=1.4 which mention the -Xrs option. HTH, Larry -Original Message- From: Glyn Walters [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 5:24 AM To: [EMAIL PROTECTED] Subject: W2K service stops when logging off Hi. I am running Tomcat 3 as a W2K service

sendRedirect using POST

2001-05-23 Thread Glyn Walters
Hi Looking through the archives I could not see if this was resolved by anybody. I am trying to use a servlet that is posted user authentication data to post the data back to a redirect url. Is it possible to use sendRedirect or another technique to POST the return paramters to a URL? Thanks

sendRedirect using POST

2001-05-23 Thread Glyn Walters
Hi Looking through the archives I could not see if this was resolved by anybody. I am trying to use a servlet that is posted user authentication data to post the data back to a redirect url. Is it possible to use sendRedirect or another technique to POST the return paramters to a URL? Thanks

RE: sendRedirect using POST

2001-05-23 Thread Glyn Walters
: sendRedirect using POST I never resolved it... you can workaround it using an intermediate javascript page, but avoid it. You can use headers. - Original Message - From: Glyn Walters [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 12:41 PM Subject: sendRedirect

IIS Redirect - no more POST parameters

2001-05-10 Thread Glyn Walters
Hi Servlets that we have been running on Tomcat have been picking up parameters from doPost whilst it was referenced by specific port. Having now re-configured IIS to redirect to Tomcat it seems that the parameters are not being passed through? I noticed some threads on this in the archive but