Hi,

I have a requirement that JBoss 3.0.5 server be installed on C: but it's
writeable directories plus the deploy folder should be on D, b/c users are
not allowed to write on C:

These are my current findings:

log dir
-------
Moving this for app-specific log files is no problem by changing the path
for each of the appenders defined in conf/log4j.xml (param name="File"
value="path).

However, the file boot.log and Jetty request logs are still created in the
standard jboss.server.base.dir/log folder.

db dir
------
Works by specifying -Djboss.server.data.dir=path. However issues remain with
JMS queues or topics. They are created in jboss.server.base.dir/db
regardless of what I specify in jbossmq-service.xml.

tmp dir
-------
Setting -Djboss.server.tmp.dir=path has no effects whatsoever. When I start
JBoss I can see that the tmp dir is still created under my
jboss.server.base.dir.

deploy dir
----------
Trying to set -Djboss.server.deploy.dir=path has the effect that my app
doesn't deploy properly if I move the deploy folder to the new path instead
of keeping at the standard jboss.server.base.dir/deploy folder.

I'm sure what I want can be done with JBoss. Can anyone help me with 
a) logging boot.log and Jetty request logs to another path than the standard
log folder
b) creating JMS queues/topics in another path than the standard db folder
c) moving the tmp dir to another path than the standard tmp folder
d) moving the deploy folder to another path than the standard deploy folder
even though the JBoss server itself (jboss.server.base.dir) is at another
location.

Thanks so much,

Cheers,
Bernie

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.

LogicaCMG global sponsors, Gartner Symposium, Cannes, 4th -7th November 2003

http://symposium.gartner.com/story.php.id.3323.s.5.html

Please note that LogicaCMG does not have control over content from,or availability of, 
this website


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to