Hi Shawn, I was thinking about making a Fortress .rpm that would include core,realm, web, and rest components. My idea was to deploy everything on embedded Jetty and have one executable jar instead of many different wars and a standalone Tomcat installation.
As I understand, all REST services are defined in FortressServiceImpl.java, so I just need do deploy them. The web part ³starter² can be found in directory-fortress-commander/src/test/java/org/apache/directory/fortress/we b/StartExamples.java. I can basically copy this StartExamples.java for the web part, can¹t I? Is there anything that I should pay attention to? Configuration files? /Oleksandr
