I haven't used Seam, but if you use the method described in 
http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories ,
 then, as said by Tomcat here
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html ,
 this directory is like any other context you can deploy within the 
"predefined" in JBoss, so you can put WEB-INF/web.xml files there for 
authentication and so. If you need to use the same users for both web-apps (the 
one you developed and repo) you will need to either use single-sign-on 
http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn or share session data 
between the two web-apps 
http://wiki.jboss.org/wiki/Wiki.jsp?page=ShareSessionDataAcrossWars
Sorry for the line breaks, but in the preview everything was considered an URL 
if I didn't put these line breaks...

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

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

Reply via email to