Integrating PDA adaptor classes to anabas
STEP 0. prepare for SunJVM environment to enable J2SE based classes
0.1 copy sun_vm_patch.jar to %anabasHOME%/.
0.2 unjar it.
0.3 copy AXOFull.jar to %anabasHOME%/tomcat/lib/.
0.4 copy anabastomcat.jar to %anabasHOME%/tomcat/lib/.
STEP 1. copy files to %anabasHOME%/tomcat/webapps/ROOT/install/.
pdasharedlet.jar
SVGsharedlet.jar
batik_lib.jar
batik_resources.jar
STEP 2. update %anabasHOME%/tomcat/webapps/ROOT/install/applications/webconferencing.ini
to update initial application downloading for Anabas client.
Add these lines to the file. If you update current version, please increase version number.
[SVGJava]
Version=2.0
Type=0
File=SVGsharedlet.jar
[PDAJava]
Version=2.0
Type=0
File=pdasharedlet.jar
[BatikLibs]
Version=2.0
Type=0
File=batik_lib.jar
[BatikResource]
Version=2.0
Type=1
File=batik_resources.jar
STEP 3. update %anabasHOME%/config/system.properties.{linux,windows}
to configure application.
Add these value,
com/anabas/svgsharedlet/SVGSharedletInfo,com/anabas/pdasharedlet/PdaSharedletInfo
to the variables of,
anabas.vcs.installer.sharedletlistforplayback
anabas.vcs.installer.sharedletlint
STEP 4. run server again.