I get this Error

2010-03-15 Thread Karthik Nanjangude
on Tomcat Manager in browser URL http://IP:port/ 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://mirrors.kahuki.com/apache/tomcat/tomcat-6/v6.0.26/RELEASE-NOTES :( N.S.Karthik

Re: I get this Error

2010-03-15 Thread CBy
-users user username=bugs password=daffy roles=manger,admin/ /tomcat-users When clicked on Tomcat Manager in browser URL http://IP:port/ 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

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. CBy On 15-3-2010 9:52

Re: I get this error message while starting tomcat

2007-04-20 Thread David Smith
. Before installing MySQL I didn't get this error messge. Thank you very much Perihan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: I get this error message while starting tomcat

2007-04-20 Thread Orlando Reis
this exception. Before installing MySQL I didn't get this error messge. Thank you very much Perihan - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

I get this error message while starting tomcat

2007-04-19 Thread peri
) at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247) at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221) ... 32 more Could anyone help me to solve this exception. Before installing MySQL I didn't get this error messge

Re: I get this error message while starting tomcat

2007-04-19 Thread Rashmi Rubdi
, try to connect to the database independent of Connection Pooling, that is with DriverManager and see if you get a connection, that will help you in verifying the connection string is correct. Could anyone help me to solve this exception. Before installing MySQL I didn't get this error messge

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

2006-03-01 Thread Anthony Smith
in a Tomcat environment. I get the following stack trace maybe 10% of the time or less. I call the servlet about 250K times a day. But I only get this error 10% or less of the time. My guess is that somehow, I am overloading something to the point where it returns an error that no ClassDefFoundError