|
Oracle9i Lite Administration and Deployment Guide
Release 5.0.2 for UNIX Systems Part No. B10203-01 |
|
To use the JDBC thin driver with Mobile Server applets, the following two steps are required:
Upload Oracle JDBC driver file ÒClasses12.zipÓ to the mobile server repository.
Change applet tag of the html page to include ÒClasses12.zipÓ in ARCHIVE tag.
The following sections describe these steps in detail.
To upload the Oracle JDBC driver file Classes12.zip to the Mobile Server Repository, follow these steps:
Use WSH to connect to the Mobile Server Repository by typing the following:WSH -o mobileadmin/manager@webtogo.world
At the prompt, type the following:WEBTOGO.WORLD:/> cd webtogo
WEBTOGO.WORLD:/webtogo>copy %ORACLE_HOME%\jdbc\lib\classes12.zip WEBTOGO.WORLD:/webtogo>exit
Change the applet tag of the HTML page to include Classes12.zip in the ARCHIVE tag.
Add the following ARCHIVE tag to all the HTML pages containing <APPLET> tag:
ARCHIVE="/webtogo/classes12.zip"
If the ARCHIVE tag already exists, then modify it like following:
ARCHIVE="/webtogo/classes12.zip ,testapp.jar"
|
![]() Copyright © 2002 Oracle Corporation All rights reserved |
|