After chasing for a day, a nasty arose I thought
others might like to know of.

rhel has /etc/hosts localhost entry as

127.0.0.1   localhost.localdomain localhost


If you use form authentication, with server.xml entries such as

<Realm  className="org.apache.catalina.realm.JDBCRealm" 
              debug="0"  
              driverName="com.mysql.jdbc.Driver"
              connectionURL="jdbc:mysql://localhost/tcusers"
              connectionName="tomcat" 
              connectionPassword="shhhh"
              userTable="x" 
              userNameCol="y" 
              userCredCol="z"
 
              />



then the connection is most likely to fail, not allowed, mysql error indicating
that this user is invalid as [EMAIL PROTECTED]

reverse the /etc/hosts entry such that localhost is found first
and it works.

127.0.0.1    localhost localhost.localdomain

Sheesh.



regards DaveP.

** snip here **








Regards DaveP.

**** snip here *****

-- 
DISCLAIMER:

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged.  If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system.

RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants.  However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments.

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent
those of RNIB.

RNIB Registered Charity Number: 226227

Website: http://www.rnib.org.uk




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to