jrunx.connectorinstaller
Class ZeusInstaller
java.lang.Object
|
+--jrunx.connectorinstaller.WebServerInstaller
|
+--jrunx.connectorinstaller.NESInstaller
|
+--jrunx.connectorinstaller.ZeusInstaller
- public class ZeusInstaller
- extends NESInstaller
JRun 4.0 Installer for connector on Zeus Web Server.
For Zeus, the webServerDir is the https-xxx config directory under $zeushome/ns-config.
Zeus uses the NSAPI interface and the NES connector.
Assumes ZEUS virtual server is configured with NSAPI enabled
$ZEUSHOME/webadmin/conf/virtual_servers/sites could be searched for string such as
carol:modules!nsapi!enabled yes (where carol is virtual server name)
- Version:
- JRun version 4.0
- Author:
- Carol Frampton (cframpton@macromedia.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startWS
public void startWS()
throws WebServerException
- Start the web server
- Overrides:
startWS in class NESInstaller
- Throws:
java.lang.Exception - if error starting Zeus
stopWS
public void stopWS()
throws WebServerException
- Stop the web server
- Overrides:
stopWS in class NESInstaller
- Throws:
java.lang.Exception - if error stopping Zeus
restartWS
public void restartWS()
throws WebServerException
- Restart the web server
- Overrides:
restartWS in class NESInstaller
- Throws:
java.lang.Exception - if error stopping Zeus
isValidVersion
public boolean isValidVersion()
- Overrides:
isValidVersion in class NESInstaller
Copyright � 2002 Macromedia Corporation. All Rights Reserved.