The path you provided is the source. This file is copied to the
deployment dir which is the one that the webserver references as
/gadgets/files. So the java server has its own copy.

davep

On Tue, Apr 15, 2008 at 9:47 AM, Chris Chabot <[EMAIL PROTECTED]> wrote:
> shindig/javascript/samplecontainer/state-basicfriendlist.xml
>
>  The java code in social/samplecontainer uses it, albeit through in it's
> case thru http:
>
>  public class XmlStateFileFetcher {
>   private static final String DEFAULT_STATE_URL
>       = "http://localhost:8080/gadgets/files/samplecontainer/";
>       + "state-basicfriendlist.xml";
>
>
>
>
>  On Apr 15, 2008, at 6:42 PM, David Primmer wrote:
>
>
> > Hi Chris
> >
> > I'm not sure where the state-basicfriendlist.xml  file is that you're
> > editing but it's probably not the same one that the java server uses.
> > The java build deploys the file to the /target/gadgets folder next to
> > the web-inf folder and the running server looks there for the file.
> > I'd assume there won't be any conflict.
> >
> > davep
> >
>
>

Reply via email to