No this is correct, the problem is that you are using JBoss 4.0.1 and the doc id for JBoss 4.0.0 (with a "standard" configuration)
You can either install JBoss 4.0.0 OR keep Jboss 4.0.1 (and i would recommend that) and change the file: $PORTAL_HOME/build.local.properties portal.deploy.dir=default instead of portal.deploy.dir=standard You will need to copy jboss-cache.jar and jgroups.jar in default.lib and do whatever is said in the documentation :) Then you just run JBoss by typing ./run (not -c standard of course) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863259#3863259 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863259 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
