You need oracle jdbc drivers to make a connection. You could download them
from the Oracle website. Rename the zip file (classes12.zip) that you
download to jar. Place it in the CATALINA_HOME/common/lib directory and you
should be good to go.
RS
"Walid Al-Abbadi " <[EMAIL PROTECTED]> on 06/12/2002 09:21:53 AM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Oracle driver and Tomca/apache ?!
hi guys,
i wish anybody can help me in my problem please.. i have jdk1.3.1,
Tomcat4.0.3 and Apache2.0.36 workino on win2k professional .. i had too
mod_jk.dll connector and i built it too .. everything works well with
simple jsp's and html files .. but when i want Mywork.jsp to deal with a
database system ( Oracle 8i) ..i got :
The server encountered an internal error (Internal Server Error) that
prevented it from fulfilling this request.
exception :
javax.servlet.ServletException: oracle.jdbc.driver.OracleDriver
root cause:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
i did the connection file "AAST.jsp" with the following contents :
<%
String MM_AAST_DRIVER = "oracle.jdbc.driver.OracleDriver";
String MM_AAST_USERNAME = "scott";
String MM_AAST_PASSWORD = "tiger";
String MM_AAST_STRING = "jdbc:oracle:thin:@localhost:1521:AAST";
%>
and i included it in Mywork.jsp .. i don't know how to make Tomcat see the
Oracle driver ?! .. i heard about an oracle file called "classes12.zip" or
"classes111.zip" kind of a driver to jdbc !!
i need to know.. What should i do to make Tomcat/apache see the database
system driver ?!.. and does that file "classes12.zip" has a relation with
that ?!
i'll apperciate anyhelp in that please ..
thanks in advance
Walid Al-Abbadi
--
To unsubscribe, e-mail: <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>