On  7 Maj, marc fleury wrote:
> ok, there are a few things in JBoss properties that we need to remove.  In
> the push to have a clean web install, we must not have anything in file
> system.
> 
> Right now we still have this...
> 
> 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.

Just my 2c.

//Peter

> 
> That I believe is the hack from Aaron to get Oracle working? how do we
> integrate that in the JCA stuff?
> #jboss.xa.xidclass=oracle.jdbc.xa.OracleXid
> 
> That I know for sure we can remove.
> # Deprecated: JDBC Drivers should be specified in jboss.jcml, in
> JDBCProvider
> #jdbc.drivers=org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver
> 
> 
> 
> Scott, what is up with this, is there a clean way to do this by the jcml
> files?
> #java.security.manager=java.lang.SecurityManager
> 
> java.security.auth.login.config==file:../conf/default/auth.conf
> 
> 
> Ok EVEN IF YOU WANT SYSTEM stuff, because code goes and looks for it by
> System, then we can still use the "System" util in org.jboss.util that sets
> properties from a resource that we specify but loads from the class of the
> jboss System class which means that it is not necessarily pointing to the
> local file system.  Hence the following should be done through that, who
> wrote this?
> # Tomcat session Id generation. Uncomment to make Tomcat initial request
> faster
> # tomcat.sessionid.randomclass=java.util.Random
> 
> 
> 
> _________________
> Marc Fleury, Ph.D
> [EMAIL PROTECTED]
> _________________
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development

-- 
Jobba hos oss: http://www.tim.se/weblab
------------------------------------------------------------
Peter Antman             Technology in Media, Box 34105 100 26 Stockholm
Systems Architect        WWW: http://www.tim.se
Email: [EMAIL PROTECTED]        WWW: http://www.backsource.org
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 
------------------------------------------------------------


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to