RE: Tomcat: JNDI and Google Webtoolkit

2008-06-26 Thread nabruphonic
Hi, I moved the driver to the common-directory. Unfortunately it still does not work. In my Java-Code, do I have to write only the following code to connect with the connection pool? Code: InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup("java:comp/env/jdbc/eco_t

Tomcat: JNDI and Google Webtoolkit

2008-06-25 Thread nabruphonic
Hi! I've got a problem with my project. Here a short summary about what it is: I wrote a web application that periodically reads out a database and shows these information in a visual way (on a google map or a chart...). The gwt-project and the mysql-database are on two different virtual machine