RE: Assistance required

2006-02-16 Thread Caldarale, Charles R
> From: Giorgio Clavelli [mailto:[EMAIL PROTECTED] > Subject: Re: Assistance required > > It seems you don't have the MySql driver in your classpath. Nor should any Tomcat administrator or user. Jars for JDBC drivers should be placed in specific directories, as described in th

Re: Assistance required

2006-02-16 Thread Giorgio Clavelli
It seems you don't have the MySql driver in your classpath. On 2/16/06, Klotz Jr, Dennis <[EMAIL PROTECTED]> wrote: > > Just in case you missed them, study the following links. There is a > wealth of information here: > > http://tomcat.apache.org/faq/ > > and of course > > http://tomcat.apache.org

Re: Assistance required

2006-02-16 Thread Hadraba Petr
Try upgrade from GNU Java (which is the default JVM in the Fedora distribution) to the Sun Java 5. GNU Java has too many issues because of is not in the final version (I remembere) :-( PETR On 2/16/06, Medha Parathasarathy <[EMAIL PROTECTED]> wrote: > I have gone through the server.xml model gi

RE: Assistance required

2006-02-16 Thread Klotz Jr, Dennis
Just in case you missed them, study the following links. There is a wealth of information here: http://tomcat.apache.org/faq/ and of course http://tomcat.apache.org/tomcat-5.5-doc/index.html -Original Message- From: Medha Parathasarathy [mailto:[EMAIL PROTECTED] Sent: Thursday, Februa

Re: Assistance required

2006-02-16 Thread Medha Parathasarathy
I am using tomcat 5 which come along the fedora core 4 Regards Sarathy On Thu, 16 Feb 2006 03:02:34 -0500, "Parsons Technical Services" <[EMAIL PROTECTED]> said: > Search the archives as this has been done many times on the list. Links > are > available on the website along with some basic inst

RE: Assistance required

2006-02-16 Thread Medha Parathasarathy
I have gone through the server.xml model given by the tomcat site. However when i try to test the connectivity using a java program : import java.sql.*; public class jdbc { public static void main(String args[]) throws Exception

RE: Assistance required

2006-02-16 Thread Medha Parathasarathy
I have gone through the server.xml model given by the tomcat site. However when i try to test the connectivity using a java program : import java.sql.*; public class jdbc { public static void main(String args[]) throws Exception

RE: Assistance required

2006-02-16 Thread Awaneesh Shatmanyu
Hi, You can visit the site www.coreservlets.com , it will help to configure the Tomcat. You would be able to get the examples of server.xml and web.xml too. Regards, Awaneesh Shatmanyu -Original Message- From: Medha Parathasarathy [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16,

Re: Assistance required

2006-02-16 Thread Parsons Technical Services
Search the archives as this has been done many times on the list. Links are available on the website along with some basic instructions. Secondly we would also need the Tomcat version you are running in order to assist you. Doug - Original Message - From: "Medha Parathasarathy" <[EM

Re: Assistance required

2006-02-15 Thread Prashant Saraf
why u want to configure server.xml and web.xml, jdbc with mysql download mysql-connector-java respect to your mysql server. flow it's docs. On 2/16/06, Medha Parathasarathy <[EMAIL PROTECTED]> wrote: > > Hi, > > I am new to tomcat. I am trying to configure tomcat, jdbc and mysql. I > am facing pro