Re: how to prevent hitting back button and re-executing code?

2002-02-07 Thread Richard P
Pass value either in a hidden form field or appended to the URL like submitID=SOMERANDOMID. Upon processing the form, first check to see if SOMERANDOMID has already been saved to a cookie/session variable. If yes, error message "This form has already been submitted". otherwise, save SOMERANDOMI

Re: Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Richard P
What exactly is your solution? I don't understand. --- Daniel Parnell <[EMAIL PROTECTED]> wrote: > >Currently, the /secure directory on the server > >automatically requires SSL and authentication for > ASP > >pages. I'd like to be able to just drop my JSP > pages > >right along side the ASP pag

Tomcat 4 + IIS without bothering with Contexts

2002-02-06 Thread Richard P
I currently develop a large set of webapps I inherited, all written in VBScript (ASP). I'd like to move to JSP (99% of the bugs I encounter are due to VBScript's terrible type checking/handling). I've got Tomcat 4.0.1 integrated with IIS, reading the /examples context just fine (VERY IMPORTANT N

Re: Tomcat 4.0 Session Timeout

2001-09-19 Thread Richard P
Ignore my previous email. My brain's not working today. You're looking for session timeout and that was connection timeout! --- Jim Urban <[EMAIL PROTECTED]> wrote: > OK, I've spent the last 30 minutes browsing the > Tomcat 4.0 documentation and > I can't find it. How do I set the session time

Re: Tomcat 4.0 Session Timeout

2001-09-19 Thread Richard P
I'm new to Tomcat 4.0 too, but in my server.xml, there is a area as follows. try that connectionTimeout setting there. --- Jim Urban <[EMAIL PROTECTED]> wrote: > OK, I've spent the last 30 minutes browsing the > Tomcat 4.0 documentation and > I can't find it. How do I set the session time ou

mod_webapp / mod_proxy and Tomcat 4.0

2001-09-19 Thread Richard P
I'm currently running Apache 1.3.19 on my gateway (www)and Tomcat 4.0 on an internal machine (caffeine). I was previously running Tomcat 3.2.3 and using mod_jk to connect the two. Everything was hunky-dory. Tomcat 4.0 documentation doesn't mention mod_jk anywhere, so I followed the directions i