posted 19 years ago
A WebLogic Server runs as a process within a JVM. Each JVM can host only one server process. To start a server, you initiate a JVM with a set of arguments and execute the weblogic.Server class.
You can run a server as a Windows service on bootup (requires a key in the Windows Registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services); from the Windows Start Menu; and from a startup script. If there is no Windows service, then WebLogic Server must have been started by one of the other two means.
SCJP 1.4, SCWCD 1.3, SCBCD 1.3