BUpgrading the Pet Store Application and the Examples Server
B-18 BEA WebLogic Server 7.0 Upgrade Guide
Ciphersuites="SSL_RSA_EXPORT_WITH_RC4_40_MD5,SSL_RSA_WITH_DES_C
BC_SHA,
SSL_RSA_EXPORT_WITH_DES_40_CBC_SHA,SSL_NULL_WITH_NULL_NULL"/>
<Log FileName="./config/petstore/logs/weblogic.log"/>
</Server>
<Log FileName="./config/petstore/logs/wl-domain.log"/>
<JDBCConnectionPool
CapacityIncrement="1"
DriverName="COM.cloudscape.core.JDBCDriver"
InitialCapacity="1"
MaxCapacity="1"
Name="petstorePool"
Properties="user=none;password=none;server=none"
Targets="petstoreServer"
URL="jdbc:cloudscape:petStore"/>
<FileRealm
Name="myFileRealm"/>
<Security
Realm="myRealm"/>
<Realm
FileRealm="myFileRealm"
Name="myRealm"/>
<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>