Feeds:
Posts
Comments

Archive for July, 2009

If you already have an SSL enabled origin server you can skip this.
For ease of use I have used SJS Web Server 7.0 as origin server also.
Start the administration server, and go to wadm
>./wadm –user=admin
Please enter admin-user-password> ****
1. Create a self signed certificate
wadm>create-selfsigned-cert –config=test.sun.com –server-name=test.sun.com –nickname=My-CA-Cert
[...]

Read Full Post »

Cron jobs

The basic format of a crontab schedule consists of 6 fields, separated by spaces, formatted as follows:
minute hour day month day-of-week command-line-to-execute
The acceptable values for each of the 6 fields are:
Field Range [...]

Read Full Post »

Clustering of services is done to avoid down time. Before that there are few things that you need to check if you really need a clustered service.

Cluster considerations:
How stateful [...]

Read Full Post »