aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webtool/doc/src/start_webtool.xml
blob: e9c94c42718dbc875bdb056505d90541fac5035a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE comref SYSTEM "comref.dtd">

<comref>
  <header>
    <copyright>
      <year>2003</year><year>2013</year>
      <holder>Ericsson AB. All Rights Reserved.</holder>
    </copyright>
    <legalnotice>
      Licensed under the Apache License, Version 2.0 (the "License");
      you may not use this file except in compliance with the License.
      You may obtain a copy of the License at
 
          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
      See the License for the specific language governing permissions and
      limitations under the License.

    </legalnotice>

    <title>start_webtool</title>
    <prepared></prepared>
    <responsible></responsible>
    <docno>1</docno>
    <approved></approved>
    <checked></checked>
    <date>2003-06-18</date>
    <rev></rev>
    <file>start_webtool.sgml</file>
  </header>
  <com>start_webtool</com>
  <comsummary>WebTool Start Script</comsummary>
  <description>
    <p>The <c>start_webtool</c> script starts WebTool, a WebTool
      application and a web browser pointing to this application.</p>
  </description>
  <funcs>
    <func>
      <name>start_webtool application [ browser ]</name>
      <fsummary>Start a WebTool Application</fsummary>
      <desc>
        <p>Starts WebTool, the given WebTool Application and a web
          browser pointing to this application.
          </p>
        <p>If no argument is given, a list of available applications
          is displayed, e.g.</p>
        <pre>
>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 'firefox'        </pre>
        <p>To start any of the listed applications, give the
          application name as the first argument, e.g.</p>
        <pre>
>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        </pre>
        <p>The WebTool application WebCover is then started and the
          default browser is used. The default browser is Internet
          Explorer on Windows or else Firefox.
          </p>
        <p>To use another browser, give the browser's start command
          as the second argument, e.g.</p>
        <pre>
>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        </pre>
        <p>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.</p>
        <pre>
>start_webtool webcover mybrowser
Starting webtool...
WebTool is available at http://localhost:8888/
Or  http://127.0.0.1:8888/
Starting webcover...
Starting mybrowser...        </pre>
        <p>Here the command <c>"mybrowser http://localhost:8888/webcover"</c> is executed.
          </p>
      </desc>
    </func>
  </funcs>

  <section>
    <title>See Also</title>
    <p><seealso marker="webtool">webtool(3)</seealso></p>
  </section>
</comref>