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)

Fields inherited from class jrunx.connectorinstaller.NESInstaller
ERROR_LOG
 
Fields inherited from class jrunx.connectorinstaller.WebServerInstaller
jrunInfo, supportedVersionStr, wsBuildNum, wsInfo, wsMajorVer, wsMinorVer, wsVersionStr
 
Method Summary
 boolean isValidVersion()
           
 void restartWS()
          Restart the web server
 void startWS()
          Start the web server
 void stopWS()
          Stop the web server
 
Methods inherited from class jrunx.connectorinstaller.NESInstaller
getConnectorConfig, getStateWS, installConnector, installConnector, modifyConnector, modifyConnector, removeConnector, removeConnector
 
Methods inherited from class jrunx.connectorinstaller.WebServerInstaller
createObject, createObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.