Above-Listed Config.xml File Used For Weblogic Server 7.0 - BEA WebLogic Server 7 Upgrade Manual

Table of Contents

Advertisement

Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogic
<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
file.
petstore.ear
<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"
BEA WebLogic Server 7.0 Upgrade Guide
B-15

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic Server 7 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Weblogic server 7.0

Table of Contents