i am trying to run some Oracle .xsql pages. I have the xslt jar files, but am not
sure how to add them to the servlet engine so that Tomcat can find them when it
processes an .xsql file. Any help would be much appreciated.
software system is as follows:
windows 2000
java jdk 1.4
jakarta-tomcat-4.1.27-LE-jdk14.exe
apache_2.0.48-win32-x86-no_ssl.msi
jk2 connector
oracle jdbc driver 9.x
class path for Java set in workers2.properties file as follows:
[vm:]
info=Parameters used to load a JVM in the server process
#JVM=C:\jdk\jre\bin\hotspot\jvm.dll
OPT=-Djava.class.path=C:/Tomcat41/bin/tomcat-jni.jar;C:/Tomcat41/server/lib/commons-logging.jar;E:/oracle/ora92/lib/xsu12.jar;E:/oracle/ora92/lib/xmlparserv2.jar;E:/oracle/ora92/lib/oraclexsql.jar;E:/oracle/ora92/xdk/admin
OPT=-Dtomcat.home=${TOMCAT_HOME}
OPT=-Dcatalina.home=${TOMCAT_HOME}
OPT=-Xms64M
OPT=-Xmx64M
OPT=-Duser.language=en
OPT=-Duser.region=US
#OPT=-Djava.compiler=NONE
disabled=0
however, xsql pages are still not processed, but rather, when run, the source code is
merely echoed to the screen.
also, i do not know where or how to map the file extension .xsql to the jar file or
class
-paul.