Avoiding double execution of JSP from double posting of request

2004-08-26 Thread Bill Bruns
. I'm hoping someone has a solution. Bill Bruns - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to keep a single user session from having multiple threads?

2004-08-19 Thread Bill Bruns
at a time per user session. I am fine with having each user session start its own thread. Can this be configured in Tomcat (one session = one thread) or is this outside of Tomcat? Bill Bruns - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: apache, mod_jk, tomcat hungs

2004-05-12 Thread Bill Bruns
: Hangups seen Apache Tomcat mod-jk OS -- -- -- -- Daniel Gibby 2.0.40 4.1.30 2.0.2 ? Daniel Gibby 2.0.40 4.1.27 2.0.2 ? Beat De Mart 1.3.27 3.3.1 1.2.4 ? No Hangups (so far!) Bill Bruns 2.0.49 4.1.24 1.2.5 Solaris-sparc -Original Message- From

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Bill Bruns
Allen, do you have the web server configured to throw the requests over to Tomcat? In other words, have either Proxy support or else URL Rewriting turned on in the web server? Otherwise your HTTP requests default to port 80, so they will be eaten by the web server and never reach Tomcat, since

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Bill Bruns
Message- From: Bill Bruns [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 12:26 PM To: Tomcat Users List Subject: RE: Connecting the HTTP Server and Tomcat Allen, do you have the web server configured to throw the requests over to Tomcat? In other words, have either Proxy support

RE: Connecting the HTTP Server and Tomcat

2004-04-07 Thread Bill Bruns
...or am I misunderstanding it -Original Message- From: Bill Bruns [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 12:26 PM To: Tomcat Users List Subject: RE: Connecting the HTTP Server and Tomcat Allen, do you have the web server configured to throw the requests over to Tomcat