Inc. Server User Manual

B Upgrading the Pet Store Application and the Examples Server
B-12 BEA WebLogic Server 7.0 Upgrade Guide
:finish
cd config\petStore
ENDLOCAL
config.xml file used for WebLogic Server 6.1 Service Pack 3
<Domain
Name="petstore">
<JDBCTxDataSource
JNDIName="jdbc.EstoreDB"
Name="EstoreDB"
PoolName="petstorePool"
Targets="petstoreServer"/>
<JDBCTxDataSource
JNDIName="jdbc.InventoryDB"
Name="InventoryDB"
PoolName="petstorePool"
Targets="petstoreServer"/>
<JDBCTxDataSource
JNDIName="jdbc.SignOnDB"
Name="SignOnDB"
PoolName="petstorePool"
Targets="petstoreServer"/>
<Application
Deployed="true"
Name="tour"
Path="D:\WLS
6.1\wlserver6.1/config/petstore/applications/tour.war">
<WebAppComponent
Name="tour"
Targets="petstoreServer"
URI="tour.war"/>
</Application>
<Application
Deployed="true"
Name="petstore"
Path="D:\WLS
6.1\wlserver6.1/config/petstore/applications/petstore.ear">
<EJBComponent
Name="customerEjb"
Targets="petstoreServer"
URI="customerEjb.jar"/>
<EJBComponent
Name="inventoryEjb"