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

Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Invalid
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.



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

>Comment By: Scott M Stark (starksm)
Date: 2003-09-16 11:03

Message:
Logged In: YES 
user_id=175228

The *.dir properties can be independent from *.url

properties since the *.url properties can be a remote http

server while the *.dir propeties refer to the local

filesystem in which the server is running. So if the

jboss.home.url is pointing to an http server and the

jboss.server.base.url is not specified this cannot be

defaulting to a jboss.server.base.dir value.

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

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