[JBoss-dev] [ jboss-Bugs-1051955 ] System property jboss.server.lib.url not used

2004-12-29 Thread SourceForge.net
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=detailatid=376685aid=1051955group_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=detailatid=376685aid=1051955group_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
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1051955 ] System property jboss.server.lib.url not used

2004-10-24 Thread SourceForge.net
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=detailatid=376685aid=1051955group_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-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=detailatid=376685aid=1051955group_id=22866


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1051955 ] System property jboss.server.lib.url not used

2004-10-21 Thread SourceForge.net
Bugs item #1051955, was opened at 2004-10-22 14:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1051955group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Wallis (bwallis42)
Assigned to: Nobody/Anonymous (nobody)
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. 
 

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1051955group_id=22866


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development