SV: The end tag /html:form is unbalanced' in tomcat 5.0

2006-06-07 Thread Tommy Skarateppen
Hi, I had the same problem a while ago. I had commented out some code in my jsp with !-- ... --. In those comments I had some struts html tags, which was unbalanced. When running on Tomcat 4.x, those comments where ignored and I got no errors, but on Tomcat 5.0.x, I got the the unbalanced error.

Problems with Tomcat and sessions

2006-05-12 Thread Tommy Skarateppen
Hi! We have a problem with a webapplication we have developed for one of our coustomers. The problem is that Tomcat is creating new sessions when it shouldn't. The sessions does not die, but a new is created and thus loosing access to the data in the original session. The result of the session

SV: Problems with Tomcat and sessions

2006-05-12 Thread Tommy Skarateppen
this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: Tommy Skarateppen [EMAIL PROTECTED] Sent: 12.05.2006 10:05 To: users@tomcat.apache.org Subject: Problems with Tomcat and sessions Hi! We have a problem