Java Status Page

The Java Bridge tab provides status information about the Java servers connected to the network. The information displayed in the Java Status page, shows information about a selected server.

To access the Java Bridge tab go to Integration | Java Bridge.

The active buttons on the Java Status page are:

OS Compatibility Note:

- Windows all supported versions should use the service manager to Start and Stop services (Start/Stop options in the Tab will not be available).
- FreeBSD - The Java Bridge is currently not available.

The Java Status page includes information about:

Note:

The Java Bridge requires that you have SUN’s JRE 1.4 or later or IBM's Java 1.4.2 or later installed on your computer. While installing Platform you were prompted to direct the installer to the JRE’s location. Therefore, you should already have JRE installed. If you did not choose to setup the Java Bridge in the installation process you can do so after the installation using the Setup Tool (from UNIX, Linux and Mac: <install_dir>/bin/setup_tool.sh from i5/OS: GO ZENDPLAT/ZPMENU from Windows: Start | Programs | Zend Platform | Setup Tool).
More information about JRE’s and the latest updates can be obtained from SUN Microsystems’s website: http://java.sun.com.

Working with the Java Bridge User Interface

 

 

Instructions on how to complete a procedure

To view the Java Status Page for a selected server:

jb_select_server.png

Select Server to Configure

  1. Go to the Java Bridge tab and the "Select Server to Configure" dialog opens.

  2. Select a server from the list of servers in the Server Tree and click "OK".
    The Java Status Page opens for the selected server.

 

jb_status_page.png

Java Status Page

Note:

Statistical information is gathered on the Java server. Therefore, even after restarting the Web server, the statistics are maintained. This naturally does not apply to restarting the Java server, which will restart the statistics collection from zero.

Using the command buttons provided on the Java Bridge user interface, you can stop the Java Bridge, start the Java Bridge, or refresh the Status Information shown on-screen, for the selected server.

 

 

Instructions on how to complete a procedure

To stop the Java Bridge:

  1. Click "Stop".
    Platform opens an information screen that tells you that the Java Bridge was successfully stopped.

  2. Click "OK" to close the window.
    Platform closes the window and returns to the Java Bridge main screen.

 

Configuring the Java Bridge

Zend Platform’s Java module has two configuration parameters:

Example Script

The following example is the shell script for running JavaMW (this script should be customized when necessary):

export CLASSPATH=$CLASSPATH:`pwd`/javamw.jar

java -Dzend.javamw.threads=20 -Dzend.javamw.port=10001 com.zend.javamw.JavaServer

Note:

Add other entries into CLASSPATH if you use non-standard Java packages.

PHP Configuration

The PHP module uses the following configuration directives:

Note:

This must be the same as zend.javamw.port for the server.

 

 

Related Links

Related Links:
Java Bridge

About

Operating and Configuring

Common Tasks

Usability Issues