Chapter 1 Getting Started
Before you can develop EAServer applications, you must start the preconfigured Jaguar server.
Starting the preconfigured server in Windows
Slow server start-up The HotSpot Server compiler precompiles classes into memory at server start-up time. You should expect heavy CPU usage as the server starts, and the server may take longer to boot.
Starting the preconfigured server in UNIX
set path = ($path /usr/local/SUNWmotif/bin/)
serverstart.sh [-jvmtype classic | client | server] [-jdk12 | -jdk13] \ [-debug] [-xterm]
Option | Description |
---|---|
-jvmtype [classic | client | server] |
Specify which Java VM to use:
On Solaris, if you use JDK 1.2, you must run the classic Java VM; if you use JDK 1.3, you can run either of the HotSpot VMs. |
-jdk12 | -jdk13 |
Specify the JDK version; the default is 1.3. |
-debug |
Run the server in debug mode. |
-xterm |
Run the server in a new window opened by xterm. |
Debug servers Debug-mode servers allow you to remotely debug components from tools that support EAServer component debugging, such as PowerBuilder or PowerJ. You cannot run the debug-mode server unless you installed the debug libraries and binaries. The debug server cannot run as an NT service.
To start a user-defined server, you must first create the server. For instructions, see "Creating or deleting a server".
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |