On Wednesday 12 June 2002 06:21 am, you wrote:
rename zip extension to jar and copy to $CATALINA_HOME/common/lib

>   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]>

Reply via email to