Looking for xsql servlet for Solaris 7


 
Thread Tools Search this Thread
Operating Systems Solaris Looking for xsql servlet for Solaris 7
# 1  
Old 04-27-2014
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 Smilie
# 2  
Old 04-27-2014
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
This User Gave Thanks to spacebar For This Post:
# 3  
Old 04-28-2014
ok thanks space
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Curl --cert to call a servlet

Hi, For one of our requirements, we are using curl command from a Linux box to call the servlet using PEM certificates type. Once servlet is trigger, the data will be loaded through servlet. If the servlet thread is completed successfully, then the control should return to Unix and based on... (0 Replies)
Discussion started by: subhransun
0 Replies

2. Shell Programming and Scripting

Calling a servlet from schell script

Hi All, I have deployed a servlet on my server and the u r l is http:// localhost:9080/ ExampleApp / TestJackServlet This works fine when i launch this URL from the browser I am looking for shell script to hit the servlet or hit the URL without launching the browser session. I... (3 Replies)
Discussion started by: jack3698
3 Replies

3. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

4. Web Development

Servlet CLASSPATH for Apache

Hi All, I'm trying to play around with Java Servlets. I have a apache web server running on Solaris. And I'm trying to understand which file I add the JAVA CLASSPATH too so that when apache starts up it will have access to mysql interface libraries etc. Could some one please tell me? ... (0 Replies)
Discussion started by: fishman2001
0 Replies

5. UNIX for Dummies Questions & Answers

Reload Servlet in Tomcat

does anyone know how to reload servlet in tomcat? when do I actually reload it? when I modify any file in this server? (1 Reply)
Discussion started by: hamboy
1 Replies
Login or Register to Ask a Question