Upgrading the Pet Store Application From WebLogic 6.1 Service Pack 3 to WebLogic
BEA WebLogic Server 7.0 Upgrade Guide B-17
</Application>
2. Change the path to point to your petstoreAdmin.ear file.
<Application
Deployed="true"
Name="petstoreAdmin"
Path="D:\700sp0\weblogic700\samples\server\config\petstore\appl
ications\
petstoreAdmin.ear" StagedTargets="" TwoPhase="false">
<EJBComponent
Name="petstoreAdminEjb"
Targets="petstoreServer"
URI="petstoreadminEjb.jar"/>
<WebAppComponent
Name="petstoreadmin"
Targets="petstoreServer"
URI="petstoreadmin.war"/>
</Application>
3. Change the path so that it points to the location of your WebLogic Server 7.0 Java compiler.
<Server
JavaCompiler="D:\700sp0\jdk131_02/bin/javac"
ListenPort="7001"
Name="petstoreServer"
RootDirectory="D:\700sp0"
ThreadPoolSize="15"
TransactionLogFilePrefix="config/petstore/logs/"
IIOPEnabled="false">
<WebServer
DefaultWebApp="tour"
LogFileName="./config/petstore/logs/access.log"
LoggingEnabled="true"
Name="petstoreServer"/>
<SSL
CertificateCacheSize="3"
Enabled="true"
ListenPort="7002"
ServerCertificateChainFileName="./config/petstore/ca.pem"
ServerCertificateFileName="./config/petstore/democert.pem"
ServerKeyFileName="./config/petstore/demokey.pem"
TrustedCAFileName="./config/petstore/ca.pem"