[jboss-user] [Beginner's Corner] - Re: jBoss folders in classpath?

Wolf-Dieter Fink do-not-reply at jboss.com
Sat Nov 13 06:48:18 EST 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101113/344c1c21/attachment-0001.html 


More information about the jboss-user mailing list