Command-Line Start

WebLogic server is a Java application and, like all Java applications, it can be started by passing the class definition as a parameter to the Java command. However, as shown in this section, the number of options required for even a basic start is lengthy enough that you will want to create a shell script containing the options you desire.

The basic format is, of course,

java -classpath $CLASSPATH weblogic.Server

where the $CLASSPATH is as appropriate for your machine. Note, however, that it must contain the weblogic.jar and weblogic_sp.jar archive files. To get any work done, you will also need to specify (at a minimum) the domain and server name. A complete list of possible command-line WebLogic server options follows. ...

Get BEA WebLogic Server™ Administration Kit 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.