Excuse me. I forgot to say two things

Th main.jsp looks like this,


  | <%@ include file="/template/prelude.jspf" %>
  | 
  | <% request.getSession().invalidate(); %>
  | <center>
  | <h3><fmt:message key="Welcome"/></h3>
  | </center>
  | 

You need to invalidate the session on start

And the refering jboss-build.properties looks like this,

  | # Set the path to the JBoss directory containing the JBoss application 
server
  | # (This is the one containing directories like "bin", "client" etc.)
  | 
  | jboss.home = <your JBoss installed home>
  | jboss.server=${jboss.home}/server/default
  | jboss.deploy.dir=${jboss.server}/deploy
  | 

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

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

Reply via email to