Inc. Server User Manual

Upgrading the WebLogic 6.0 Service Pack 2 Examples Server to WebLogic Server 7.0
BEA WebLogic Server 7.0 Upgrade Guide B-25
startExamplesServer.cmd script used to boot a WebLogic 6.0 Service Pack 2
Examples Server
@echo off
@rem This script can be used to start WebLogic Server for the
@rem purpose
@rem of running the examples. This script ensures that the server
is started
@rem using the config.xml file found in this directory and that
the CLASSPATH
@rem is set appropriately. This script contains the following
@rem variable:
@rem
@rem JAVA_HOME - Determines the version of Java used to start
@rem WebLogic Server. This variable must point
to the
@rem root directory of a JDK installation and
will be set
@rem for you by the WebLogic Server installer.
Note that
@rem this script uses the hotspot VM to run
WebLogic Server.
@rem If you choose to use a JDK other than the one
@rem included in the disribution, make sure that
the JDK
@rem includes the hotspot VM. See the WebLogic
platform
@rem support page
@rem (http://e-docs.bea.com/wls/platforms/index.html)
@rem for an up-to-date list of supported JVMs
@rem on Windows NT.
@rem
@rem When setting the variable below, please use short file names
(8.3).
@rem To display short (MS-DOS) filenames, use "dir /x". File
@rem names with
@rem spaces will break this script.
@rem
@rem jDriver for Oracle users: This script assumes that native
@rem libraries
@rem required for jDriver for Oracle have been installed in the
@rem proper
@rem location and that your system PATH variable has been set
@rem appropriately.
@rem For additional information, refer to Installing and Setting
up WebLogic