Bugs item #1051955, was opened at 2004-10-21 21:28
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1051955&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: Accepted
Priority: 5
Submitted By: Brian Wallis (bwallis42)
Assigned to: Scott M Stark (starksm)
Summary: System property jboss.server.lib.url not used
Initial Comment:
Linux (Gentoo, 2.6.7 kernel, glibc 2.3.3)
JDK 1.4.2_05
JBoss 3.2.3
After much struggling to try and move the server library
directory to another place (and not under
${jboss.server.home.url}) I have discovered the the
property jboss.server.lib.url does not seem to be used
at all.
The correct way to move the server lib directory (or
add additional lib directories) is by changing or adding
classpath entries to
${jboss.server.conf.dir}/jboss-service.xml, ie:
<classpath codebase="lib" archives="*"/>
could change to
<classpath codebase="file:/a/b/lib" archives="*"/>
to load the library files from that new location.
This is documented in jboss-service.xml.
The jboss.server.lib.dir property should be deprecated
and documented as such in ServerConfig.java (with
perhaps a warning generated if it is set) to save future
confusion by others.
----------------------------------------------------------------------
Comment By: Scott M Stark (starksm)
Date: 2004-12-29 12:52
Message:
Logged In: YES
user_id=175228
All issues have been moved to http://jira.jboss.com. Existing
issues have been moved. New issues will be closed with this
canned reponse.
----------------------------------------------------------------------
Comment By: Scott M Stark (starksm)
Date: 2004-10-24 10:12
Message:
Logged In: YES
user_id=175228
The jboss.server.lib.dir never has been used as the location
for loading classes from as it is controlled by the
conf/jboss-service.xml classpath as you have discovered.
We'll clarify this in the docs.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1051955&group_id=22866
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development