FW: RE: Having a difficult time deploying RootContainer on Apache

2006-06-06 Thread Morone, Bill
Title: Having a difficult time deploying RootContainer on Apache Okay, I replaced my web.xml:       org.restlet.target.init.contextPath     /clientholding    with: org.restlet.target.init.contextPath contextPath   And this code:    public class RootContainer exte

RE: RE: More questions about "serving" html on Tomcat

2006-06-06 Thread Morone, Bill
Title: More questions about "serving" html on Tomcat Cool. Thats exactly what I thought, I just needed to verify. -Original Message-From: Jerome Louvel [mailto:[EMAIL PROTECTED]Sent: Tuesday, June 06, 2006 3:50 AMTo: discuss@restlet.tigris.orgSubject: RE: More questions about "servi

RE: More questions about "serving" html on Tomcat

2006-06-06 Thread Jerome Louvel
Title: More questions about "serving" html on Tomcat When using the Servlet embedded mode, the instantiation of your RootContainer will by done via the ServerServlet. So there would be no point in explicitely instantiating a DefaultServer like you propose.   Thanks, Jerome De : Moro

RE: Having a difficult time deploying RootContainer on Apache

2006-06-06 Thread Jerome Louvel
Title: Having a difficult time deploying RootContainer on Apache Hi Bill,   Looking at your web.xml excerpt, there seems to be one error. Instead of this:           org.restlet.target.init.contextPath     /clientholding     First, you should really replac