Hi You may probably want to try using a CXFServlet static-resources-list parameter (see Redirecting requests and service static content):
http://cxf.apache.org/docs/servlet-transport.html cheers, Sergey On Mon, Jun 14, 2010 at 8:44 PM, Bradley Schmerl <[email protected]> wrote: > > I have a use case that requires services to have documentation in html. I > would like to be able to include that documentation in the CXF WAR file, > and > access it via http. E.g., if my war is call x.war, and I have a html file > in > the war called help/help.html, I would like to access that html file by > something like: > > http://server/x/.../help/help.html. > > I haven't been able to find documentation on this. Is this possible? Is > there some standard way to do this? Any help would be appreciated. > > Thanks, > Bradley. > -- > View this message in context: > http://old.nabble.com/HTML-files-in-war-file-tp28883808p28883808.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
