Re: Tomcat start error java.lang.reflect.InvocationTargetException

2010-09-19 Thread Pid
On 16/09/2010 23:43, hellian wrote: > While I'm running another project with same pattern successfully, it's > surprisingly throwing the above errors. Could someone help me resolve this? Are you sure the TLD it's scanning is correctly formed? Maybe you've scrambled your Tomcat install. Have you

Re: Tomcat 7 and mySQL

2010-09-19 Thread Pid
On 19/09/2010 07:25, Tina Schliemann wrote: > Hello, > > > > I try to connect the Tomacat 7 to a mySQL. > My server.xml looks like that > > This would be easier to read for you, and us, if you removed the comments. > > debug="5" reloadable="true" crossContext="true"> Don't pu

Re: Tomcat 7 and mySQL

2010-09-19 Thread Ognjen Blagojevic
Tina, On 19.9.2010 8:25, Tina Schliemann wrote: I try to connect the Tomacat 7 to a mySQL. ... ... ... It seems that XML parser cannot parse well Resource element inside server.xml configuration (not your fault, this might be Tomcat's regression). Anyway, for other reason