I approached this slightly differently. I put my portal's WAR file in the server\default\deploy\ directory, and I also put my *-portal.xml file in this directory. All other *.xml files mentioned in chapter 2 of the reference guide I put in the WEB-INF directory of my WAR file, except for the *-pages.xml file, which I don't have at all. (If I want my portal to be a page of the default portal, then I have a *-pages.xml and no *-portal.xml.) This approach allows you to access your portal directly using a URL like: http://localhost:8080/portal/yourportal/ (assuming "yourportal" is the text inside the <portal-name> element in your *-portal.xml file). The JBoss default portal is still accessible at http://localhost:8080/portal/ .
Any deviations from the above are undocumented, which I also find very disappointing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902080#3902080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902080 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
