RE: I get this Error

2010-03-15 Thread Karthik Nanjangude
Hi Thx for the same My mistake (silly me) With regards karthik -Original Message- From: CBy [mailto:tom...@byrman.demon.nl] Sent: Monday, March 15, 2010 2:54 PM To: Tomcat Users List Subject: Re: I get this Error Changing "manger" into "manager" might help. CB

Re: I get this Error

2010-03-15 Thread CBy
;tomcat-users.xml" as displayed below When clicked on "Tomcat Manager" in browser URL http://:/ with Userid / Password as per the tomcat-users.xml I get this Error HTTP Status 403 - Access to the requested resource has been denied Could not fine any changes in http://mirro

I get this Error

2010-03-15 Thread Karthik Nanjangude
26/bin/apache-tomcat-6.0.26-deployer.zip.asc>, md5<http://www.apache.org/dist/tomcat/tomcat-6/v6.0.26/bin/apache-tomcat-6.0.26-deployer.zip.md5>) Having Configured the "tomcat-users.xml" as displayed below When clicked on "Tomcat Manager" in browser URL http://:/ wit

Re: I get this error message while starting tomcat

2007-04-20 Thread Orlando Reis
And don't forget to use the -h flag to specify the host you are connecting to on mysql command line. That might be different, having a FQDN or localhost. Try logging on your mysql database and very the mysql.user and mysql.dbtables. Orlando On 4/20/07, David Smith <[EMAIL PROTECTED]> wrote:

Re: I get this error message while starting tomcat

2007-04-20 Thread David Smith
Seems pretty straight forward -- the user/host/password combo you provided isn't valid on your mysql server. Keep in mind mysql doesn't just check username and password, it also checks where you are logging in from (the host). You can test the login credentials by using the mysql command line cli

Re: I get this error message while starting tomcat

2007-04-19 Thread Rashmi Rubdi
Hi Perihan, On 4/19/07, peri <[EMAIL PROTECTED]> wrote: Hi, I'm a new user on tomcat. I'm using tomcat on my local machine for some application. I use tomcat version 4.1 MySql version 4.1.22 as database and eclipse 3.2 as ide. while I start tomcat on eclipse I got this error messsage: INFO: Ini

I get this error message while starting tomcat

2007-04-19 Thread peri
efore installing MySQL I didn't get this error messge. Thank you very much Perihan -- View this message in context: http://www.nabble.com/I-get-this-error-message-while-starting-tomcat-tf3609467.html#a10085885 Sent from the Tomcat - User mailing list archive at Nabble.com. ---

Why do I get this error only 10% of the time? java.lang.NoClassDefFoundError: javax/net/ssl/SSLSocket

2006-03-01 Thread Anthony Smith
I have a process that calls a servlet. This process can send multiple requests. Something in the neighborhood of maybe 500 at a time to the Servlet. The Servlet can process the request in about 10 secs or less. The process that calls the Servlet is located on a different box. I am working in a T