using context resource in gwt 2 hosted mode
Posted
by
rafael
on Stack Overflow
See other posts from Stack Overflow
or by rafael
Published on 2010-12-23T16:39:19Z
Indexed on
2010/12/28
22:54 UTC
Read the original article
Hit count: 203
Hello all,
I am moving a web app from gwt 1.5 to gwt 2.0. I am trying to connect to the a database resource I have in my context.xml file.In gwt 1.5 I had set up root.xml in tomcat->conf->gwt->localhost. I have no idea where to set up the resource in GWT 2.0. I tried placing my context.xml file in war->META-INF with no luck.
Anyone have an idea where to place the context.xml file to be able to use a jndi database resource in GWT 2.0?
Thanks in advanced
© Stack Overflow or respective owner