Starting Applications Manager by using the Java Web Start launcher
This topic describes how to start the Applications Manager from Business Center by using the Java™ Web Start launcher.
Before you begin
- Java 1.7 or above should be installed on the system.
- Java cache should be enabled in Java Control Panel.
Procedure
- Set the
yfs.yfs.configurator.usewebstart
property totrue
in thecustomer_overrides.properties
file. - Log on to Business Center as an Administrator.
- Click System Setup. The System Setup home page opens.
-
Expand System Applications and then click Applications
Manager.
The browser prompts you to take an action on the
launchsbcapplicationmanager.jnlp
file. You can perform one of the following actions based on the browser you are using:- Internet Explorer:
- Open: Opens the file with the associated application. If there exists a
mapping between the file extension ‘
.jnlp
’ and the Java Web Start Launcher, you can open it directly. Otherwise, you can save the file and open it. - Save: Save the file to the local system and open it with Java Web Start Launcher.
- Save As: Save the file with a different name to the local system and open it with Java Web Start Launcher.
- Open: Opens the file with the associated application. If there exists a
mapping between the file extension ‘
- Firefox:
- Open With: Opens the file with the associated application. If there
exists a mapping between the file extension ‘
.jnlp
’ and the Java Web Start Launcher, you can open it directly. Otherwise, you must manually select the Java Web Start Launcher from the list of programs and open it. - Save File: Save the file to the local system and open it with Java Web Start Launcher.
<JRE_HOME>\bin\javaws
on the local system. - Open With: Opens the file with the associated application. If there
exists a mapping between the file extension ‘
.jnlp
file is run, the Java Web Start downloads the necessary resources such as the JAR files listed in the.jnlp
file to start the application. Alternatively, you can also open the file from the command line by running the following command:<JRE_HOME>/bin/javaws <downloaded jnlp file path>
To run the downloaded.jnlp
file with verbose tracing, perform the following steps:- Enable tracing in the local JRE control panel. Go to Java Control Panel > Advanced > Debugging and select the Enable tracing option.
- Run the command:
<JRE_HOME>/bin/javaws -verbose <downloaded jnlp file path>
. Depending on the OS, find the logs in your local JRE directory.
Note:- To use Java Web Start application with WebSphere® Application Server, you need to add the following system property in the WebSphere Application Server start up configuration.
-Dyfs.jnlp.forceCookieVersionZero=true
- The JNLP file that is downloaded for a logged-in user can only be used once before the HTTP session is logged out or times out. If the same JNLP is run more than once or it is run after the HTTP session is no longer valid, then an error is displayed by the Java Web Start Launcher. More information about the error can be seen in the ‘Details’ tab of the Java Web Start error prompt.
Tip:- To enable server-side tracing for starting the Applications Manager or System Management Console using the Web Start Launcher from the Application Console UI, enable tracing for JSPs. For more information, see Trace components details screen
- To enable server-side tracing for starting the Applications Manager from Business Center or System Management from System Administration Console by using the Web Start Launcher, you need to enable tracing for Web UI framework. For more information, see Enabling tracing for Web UI Framework.
- Internet Explorer: