ate 2005/03/16 08:58:13 Modified: portal/src/webapp/WEB-INF Tag: deployment-refactoring jboss-web.xml Added: applications/demo/src/webapp/WEB-INF Tag: deployment-refactoring jboss-web.xml portal/src/resources Tag: deployment-refactoring jboss-login-config.xml Log: JBoss (tested with 3.2.7) Support. Except for JAAS integration (which works for logon, but not for isUserInRole(rolename)), I've got Jetspeed-2 now working correctly on JBoss. Also tested with 4.0.1 and it seems it works just the same with that one, but need more testing to be 100% sure. Instructions for deployment on JBoss will be given through the list. Revision Changes Path No revision No revision 1.1.2.1 +25 -0 jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/Attic/jboss-web.xml No revision No revision 1.1.2.1 +8 -0 jakarta-jetspeed-2/portal/src/resources/Attic/jboss-login-config.xml No revision No revision 1.3.2.1 +4 -3 jakarta-jetspeed-2/portal/src/webapp/WEB-INF/jboss-web.xml Index: jboss-web.xml =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/jboss-web.xml,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- jboss-web.xml 4 Aug 2004 13:33:28 -0000 1.3 +++ jboss-web.xml 16 Mar 2005 16:58:13 -0000 1.3.2.1 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2004 The Apache Software Foundation @@ -16,10 +16,11 @@ --> <jboss-web> <class-loading> - <loader-repository> - org.apache.jetspeed:loader=unique-archive-name + <loader-repository java2ClassLoadingCompliance="false"> + org.apache.jetspeed:loader=jetspeed.war<loader-repository-config>java2ParentDelegation=false</loader-repository-config> </loader-repository> </class-loading> + <security-domain flushOnSessionInvalidation="true">java:/jaas/Jetspeed</security-domain> <resource-ref> <res-ref-name>jdbc/jetspeed</res-ref-name> <res-type>javax.sql.DataSource</res-type>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]