Accessing command line mode
To access Web Manager's command line interface, follow these steps:
This can be performed on a Microsoft or UNIX/Linux Operating System. The following examples are in Microsoft format.
1. Log into the Administrator portion of Web Manager. For example:
http://www.yourhost.com/swm/Admin
The Administrator's Login screen appears.
2. log in to the Web Manger.
The Welcome to Web Manager screen appears.
3. Start your operating system's command line interface.
4. Navigate to the directory where your copy of Web Manager is located. For example:
C:\Program Files\Apache Group\Tomcat 4.1\webapps\swm
5. Type run. For example:
C:\Program Files\Apache Group\Tomcat 4.1\webapps\swm>run
The Web Manager command line interface displays. It looks similar to this:
WebManager%> Use WebManger at root C:\Program Files\Apache Group\ Tomcat 4.1\webapps swm' ? (y/n)
6. To enter the command line mode, answer yes by typing y at the WebManager%> command prompt.
You receive back a confirmation similar to this:
WebManager%> Using root at 'C:\Program Files\Apache Group\Tomcat 4.1\webapps\swm' WebManager%>
You are now in Web Manager command line mode.
7. To exit Web Manager command line mode, type exit(); at the command line prompt.
Note
To access Web Manager command line help, type help(); at the command line prompt. For example: WebManager%>help();