From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/webtool/doc/src/start_webtool.xml | 103 ++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 lib/webtool/doc/src/start_webtool.xml (limited to 'lib/webtool/doc/src/start_webtool.xml') diff --git a/lib/webtool/doc/src/start_webtool.xml b/lib/webtool/doc/src/start_webtool.xml new file mode 100644 index 0000000000..184285c631 --- /dev/null +++ b/lib/webtool/doc/src/start_webtool.xml @@ -0,0 +1,103 @@ + + + + +
+ + 20032009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + start_webtool + + + 1 + + + 2003-06-18 + + start_webtool.sgml +
+ start_webtool + WebTool Start Script + +

The start_webtool script starts WebTool, a WebTool + application and a web browser pointing to this application.

+
+ + + start_webtool application [ browser ] + Start a WebTool Application + +

Starts WebTool, the given WebTool Application and a web + browser pointing to this application. +

+

If no argument is given, a list of available applications + is displayed, e.g.

+
+>start_webtool
+Starting webtool...
+WebTool is available at http://localhost:8888/
+Or  http://127.0.0.1:8888/
+
+Usage: start_webtool application [ browser ]
+
+Available applications are: [orber,appmon,crashdump_viewer,webcover]
+Default browser is 'iexplore' (Internet Explorer) on Windows or else 'netscape'        
+

To start any of the listed applications, give the + application name as the first argument, e.g.

+
+>start_webtool webcover
+Starting webtool...
+WebTool is available at http://localhost:8888/
+Or  http://127.0.0.1:8888/
+Starting webcover...
+Sending URL to netscape...done        
+

The WebTool application WebCover is then started and the + default browser is used. The default browser is Internet + Explorer on Windows or else Netscape. +

+

To use another browser, give the browser's start command + as the second argument, e.g.

+
+>start_webtool webcover mozilla
+Starting webtool...
+WebTool is available at http://localhost:8888/
+Or  http://127.0.0.1:8888/
+Starting webcover...
+Sending URL to mozilla...done        
+

If the given browser name is not known to WebTool, WebTool + will run it as a command with the start URL as the only + argument, e.g.

+
+>start_webtool webcover mybrowser
+Starting webtool...
+WebTool is available at http://localhost:8888/
+Or  http://127.0.0.1:8888/
+Starting webcover...
+Starting mybrowser...        
+

Here the command "mybrowser http://localhost:8888/webcover" is executed. +

+
+
+
+ +
+ See Also +

webtool(3)

+
+
+ -- cgit v1.2.3