Quick method: just do a new testing servlet that has the contents on the file staticaly defined , or read a file staticaly defined on code.
When you have your client code tested, then move the html/js code to the real server. Alternate method: Search documentation and forums, there's a way to alter the embeed tomcat webapp properties.... but's a little tricky. Oskar On 1 oct, 19:14, emdafe <[EMAIL PROTECTED]> wrote: > Hi, > I am new with gwt; i built an application and at start up i must to > read a configuration file. Before GWT i used to put the path of > configuration file in a parameter inside web.xml. If i run gwt in > hosted mode it doesnt run web.xml so i cant read configuration > parameter and cant test application!! How i can set the configuration > file path ?? > > thank you --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
