Looking for xsql servlet for Solaris 7

Am trying to find a copy of xsql servlet for solaris 7 but it seams its no longer available to download so am wondering if anyone has a copy backed up there can share with me?

thanks :slight_smile:

The xdk servlet should be with your oracle installation, check out the below section at this link: Getting Started with XDK for Java and JavaBeans
What Are the XDK for Java Components?

  After installing the XDK, the directory structure is:

-$XDK_HOME | - bin: executable files and setup script/batch files. | - lib: library files. | - xdk: | - admin: (Administration): XSU PL/SQL API setup SQL script and XSL Servlet Configuration file(XSQLConfig.xml). | - demo: demonstration code | - doc: documents including release notes and javadocs. All the packages in XDK for Java are certified and supported with JDK 1.2 or JDK 1.1.8, so make sure that your CLASSPATH includes all the necessary libraries:
Table 2-1 XDK for Java Libraries

  Component  Library  Notes         XML Parser 

XSL Processor
xmlparserv2.jar

xmlmesg.jar
XML Parser V2 for Java, which includes JAXP 1.1, DOM, SAX and XSLT APIs.
Message files for XML Parser. If you want to use XML Parser with a language other than English, you need to set this JAR file in your CLASSPATH.
XML Schema Processor
xschema.jar
XML Schema Processor for Java
XML SQL Utility
xsu12.jar
xsu111.jar
XML SQL Utility for JDK 1.2 and above
XML SQL Utility for JDK 1.1.1
XSQL Servlet
oraclesql.jar

xsqlserializers.jar
classgen.jar
transx.zip
Oracle XSQL Servlet

Oracle XSQL Serializers for FOP/PDF Integration
XML Class Generator for Java
Oracle TransX Utility

1 Like

ok thanks space