If you are using Tomcat 3.1, could this be showing one of the 100 bugs that
were fixed in Tomcat 3.2 ?

Try Tomcat 3.2.....don't forget to download the latest "webserver glue"
wrapper debug classes from the JBuilder website though.

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Christophe Dubourg
> Sent: Wednesday, February 28, 2001 10:21 AM
> To: [EMAIL PROTECTED]
> Subject: JBuilder POST loose session
>
>
> From inside JBuilder 4, (Tomcat), I have a form that submit data to a
> servlet (method=POST).
>
> In the submission form, I display the session Id.
> In the POST method of the servlet, which is called when the user
> SUBMIT the
> form, I display the session Id as well.
>
> Using JBuilder, when running the form, I get 2 different Session Id in the
> form and the post.
>
> Once deployed, on JRun, the session Id is the same both in the
> form and the
> post method, which is the correct behaviour.
>
> Do you know WHY the Id is different inside the POST method, using JBuilder
> (TomCat) ???
>
> This is very annoying, since I can't debug my app from inside JBuilder - I
> have to deploy on the server after each modification, restart the server,
> and so on...
>
> THANKS for any info on this !!
> --ChD
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to