Alex,

The "thin" means that the driver will be the completely Java written driver,
and is capable of being run in Applets etc. as well as on a full-blown
server.
The other driver is "oci" which is written in C and is quicker, but is only
really suitable for use on the server itself.

Unfortunately, I haven't used jws so can't help there.  I use Apache/Jserv
(converting to OC4J or maybe Tomcat at the moment!) and use both the "thin"
and "oci" drivers with no problems.

Regards,

Dominic.

>  -----Original Message-----
> From:         "A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology." <[EMAIL PROTECTED]>   On Behalf Of
> joby alex <[EMAIL PROTECTED]>
> Sent: Wednesday, August 22, 2001 4:11 PM
> To:   [EMAIL PROTECTED]
> Subject:      Fine tuning weblogic performance
>
> hi
>
> i'm using jws2.0 and when i connect it with oracle
> database ,it's showing exception:
>
> java.sql.SQLException:206
>
> the statement used was:
>
> Class.forname("oracle.jdbc.driver.OracleDriver");
> con.DriverManager.getConnection("jdbc:oracle:thin:@20.120.20.182:1521:Orac
> le8i""username""password");
>
> pls tell me what this "thin" stands for and do we need
> to place oracle.jar anywhere in jws2.0..
>
> and i tried to use weblogic and placed oracle.jar file
> but it's not working..should we need to specify the
> path for that???(I've changed properties sheet and
> incommented 'weblogic.httpd.register.servlets=...' and
> 'weblogic.httpd.register.servlet=...')
> it shows some problem at rootdir like: the servlet
> file is not seen in public_html dir
>
>
> pls help
>
>
> thanx
>
> alex
>
>
> ____________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
> or your free @yahoo.ie address at http://mail.yahoo.ie

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to