Homepage General|News| Download|Services| Contact
Installation steps :
- Download sydaps.jar or sydaps.jar.tar.gz
-
enter in the command line :
jar xvf sydaps.jar
or in Solaris
gunzip sydaps.jar.tar.gz
tar xvf sydaps.jar.tar
jar xvf sydaps.jar
You should see three jar files : sydstart.jar , sydney.jar, syddoc.jar. Put sydney.jar in the directory defined in CLASSPATH. You can extract documentation from syddoc.jar.
-
Extract files from sydstart.jar. Decide about the location of the applicaton server. Copy startaps.class and server.cst into this directory. Enter from the command line in this directory :
java startaps
You should see messages , that server is starting . That is it.
Deployment of applications on the server
The deployment of Your applications classes , which are started by the Sydney server is simple. Simply create a jar archive with Your classes and put it in the CLASSPATH on the computer on which the server is running, or copy the classes to the root directory of the server .
Customization
You will find the file server.cst in the sydstart.jar. It should contain server.cst file. For You only the value 7008 is important. It is a default server port. If it is busy in Your system change it manually. The trial version of Sydney package does not contain the customization wizard.
Testing installation
If You extract syddoc.jar You should go into samples directory. You find there sample program , which allows You to test the installation. If You start the test program on different PC ( from that, on which the sydeny server is running) , do not forget to put sydney.jar in the CLASSPATH. Testbrok program assumes , that the class edek is accesible to the server. Compile edek and deploy on the Sydney server .
Enter in the command line :
javac testbrok.java
Then, assuming the sydney server was already started enter in the command line :
java testbrok 7008 serverHost myPort
where 7008 is the default port of the sydney server, serverHost is the host IP address of server PC, for example 198.180.200.1 etc, and myPort is the port of Your client .
Program testbrok performs a stress test of the sydney server.