Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion
"Re: jBoss folders in classpath?" To view the discussion, visit: http://community.jboss.org/message/571085#571085 -------------------------------------------------------------- So what I do is to separate lib and deploy: conf/jboss-service.xml: +<service>+ + <classpath codebase="${jboss.common.lib.url}" archives="*"/>+ + <classpath codebase="applib" archives="*"/>c+ + <classpath codebase="${jboss.common.lib.url}" archives="*"/>+ + *<classpath codebase="applib" archives="*"/>*+ conf/bootstrap/profile.xml (also farm will be found here but we do not use it): + <property name="applicationURIs">+ + <list elementClass="java.net.URI">+ + <value>${jboss.server.home.url}deploy</value>+ + *<value>${jboss.server.home.url}appdeploy</value>*+ + </list>+ + </property>+ To separate the conf directory I suppose to find something like '${jboss.server/home.url}/home' or ${jboss.server.config.url} but I don't find something. Also a look into the sources does not offer a configuration parameter for this. So I'm also interested to find it out. +* *+ -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/571085#571085] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
