File: start_webtool.1

package info (click to toggle)
erlang-manpages 1%3A12.b.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,188 kB
  • ctags: 2
  • sloc: makefile: 68; perl: 30; sh: 15
file content (70 lines) | stat: -rw-r--r-- 2,105 bytes parent folder | download
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
.TH start_webtool 1 "webtool  0.8.3.2" "Ericsson AB" "USER COMMANDS"
.SH NAME
start_webtool \- WebTool Start Script
.SH DESCRIPTION
.LP
The \fIstart_webtool\fR script starts WebTool, a WebTool application and a web browser pointing to this application\&.

.SH EXPORTS
.LP
.B
start_webtool application [ browser ]
.br
.RS
.LP
Starts WebTool, the given WebTool Application and a web browser pointing to this application\&. 
.LP
If no argument is given, a list of available applications is displayed, e\&.g\&.

.nf
>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\&'        
.fi
.LP
To start any of the listed applications, give the application name as the first argument, e\&.g\&.

.nf
>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        
.fi
.LP
The WebTool application WebCover is then started and the default browser is used\&. The default broser is Internet Explorer on Windows or else Netscape\&. 
.LP
To use another browser, give the browser\&'s start command as the second argument, e\&.g\&.

.nf
>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        
.fi
.LP
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\&.

.nf
>start_webtool webcover mybrowser
Starting webtool\&.\&.\&.
WebTool is available at http://localhost:8888/
Or  http://127\&.0\&.0\&.1:8888/
Starting webcover\&.\&.\&.
Starting mybrowser\&.\&.\&.        
.fi
.LP
Here the command \fI"mybrowser http://localhost:8888/webcover"\fR is executed\&. 
.RE
.SH SEE ALSO
.LP
webtool(3)