Re: HELP!! TOMCAT and MYSQL

2003-08-04 Thread Mauricio Nuñez
gt; > > - Original Message - > From: "Emmanuel G. Dialynas" <[EMAIL PROTECTED]> > To: "engp0510" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Sunday, August 03, 2003 6:07 PM > Subject: Re: HELP!! TOMCAT and

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 engp0510 wrote: > Thanks very much! > Y, I have tried. But always throw org.xml.sax.SAXParseException said a ";" > is needed to end the quote of "password". > Any advice? Tomcat's config file is in XML. The 'XML way' to produce an ampersand (&) is to

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Emmanuel G. Dialynas
Try: connectionURL="jdbc:mysql://localhost/authority?user=leeson&password=" At 04:32 ìì 03/08/03 +0800, engp0510 wrote: Hi, I am using Tomcat 4.0 and MySQL 4.0.14 on WIn2K Professional. In Server.XML of Tomcat, I use: connectionURL="jdbc:mysql://localhost/authority?user=leeson;password=x

RE: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Zille Hassan
t'; [EMAIL PROTECTED]; 'Emmanuel G. Dialynas' Subject: RE: HELP!! TOMCAT and MYSQL Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03 August 2003 11:40 To: [EMAIL PROTECTED]; [EMA

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread engp0510
t; To: "'Tomcat Users List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'Emmanuel G. Dialynas'" <[EMAIL PROTECTED]> Sent: Sunday, August 03, 2003 7:12 PM Subject: RE: HELP!! TOMCAT and MYSQL Split the user and pass off of the URL, and into s

RE: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Stuart MacPherson
Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03 August 2003 11:40 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Emmanuel G. Dialynas Subject: Re: HELP!! TOMCAT and MYSQL Thanks very much! Y, I

Re: HELP!! TOMCAT and MYSQL

2003-08-03 Thread engp0510
;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, August 03, 2003 6:07 PM Subject: Re: HELP!! TOMCAT and MYSQL Try: connectionURL="jdbc:mysql://localhost/authority?user=leeson&password=" At 04:32 ìì 03/08/03 +0800, engp0510 wrote: >Hi