what version of jboss is it ? it appears to be a known tomcat issue...
It can be solved as follows :- 

<%
  | // Hack to get around bug in tomcat: 
  | // http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8976
  | if (session.isNew()) {
  | response.sendRedirect("index.jsp");
  | return;
  | }
  | %>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134725#4134725

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134725
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to