Re: [Tomcat-user] Servlet Context Parameter... illegal characters...

2001-03-18 Thread Craig R. McClanahan
On Sun, 18 Mar 2001, James Carroll wrote: > > Hi, > > in my web.xml in the part that specifies: > > databaseURL > > > this works: > jdbc:mysql://localhost/db > > but this doesn't: > > jdbc:mysql://localhost/db?user=name&password=pw e> > > Either the ? or the & is mess

[Tomcat-user] Servlet Context Parameter... illegal characters...

2001-03-18 Thread James Carroll
Hi, in my web.xml in the part that specifies: databaseURL this works: jdbc:mysql://localhost/db but this doesn't: jdbc:mysql://localhost/db?user=name&password=pw Either the ? or the & is messing up the parser... Is this a bug? or is there a way of escaping the special