Tomcat 7 and mySQL

2010-09-19 Thread Tina Schliemann
Hello, I try to connect the Tomacat 7 to a mySQL. My server.xml looks like that ?xml version='1.0' encoding='utf-8'? !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for

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. ... Host name=localhost appBase=webapps ... Context path=/ode docBase=ode debug=5 reloadable=true crossContext=true ... Resource name=jdbc/ode auth=Container

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 ?xml version='1.0' encoding='utf-8'? This would be easier to read for you, and us, if you removed the comments. Context path=/ode docBase=ode