Hi,
I have a doubt regarding Database access through Applet with type 4 JDBC
driver for Oracle. The mail content is large, please read it with patience.
My applet that access database is working if the database and webserver are
in the same machine. Here, IE is an exception and gives SQL exception.
The same is not working if the two reside in different machines, gives
Applet Security exception.. If I run the applet on Appletviewer, it
functions well.
My doubt is in the error message received.
"Could not connect to <database:IP> with origin from <web server:IP>
The applet is in a jar file with the Oracle Driver. Is this a right way?
Since, the applet is fully equiped with the driver, on running from the
client machine would try to open a socket (port 1521) . Am I right? If this
is the case then the error message should display
"Could not connect to <database:IP> with origin from <client:IP>
In contrast to my understanding, does the request to Databse goes through
web server?
Or Does the applet (unsigned) carry any information about its place of
origin (ie: web server)
note: I am aware that I am posting a question which is out of context to the
topic discussed. Kindly adjust.
Regards,
Pattabi
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets