Re: cutpaste error in ServerServlet

2008-09-11 Thread Thierry Boileau

Mail sent on the 08/26 and apparently lost.
---

Hello Paolo,

thanks for the report, I've updated the svn repository.
What kind of difficulties are you experiencing?
Could you send us a sample test application or give more details about
the way you define your application's routes, web.xml, etc?

best regards,
Thierry Boileau


I am still having a hard time trying to run my restlet app in a servlet
container with RC1 (see my previous post), while looking in the
ServerServlet source to understand how things work I spotted this bit of
code at line 494:

if (this.application != null) {
if (this.application != null) {
log([Noelios Restlet Engine] - Attaching application: 


which looks like a cut and paste error


Paolo


  




cutpaste error in ServerServlet

2008-08-26 Thread Paolo Borelli
I am still having a hard time trying to run my restlet app in a servlet
container with RC1 (see my previous post), while looking in the
ServerServlet source to understand how things work I spotted this bit of
code at line 494:

if (this.application != null) {
if (this.application != null) {
log([Noelios Restlet Engine] - Attaching application: 


which looks like a cut and paste error


Paolo