Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59079 - JBoss runtime variables don't reflect gentoo path
Summary: JBoss runtime variables don't reflect gentoo path
Status: RESOLVED DUPLICATE of bug 63258
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-01 09:18 UTC by unlord
Modified: 2005-12-10 22:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
jboss 3.2.3 ebuild and related files (jboss2004-11-02.tar,40.00 KB, application/octet-stream)
2004-11-02 04:57 UTC, Mark Wolfe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description unlord 2004-08-01 09:18:32 UTC
By default, JBoss assumes that the location of all servers is ${JBOSS_HOME}/server.  When config files try to reference something inside a particular server, they do so using the ${jboss.server.home.dir} which incorrectly points to ${JBOSS_HOME}/server/<instance> instead of /var/lib/jboss/<instance>.  For example, in /deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml you might reference a keystore file for doing SSL and HTTPS by keystoreFile="${jboss.server.home.dir}/conf/my.keystore".

My question is, should JBoss be patched to handle this, and does that affect anything else that might use that runtime variable?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Mark Wolfe 2004-11-02 04:57:51 UTC
Created attachment 43156 [details]
jboss 3.2.3 ebuild and related files

I have replaced all instances of the jboss runtime variable
${jboss.server.home.dir} with there proper "gentoo" paths.
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-06 16:09:47 UTC
marking as later, reference added to the tracker: also see #81038
Comment 3 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-06 16:28:52 UTC
reopen
Comment 4 Josh Nichols (RETIRED) gentoo-dev 2005-12-10 22:53:17 UTC
These problems should go away when jboss is fixed to comply with the Java 
policy of not using bundled jars. Jboss probably won't be touched much until 
that happens, so marking it as duplicate. 

*** This bug has been marked as a duplicate of 63258 ***