Installing the server as a Windows service with JDK 1.5

To install a server as a Windows service with JDK 1.5, execute:

\bin\service.bat -install -svr  $(SERVER_NAME}  -servicename $(SERVICE_NAME) -jdk15

To install a server as a Windows service with JDK 1.5 runtime, execute:

\bin\service.bat -install -svr  $(SERVER_NAME}  -servicename $(SERVICE_NAME) -rt15 -jdk15