----------------------- Configuration/ Deployment Issues: 1. mySQL Database on DrLucky 2. JBoss 3.0.4 w/ Tomcat 4.1.12 3. J2EE SDK 1.3.1 4. Java SDK 1.4.1_01 5. Client and Server have worked on the same machine only 6. The application has worked on several team laptops 7. Has been tested with only one client at a time Known Problems: 1. user name should be <= 255 characters (not enforced) 2. client does not work properly if the run before the ticker is started ----------------------- Installation: 1. obtain the executables and setup JBoss a. download the three zip files found in baseline/build/release 2. JBoss: These steps will seed an installation of JBoss with the MySql JDBC driver, mysql-service.xml and deploy the PowerQuotes EJBs a. unzip pq_ejb.zip to a temporary directory TEMPDIR (it will create a directory “pqdeploy”) b. % cd TEMPDIR\pqdeploy c. set JBOSS_HOME to point to the top level JBoss directory (ex. Set JBOSS_HOME=C:\jboss-3.0.4_tomcat-4.1.12) d. % installserver.bat 3. Create a shortcut to the JBoss server a. Using the Exploring Windows application, navigate to the \bin directory b. Right click the run.bat file and send to desktop 4. start the JBoss server a. double click the run.bat shortcut on the desktop b. the server beans are deployed at startup 5. Stock Ticker Datafeed: This will install and run the Stock Ticker Datafeed a. Install: 1.unzip pq_ticker.zip – it will create a directory “pqticker” b. Run: (assumes server has been seeded and restarted) 1. set JAVA_HOME to point to the root of your java installation (default is C:\j2sdk1.4.1_01) 2. % cd pqticker 3. % run-ticker.bat 6. PowerQuotes Client: a. Install: 1. unzip pq_client.zip- it will create a directory “pqclient” b. Run: 1. set JAVA_HOME to point to the root of your java installation (default is C:\j2sdk1.4.1_01) 2. % cd pqclient 3. % run-client.bat