hello!
I have one question conserning WebLogic deployment.
I need an example - how to deploy datasource (and pool) using script (or any other way)? it is needed for installation program.
I need to deploy a datasource (and a connection pool) to Weblogic 6.1.
I have a J2EE application:
EAR module with two JARs (with EJB modules) and one WAR.
I need to create a script which deploys the required datasource to WebLogic (or maybe it's possible to deploy using *.properties or *.xml file?).
I have spent hours searching for the solution in Internet.
I have discovered how to deploy "dynamic connection pool" only (by script) - this pool is deleted after WL restart. The other way is to use weblogic.properties, but I don't know how to deploy it with my application (without creating separate directory in WebLogic).
thanks, Alexey.
I have one question conserning WebLogic deployment.
I need an example - how to deploy datasource (and pool) using script (or any other way)? it is needed for installation program.
I need to deploy a datasource (and a connection pool) to Weblogic 6.1.
I have a J2EE application:
EAR module with two JARs (with EJB modules) and one WAR.
I need to create a script which deploys the required datasource to WebLogic (or maybe it's possible to deploy using *.properties or *.xml file?).
I have spent hours searching for the solution in Internet.
I have discovered how to deploy "dynamic connection pool" only (by script) - this pool is deleted after WL restart. The other way is to use weblogic.properties, but I don't know how to deploy it with my application (without creating separate directory in WebLogic).
thanks, Alexey.