|> what is with the RMI stuff?
|> # System properties
|> # These will be loaded and set by jBoss
|> #java.rmi.server.useLocalHostName=true
|> #java.rmi.server.hostname=localhost
|> #java.rmi.server.codebase=http://localhost:8080/
|
|I don't know about webinstalls, but I know it is handy to have. I have
|had severe problems with getting the rmi to work without using these
|properties. It is common to have to do this when running on multihomed
|machines. I also have experienced strange behaviour in JBossMQ when
|java.rmi.server.hostname is not used.
|
|I think it is handy to have in a jboss.properties and not having to redo
|run.sh all the time.
it is useful to configure the services (and in our specific case the
webserver for classes is configured through jcml). My point here is that
there is NOTHING that needs to be put with properties IN A FILE that cannot
be put with the very fancy org.jboss.util.SystemProperties that can work
from a URL (do me a favor read the class and remember when you do so that
the classloader that we retrieve is a URLClassLoader.
So back to my original question, do we put this sequence for the webserver
class? in which case it is probably configuration that we could put in jcml
either 1- as a front end to the SystemProperties 2- directly in the <mbean>
of the webserver for classes. But I still don't know why this is there in
the first place... care to tell me?
marc
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development