Health Ontology Mapper
Space shortcuts
Space Tools

I2B2 RC6 Sybase IQ Installation - Server Access Instructions

 

 

App Server Login

 

  • Login to UCSF ETL Subnet via VPN

 

  • Connect to the I2B2 Application server ( 192.168.25.19) using Putty

 

 

 

 

 

  • Provide the login credentials

 

 

 

 

 

 

Starting the Tomcat Server

 

  • Change to tomcat bin directory

cd /opt/apache-tomcat-5.5.23/bin

 

  • Start the server by executing the shellscript startup.sh

./startup.sh

 

  • The server logs can be monitored by changing to /opt/apache-tomcat-5.5.23/logs directory and perusing catalina logs

cd /opt/apache-tomcat-5.5.23/logs

tail –f catalina.<current-date>.log

 

 

 

 

Starting the JBoss Server

 

  • Change to JBoss bin directory

cd /opt/jboss-4.2.2.GA/bin

 

  • Start the server by executing the shellscript run.sh

./run.sh –b 0.0.0.0 &

 

 

 

 

  • The server log can be accessed by changing to /opt/jboss-4.2.2.GA/server/default/log directory

cd /opt/jboss-4.2.2.GA/server/default/log

tail –f server.log

 

 

 

 

Configuring the I2b2 Workbench

 

  • Edit the i2b2workbench.properties file found under the workbench installation directory of your PC and add the following entry

 

I2b2.2=demo,REST,http://192.168.25.19:7070/axis2/rest/PMService/

 

 

  • The edited i2b2workbench.properties file should be similar to the following snapshot              

 

 

 

 

 

 

I2b2 Workbench Login

 

  • Click on the i2b2workbench.exe found under the workbench installation directory of your PC and input the username as ‘demo’ and password as ‘demouser’

 

 

 

 

 

  • Click on the ‘Login’ button to launch the i2b2Workbench

 

 

 

 

 

  • Navigate the ontology tree and drag your selection onto Query panel and click on ‘Run Query’ to get the results

 

 

 

 

 

Stopping JBoss Server

 

  • The JBoss server can be stopped by changing to the bin directory and executing the script shutdown.sh

cd /opt/jboss-4.2.2.GA/bin

./shutdown.sh -S

 

 

 

Stopping Tomcat Server

 

  • The tomcat server could be stopped by switching to the bin directory and executing the script shutdown.sh

cd /opt/apache-tomcat-5.5.23/bin

./shutdown.sh