Skip Navigation Links | |
Exit Print View | |
![]() |
Oracle Java CAPS Java EE Service Engine User's Guide Java CAPS Documentation |
Using the Java EE Service Engine in a Project
About the Java EE Service Engine
Java EE Service Engine Features
Java EE Service Engine Limitations
Java EE Service Engine Use Case Scenarios
Java EE Service Engine as Service Provider and Service Consumer
Java EE Service Engine as a Service Provider
Java EE Service Engine as a Service Consumer
Java EE Service Engine Example Scenario
Configuring and Starting the Java EE Service Engine
To Start the Java EE Service Engine from the NetBeans IDE
To Start the Java EE Service Engine from the Admin Console
To Start the Java EE Service Engine Using Command Line Interface
Installing Java EE Service Engine Using Command Line Interface
Administering the Java EE Service Engine
To View the General Properties
Java EE Service Engine Log Management
The Java EE Service Engine requires no configuration. The service engine starts automatically whenever a JBI service assembly that contains a Java EE Service Unit is deployed.
You can start the Service Engine in the following three ways:
Note - When working with the service engine in the NetBeans IDE, you need to start the component from NetBeans, as described in the first procedure below.
The following message appears in the Output window:
Engine sun-javaee-engine has been started.
Ensure that the GlassFish application server is running. A green arrow icon next to the server node indicates that the server is running. If the server is not running, right click the server name and choose Start from the pop—up menu.
The default log in username isadmin; the password was defined during installation.
The GlassFish Admin Console opens in a new browser window.
The Java EE Service Engine properties page opens.
The Java EE Service Engine comes installed and configured when the GlassFish application server is installed. If you uninstall the Java EE Service Engine accidentally, you can use the CLI (Command Line Interface) to install it again manually.
Type the following command:
asadmin install-jbi-component [ApplicationServer-InstallDir]/jbi/components/sun-javaee-engine/appserv-jbise.jar
Using the CLI we can perform many operations.
To stop the Java EE Service Engine, type:
asadmin stop-jbi-component sun-javaee-engine
To shut down the Java EE Service Engine, type:
asadmin shut-down-jbi-component sun-javaee-engine
(Optional) To uninstall the Java EE Service Engine, type:
asadmin uninstall-jbi-component sun-javaee-engine