You probably don't want the config file in WEB-INF/lib.  It really
depends on how you are trying to load/access it, but WEB-INF/classes
is where it probably should be.  Put the source file in src/main/
resources, and it should end up in WEB-INF/classes.

On Dec 15, 10:22 am, Smith <[email protected]> wrote:
> All,
>
> My GWT application built using gwt-maven works fine in hosted mode.
> However, if I run maven install and deploy the war file to external
> tomcat, it doesn't work.
>
> My client calls a GWT RPC service that in turn calls some APIs inside
> a library. These APIs need a config file. When I look at the war file
> created, all jar files in this library is placed in web-inf/lib along
> with this config file. But error log says it couldn't locate this
> config file. Any thoughts/inputs on what I am doing wrong here?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to