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/

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

Reply via email to