connecting jsp with mysql

2011-02-21 Thread Anup Niroula
Hi, I am having difficulty in connecting jsp and mysql using Tomcat 7.0 . I downloaded jdbc driver mysql-connector-java-5.1.15-bin.jar and placed it in two locations: - CATALINE_HOME\lib - C:\Program Files\Apache Software Foundation\Tomcat 7.0\webapps\lsc\WEB-INF\lib I tried to connect

Re: connecting jsp with mysql

2011-02-21 Thread Anup Niroula
Hi, out.println (Cannot connect to database server message +e.getMessage()); This gives following error msg: Cannot connect to database server com.mysql.jdbc.Driver. I am using windows 7. On Mon, Feb 21, 2011 at 8:44 AM, Martin Gainty mgai...@hotmail.com wrote: 1)putting a lightly loaded

hi

2011-02-16 Thread Anup Niroula
Hi, How can i configure my localhost:8080 tomcat so that the site could be accessible through ip address by other computers in the network. Sincerely, Anup

Re: hi

2011-02-16 Thread Anup Niroula
Hi, Thanx for the reply. Is there any way i can provide domain namewww.abc.cominstead of ip address to be accessed with in network. ? Sincerely, Anup On Wed, Feb 16, 2011 at 12:48 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Anup Niroula [mailto:anup.niro...@gmail.com

Re: hi

2011-02-16 Thread Anup Niroula
Hi, could you please explain me in detail. How can i provide a domain name for my website like www.lsctesting.com using tomcat 7 to be accessed in the network. Sincerely, Anup On Wed, Feb 16, 2011 at 1:07 PM, David kerber dcker...@verizon.net wrote: On 2/16/2011 2:04 PM, Anup Niroula wrote

Help needed on apache tomcat 7.0

2011-01-28 Thread Anup Niroula
hi, Actually, i am trying to include jar file in apache tomcat server so that i can access the classes of the jar file to use it in my jsp pages (web application). How can i do this ? Any help would be appreciated. Regards, Anup Niroula

Re: Help needed on apache tomcat 7.0

2011-01-28 Thread Anup Niroula
: From: Anup Niroula [mailto:anup.niro...@gmail.com] Subject: Help needed on apache tomcat 7.0 Actually, i am trying to include jar file in apache tomcat server so that i can access the classes of the jar file to use it in my jsp pages (web application). How can i do this ? Long answer: read

Re: Help needed on apache tomcat 7.0

2011-01-28 Thread Anup Niroula
Thanx On Fri, Jan 28, 2011 at 2:21 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Anup Niroula [mailto:anup.niro...@gmail.com] Subject: Re: Help needed on apache tomcat 7.0 could you please tell me where can i find examples of web applications importing classes from