Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogic

BEA WebLogic Server 7.0 Upgrade Guide B-15

<MailSession
Name="mailSession"
Targets="petstoreServer"
JNDIName="mail.Session"
Properties="mail.from=orders@javapetstoredemo.com;mail.host=san
-francisco.beasys.com"/>
<StartupClass
Arguments="port=7001"
ClassName="com.bea.estore.startup.StartBrowser"
FailureIsFatal="false"
Name="StartBrowser"
Targets="petstoreServer"
Notes="On Windows, this class automatically starts a browser
after the server has finished booting."/>
</Domain>
above-listed config.xml file used for WebLogic Server 7.0

1. Change the path to point to your 7.0 petstore.ear file.

<Domain ConfigurationVersion="7.0.0.0"
Name="petstore"
Path="D:\700sp0\weblogic700\samples\server\config\petstore\appl
ications\
petstore.ear" StagedTargets="" TwoPhase="false">
<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"