Documents  

Software  

API

FAQ

Success Stories

Internal
Site

Contact

Home

 

 

Developer Information  Internal Releases  Anabas &
NaradaBrokering
   
 
Anabas & NaradaBrokering
Information for updating from jview to SunVM in Anabas.
sun_vm_patch.jar Should be unjarred in $anabas_home.
AXOFull.jar Should be moved to $anabas_home/tomcat/lib
anabastomcat.jar Should be moved to $anabas_home/tomcat/lib
 

Using NaradaBrokering with Anabas
The latest GXOJava jar file for Anabas This file would go under different directories under different names. The first step involves moving the GXOJava.jar file provided in the distribution to the right locations with the right names. In the script below simply update the location of your Anabas installation

anabas_home = /home/users/user-name/anabas
cp ~/GXOJava.jar $anabas_home/lib/ 
cd anabas/lib 
pwd 
mv GXOJava.jar gxo.jar 
echo "Moved GXOJava.jar to gxo.jar"
cd ../tomcat/lib 
pwd
cp ~/GXOJava.jar . 
mv GXOJava.jar GMS_Sonic.jar 
cd ../webapps/ROOT/install/ 
pwd
cp ~/GXOJava.jar .

The installation at noahsark.ucs.indiana.edu  already has this done.

Starting the Anabas Server
Goto $anabas_home/config/system.properties.linux and then change
anabas.vcm.port=13000 appropriately (The port that the Anabas server will run on)
anabas.vcs.gmsport=3045     (The port that the JMS server, in our case NaradaBrokering, will run on)  
anabas.vcs.gmshost=156.56.104.7  (The host name that the JMS server runs on)

Next go to $anabas_home/bin . To start the anabas services you need to type ./admin.sh start 

 

Creating Courses, Sessions & Enrolling
Go to http://noahsark.ucs.indiana.edu:13000/elearning/vendor/login.jsp . The userID-password for this URL is administrator

Add a course (the duration of the course can be up to a year). To have the ability to create sessions, you need to specify the e-mail ID of a user, say "cooldude", in the instructor tab. Remember the instructor e-mail that you provide for adding new instructor. (cooldude@xyz.abc.123)
Use this while setting up the new instructor.

Now logout of this site as administrator and go to http://noahsark:12000/elearning/user/index.html
Enter the newly create user-id/password (cooldude/cooldude)

Click on the "Newly created course (Instruction)" hyperlink to create sessions. The sessions have a maximum of 8hrs
durations I believe. Then Join to initiate the testing process. You cannot join a session 15 minutes earlier than the start of 
the session
 

For a user to register to a course/session: Go to the appropriate location http://noahsark.ucs.indiana.edu:13000 After registering as a user log in. Once you have logged in browse the catalog, and proceed to ENROLL in the course of your choice. Once you have confirmed this enrollment, click the HOME button to view the sessions that are currently going on.
 

If any of the jar files that Anabas requires have been changed, (the first time you run NaradaBr-Anabas it has) you have to go to C:\WINNT\anabas and clear the contents of that directory.