You need to uncompress and extract the files from the tar file.
Then install the appropriate jar file in TOMCAT_HOME/lib.

Glenn

Ryan Ahmed wrote:
>
> Dear Sir/Madam,
> I am a student who has taken up a job to build a
> greetings website using servlets.
> I have finished all the servlets except the one to
> connec to the mySql database and make
> tables/transactions.
> To connec to the database in localhost is easy i just
> goto the settings and assign the driver etc but what
> do i on the web?
> I normally use->
> Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
>       Connection conn =
> DriverManager.getConnection("jdbc:odbc:MyDatabase");
> to connect to the msaccess db but what do i use here?
> Even if i download the driver
> mm.mysql.jdbc-1.2c.tar.gz
>
> Where do i put it?
> ion my servlet dir?
> or in my /data dir?
>
> I am a virtual host and have been assigned jrun.
> Also it would be a massive help if you can tell me
> where can i find a servlet that can create a table in
> the db for me.
> Please help as i have to complete this project as soon
> as possible.
> Thanking you
> Ryan.
>
> __________________________________________________
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ===========================================================================
> 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

--
----------------------------------------------------------------------
Glenn Nielsen             [EMAIL PROTECTED] | /* Spelin donut madder    |
MOREnet System Programming               |  * if iz ina coment.      |
Missouri Research and Education Network  |  */                       |
----------------------------------------------------------------------

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

Reply via email to