To configure servlets contained in your WAR, you can use any config mechanism supported by your servlet container.
To make configs available in the client, you can either write a service that can be called from the GWT client or, if the configured properties are available at the time the page loads, you can use a dynamic host page and the GWT Dictionary class as described here: http://code.google.com/webtoolkit/articles/dynamic_host_page.html HTH, /dmc On Wed, Feb 23, 2011 at 6:21 AM, aemik <[email protected]> wrote: > Hello, > > after a Deplyoment (for example Tomcat) i want to configure my Web > Application in a property or xml file. > Ist something like a "context.xml" possible in GWT? > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" 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/google-web-toolkit?hl=en. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
