I'm trying to deploy a SAR which has a classpath that is outside of the jboss directory so that I don't have to copy my binaries every time I recompile. (My binaries are over 150MB.) I'm trying to do this in the following way, which is not working , so I would appreciate info on how to make it work... Here is my attemp with changes to the jboss-service.xml : <server> | <classpath codebase="file://c:/project/bin/" archives="*"/> | <mbean code="com.****.****.StartClass"> | </mbean> | </server> Note that I have directories in the binary folder that follow the namespace specifications. E.g., c:/project/bin/com/****/****/ In other words, my binaries are in non-jar form.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902693#3902693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902693 ------------------------------------------------------- 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
