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/cmisatom is 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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Iyrb3s0T8IsJ. 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.
