Yes both the web.xml and html file are correct.. but when i restart my eclipse its started working ,but with new window alert "Connection establishment timed out"
On Oct 24, 2:23 pm, Thomas Broyer <[email protected]> wrote: > On Monday, October 24, 2011 11:53:45 AM UTC+2, Prat2511 wrote: > > > yes i can run the Project and see the output screen as given in > >http://code.google.com/p/gwt-cmis/wiki/GwtCMISClientSample > > but there is window alert saying "Service > >http://xcmis.org/xcmis1/rest/cmisatomis not available". > > this is URL which is is SamplePresenter.java is used for repository > > services. > > how to slove this issue. > > That's strange because it definitely *is* available. Do you have "var > proxyServiceContext = "/rest/proxy";" in your HTML page, and a "/rest/*" > servlet in your WEB-INF/web.xml? (as in the sample, as checked in to SVN). > > > > > can i provide my own path like " d:/CMISrootFolder" in string Url. > > No, because CMIS is a protocol on top of HTTP (actually, on top of Atom > Protocol, which itself is on top of HTTP). You need a CMIS server. -- 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.
