JRun servers
23
This figure differs from the previous JRun system figure because it shows a process view of
JRun—that is, it shows the services that run within each of the JRun server processes. As
the figure shows, the JWS associated with each server runs within that server’s process.
When you install JRun, it dynamically assigns a web server port number that is not in
use, starting at the default location. The following table lists the default JWS port
locations for the JRun servers:
You find the web server port settings in the following locations:
•
The JRun Launcher, under Web Port
•
The JMC Welcome page, in the Available Servers table, under HTTP port
•
The jrun_server/SERVER-INF/jrun.xml file, in the following lines:
<service class="jrun.servlet.http.WebService" name="WebService">
<attribute name="port">8000</attribute>
<attribute name="interface">*</attribute>
</service>
For more information on JRun ports, see JRun Administrator’s Guide.
Admin server
The admin JRun server executes all the administrative applications shipped with JRun,
including the JRun Management Console (JMC). You are not limited to running the
JMC on this server or at this port location.
You access the JMC application by making HTTP requests to an application resource
just as you would for any web application. Therefore, the admin server requires that its
associated JWS be running to handle these requests.
By default, the JWS associated with the admin server responds to HTTP requests
received over port 8000. Requests to this port number have the following form
http://localhost:8000. For example, use the following URL to connect to the JRun
Management Console http://localhost:8000.
Additionally, (Windows only) you can open the JMC by selecting
Start > Programs >
Macromedia JRun 4 > JRun Management Console
.
Default server
The default JRun server provides the necessary services for you to develop, test, and
deploy servlets, JSPs, EJBs, and web applications. The JWS associated with the default
server responds to HTTP requests received over port 8100. Requests to this port number
have the following form http://localhost:8100.
JRun server
Default JWS port number
admin
8000
default
8100
samples
8200
Содержание 38000382 - Macromedia JRun - Mac
Страница 1: ...Getting Started with JRun...
Страница 16: ......
Страница 68: ...54 Chapter 5 Introduction to EJB...
Страница 82: ......
Страница 110: ...96 Lesson 3 EJB Tutorial...
Страница 128: ...114 Lesson 4 Web Services Tutorial...
Страница 132: ...118 Index...