Bugs item #807014, was opened at 2003-09-16 11:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=807014&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Gabriele Garuglieri (ggaru)
Assigned to: Nobody/Anonymous (nobody)
Summary: jboss.server.base.url wrong initialization

Initial Comment:
jboss-3.2.2RC3

org.jboss.system.server.ServerConfigImpl

method getServerBaseURL()



serverBaseURL is always initialized starting from

homeURL so if  both jboss.home.dir and

jboss.server.base.dir startup properties are specified,

jboss.server.base.dir is silently ignored and

jboss.server.base.url get initialized to the wrong value.

The correct order of precedence should be

getServerBaseDir(), then homeURL so that if

jboss.server.base.dir property is specified it gets a

chance to be picked up.



Circumvention:

The problem can be bypassed specifying both

jboss.server.base.dir and jboss.server.base.url startup

properties.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=807014&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to