JDBCReal / MySql /server.xml problem

2002-09-05 Thread Howard Miller
Hi, I am trying to set up a JDBCRealm using MySql. I have pretty much followed the documentation to the letter. However my Realm... tag declaration, generates the following parse error The reference to entity password must end with the ; delimter. This points to the password=mypassword bit

RE: JDBCReal / MySql /server.xml problem

2002-09-05 Thread Barney Hamish
To: '[EMAIL PROTECTED]' Subject: JDBCReal / MySql /server.xml problem Hi, I am trying to set up a JDBCRealm using MySql. I have pretty much followed the documentation to the letter. However my Realm... tag declaration, generates the following parse error The reference to entity password

RE: JDBCReal / MySql /server.xml problem

2002-09-05 Thread Howard Miller
Users List' Subject: RE: JDBCReal / MySql /server.xml problem In xml you can't just write because it has special meaning. It's used to escape special characters. To get an you'll have to write amp;password=foo Hamish -Original Message- From: Howard Miller [mailto:[EMAIL

RE: JDBCReal / MySql /server.xml problem

2002-09-05 Thread khozaima shakir
] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: JDBCReal / MySql /server.xml problem Date: Thu, 5 Sep 2002 11:44:42 +0100 Ahh, logical - thanks... I'm not too hot on XML sorry! So, does somebody want to update the example in the Tomcat docs then? Wasted half a day because of that! Cheers, Howard