Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
cx_8.1 [2014/07/22 14:34] dcarver created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Jenzabar CX 8.1 Client Configuration ====== | ||
| - | The Jenzabar CX 8.1 menu is a Java-based user interface. Your system will need to have the 32-bit version of Java 7 or later installed and properly configured or it will not be able to connect to the CX server. | ||
| - | ===== Verify Java Version and Architecture ===== | ||
| - | Before proceeding, verify that you have the correct version and architecture of Java installed. | ||
| - | |||
| - | - Go to **Start** > **Control Panel** > **Programs and Features** | ||
| - | - Scroll down to check the versions of Java installed | ||
| - | - Correct versions will be listed as ''Java 7 Update NN'' where ''NN'' is some number. Incorrect versions include ''Java 7 Update NN (64-bit)'' and ''Java(TM) 6 Update 45''. | ||
| - | |||
| - | If needed, remove any older or incorrect versions of Java and install the latest version from http://www.java.com/en/download/manual.jsp?locale-=en (select either "Windows Online" or "Windows Offline"). | ||
| - | |||
| - | ===== Configure Java 7 ===== | ||
| - | Java 7 will not permit self-signed applications to run without first adding security exceptions for them. Jenzabar CX 8.1 code is still signed with a self-signed certificate as of July 2014, so creating this exceptions is a mandatory step. | ||
| - | |||
| - | - Go to **Start** > **Java** > **Configure Java** to open the Java Control Panel | ||
| - | - Click on the **Security** tab | ||
| - | - Click on the **Edit Site List...** button to add sites to the list | ||
| - | - In the newly-opened Exception Site List window, click the **Add** button | ||
| - | - Type or paste the following to allow connections to the live database, and hit ''Enter'' when complete:\\ \\ <code>https://cx01.olin.edu:9040</code> | ||
| - | - Click the **Add** button again | ||
| - | - Type or paste the following to allow connections to the train database, and again hit ''Enter'' when complete:\\ \\ <code>https://cx01.olin.edu:9045</code> | ||
| - | - Click **OK** to accept these changes and close the Exception Site List window | ||
| - | - Click **OK** to close the Java Control Panel | ||
| - | |||
| - | ===== Running CX 8.1 ===== | ||
| - | There are two ways you can launch the CX 8.1 menu on your system: via a desktop shortcut, or via a web page. | ||
| - | |||
| - | === Create a Desktop Shortcut (Recommended) === | ||
| - | - Right click on a location where you would like the shortcut created (e.g., your desktop) | ||
| - | - Select **New** > **Shortcut** | ||
| - | - When prompted for the location of the shortcut, choose one of the following and paste it into the ''Type the location of the item:'' field: | ||
| - | * For the live database, use <code>"C:\Program Files (x86)\Java\jre7\bin\javaws.exe" https://cx01.olin.edu:9040/CXConnect.jnlp</code> | ||
| - | * For the train database, use <code>"C:\Program Files (x86)\Java\jre7\bin\javaws.exe" https://cx01.olin.edu:9045/CXConnect.jnlp</code> | ||
| - | - Click the **Next** button | ||
| - | - Enter a name for the shortcut, e.g., ''CX 8.1 (Live)'' | ||
| - | - Click the **Finish** button | ||
| - | - Continue to [[#Starting the Menu]] below | ||
| - | |||
| - | === Use a Web Page === | ||
| - | - In your web browser, visit the appropriate site: | ||
| - | * For the live database, browse to https://cx01.olin.edu:9040/CXConnect.htm | ||
| - | * For the train database, browse to https://cx01.olin.edu:9045/CXConnect.htm | ||
| - | - Click on the **Run Jenzabar CX** link | ||
| - | - Continue to [[#Starting the Menu]] below | ||
| - | |||
| - | === Starting the Menu === | ||
| - | - Each time you use the CX 8.1 menu, Java will present the following security warning:\\ \\ {{cx81javawarning.png|Java security warning when running CX 8.1}}\\ \\ Despite the warning, the CX 8.1 application is safe to run, and unfortunately this message cannot be permanently bypassed at this time. | ||
| - | - Click on the checkbox next to ''I accept the risk and want to run this application.'' | ||
| - | * It is important to note that **this is the __only__ security warning you should accept -- all other security warnings on your system should be heeded and treated with extreme caution!** | ||
| - | - Click on the **Run** button to launch the menu | ||















