HTTP Server Property Sheet
See Also
You can view the properties of the HTTP server by right-clicking its node
in the Runtime window and choosing Properties. The HTTP
server has the following properties:
Properties
- Hosts with Granted Access. Specifies the machines that are allowed
to access the HTTP server. You can type the host names or IP addresses directly
into the text field. Or, you can click the ellipsis button to open a dialog
box with the following elements:
- Any Host. Does not restrict access to the server.
- Selected Hosts. Restricts access so that only the machine on
which the IDE is running and the machines that you specify in the Grant
Access To text area are allowed access.
- Grant Access To. Accepts a comma-separated list of machine names
or IP addresses.
- Port. Specifies the port number on which the HTTP server operates.
- Running. If True, the HTTP server is running. You can also choose
commands to start or stop the IDE's internal HTTP server by right-clicking
the HTTP Server node in the Runtime window.
- Show Grant Access Dialog. If True, opens a dialog box when you ask
to allow access to the HTTP server from a host without granted access. If
False, access is automatically denied.
Expert
- Base Class Path URL.
Specifies a URL that you can type into the external browser
to browse the Java class path and resources
hierarchy. For example,
if you set the Base Class Path URL to /classpath/, you would type http://my-machine-name:8082/classpath/ in the browser.
- Base Filesystems URL.
Specifies a URL that you can type
into an external browser to browse your mounted filesystems.
For example,
if you set the Base Filesystems URL to /repository/, you would type http://my-machine-name:8082/repository/ in the browser.
- Base Javadoc URL.
Specifies a URL that you can type
into an external browser to browse your Javadoc filesystem. For example,
if you set the Base Javadoc URL to /javadoc/, you would type http://my-machine-name:8082/javadoc/ in the browser.
Legal Notices