November 2003
Intermediate to advanced
1488 pages
36h 35m
English
To start WebLogic Server, you can create your own startup scripts. When creating your scripts, use the generated default scripts as a guide. There are three issues to address when creating start scripts: classpath, config.xml, and weblogic.Server command.
Ensure that you set your classpath properly to include the JDK certified for use with the WebLogic 8 series server, currently JDK 1.4.1_02. Ensure that server name used within your start scripts is reflected in your config.xml file, which is generated during your installation. Finally, pass the proper parameters to the weblogic.Server Java application that actually starts WebLogic Server as shown here
Admin server
e:\bea\jdk141_02\bin\java" -client -Xms32m ...
Read now
Unlock full access