Hi,
I would like to publish files from a special folder within my web applications
WAR file. After installing the Restlet web application within Tomcat this
folder gets expanded to "/{context-path}/meta". It contains some XML files
describing the RESTful web service like WADL files, XML schema files and so on.
What is the recommended way of achieving this using Restlet 1.1 M4? I think I
should use a Directory component but it seems the required LocalReference does
support absolute file names only. Using a WAR URL wasn't not successful; but I
found some message "WARNUNG: No available client connector supports the
required protocols: 'WAR' . Please add the JAR of a matching connector to your
classpath." in the log file, so there might be missing something I don't know.
Thanks
Christian