Creating Your Own Startup Scripts

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 ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.