Hi Christian,

what's your way of anticipating I'm working with Eclipse? :-)
Well, I don't anticipate. I work with Eclipse and as usual just export the 
project as a JAR file with the source files. ;)

best regards,
Thierry Boileau


Hi Christian,

I send you a complete Eclipse project which works on my environment. It contains 2 applications with both Resource and Directory.
The problem is located in this part of the code :

getDefaultHost().attach("/meta", new MyApplication(getContext()));

When attaching your application, you need to add the context path (i.e. what you mentionned as the {root-of-webapp}) :

getDefaultHost().attach("/{root-of-webapp}/meta", new MyApplication(getContext
()));
We are currently working on this point which need to be properly addressed.

Best regards,
Thierry Boileau

Hi Thierry,

great, it works now!

Thank you very much for sparing no effort to help me by sending some kind of "personal" Restlet application - btw, what's your way of anticipating I'm working with Eclipse? :-)

Thanks again and best regards.

Christian


Reply via email to