Launching the BBj Enterprise Manager with Java Web Start
Description
In BBj 11.00 and higher, http://localhost:8888/basis/em.jnlp automatically opens the Enterprise Manager. If BBj is not installed locally, replace localhost with the name of the computer where BBj resides.
Prior to BBj 11.00, launching the Enterprise Manager via Java Web Start allows the administrator to update and install the files on a single server machine. As clients need access to the application, they simply click on a link on a Web page that launches the application using Java Web Start. To install a new version of the software, they simply replace the files on the server. The next time any user tries to launch the Enterprise Manager, they will get the updated files.
In BBj 13.00 and higher use the Browser EM shortcut or http://localhost:8888/bbjem/em. If BBj is not installed locally, replace localhost with the name of the computer where BBj resides.
To setup the Enterprise Manager to run using Web Start, follow the directions in Running BBj Thin Client with Java Web Start with the following exceptions:
-
Use the sample
JNLPfile below as a template. -
Name the file
bbj-em.jnlp(or change thehref=part of the<jnlp>tag to the name of your file). -
Change the
codebase=part of the<jnlp>tag to the server where the JNLP file and JARs reside. -
Be sure to copy and sign the appropriate JAR files listed below (see associated sample) and put these files in the appropriate place on the Web server:
|
BBj 9.00 and 10.0* |
BBjEM.jar, BBjThinClient.jar, BBjUtil.jar, BBjBootstrap.jar, BBjIndex.jar |
|---|---|
|
BBj 8.00 |
BBjEM.jar, BBjUtil.jar, BBjJDBC.jar, BBjSql.jar, BBjFilesystem.jar, HelpAll.jar |
|
BBj 7.x |
BBjEM.jar, BBjThinClient.jar, BBjUtil.jar, HelpAll.jar, BBjJDBC.jar, BBjFilesystem.jar |
|
BBj 6.x and below |
BBjEM.jar, BBjThinClient.jar, BBjXML.jar, ThirdParty.jar, b3odbc.jar |
*BBj versions 9.x and higher
include a built-in Jetty web server with built-in access to Enterprise
Manager via Web start. The default address is: http://localhost:8888/jnlp/em.jnlp.
Example
For BBj 9.00 and Higher
|
For BBj 8.00
|
For BBj 7.x
|
For BBj 6.x and Below
|