InfoCenter Home >
6: Administer applications >
6.6: Tools and resources quick reference >
6.6.5: Administering enterprise beans (overview) >
6.6.5.4: Property files pertaining to enterprise beans
6.6.5.4: Property files pertaining to enterprise beans
The enterprise bean properties are in file:
The admin.config file is
located in directory,
<WebSphere/Appserver>/bin
The following entries in the admin.config file apply to
enterprise beans:
com.ibm.ejs.sm.adminServer.nameServiceJar |
name of service bean jar file |
com.ibm.ejs.sm.adminServer.dbUrl |
URL for JDBC access |
com.ibm.ejs.sm.adminServer.dbDriver |
classname of JDBC driver |
com.ibm.ejs.sm.adminServer.connectionPoolSize |
size of database connection pool |
com.ibm.ejs.sm.adminServer.dbPassword |
password for database access |
com.ibm.ejs.sm.adminServer.dbUser |
user ID for database access |
The enterprise bean properties are in file:
The admin.config file is
located in directory,
<WebSphere/Appserver>/bin
The following entries in the admin.config file apply to
enterprise beans:
com.ibm.ejs.sm.adminServer.nameServiceJar |
name of service bean jar file |
com.ibm.ejs.sm.adminServer.dbUrl |
URL for JDBC access |
com.ibm.ejs.sm.adminServer.dbDriver |
classname of JDBC driver |
com.ibm.ejs.sm.adminServer.connectionPoolSize |
size of database connection pool |
com.ibm.ejs.sm.adminServer.dbPassword |
password for database access |
com.ibm.ejs.sm.adminServer.dbUser |
user ID for database access |
|
|