javax.Servlet.RequestDispatcher

2005-04-22 Thread Joe Bautista
Hi everyone, I found an object in my code that uses the javx.Servlet.RequestDispatcher class. But I looked up this class on the Web and it looks like an Inteface. Does anyone know how it is implemented in the Tomcat source code? Regards, Joe

RE: localhost Context files and path = /

2005-04-21 Thread Joe Bautista
in the server.xml This is the context element for the app you are trying to deploy. Modify it to suit your needs. Unlike the others that are declared in the war, the context for the ROOT app is in the server.xml and nowhere else. Doug - Original Message - From: Joe Bautista [EMAIL PROTECTED

localhost Context files and path = /

2005-04-20 Thread Joe Bautista
/startup.bat the output window gave me some error messages based on the Digester. My conclusion is this: sakai-dispatch.xml is working, but for some reason it's not letting me set the path to /. Any ideas? Joe Bautista Fuller Seminary Programmer/Analyst

Deploying Sakai 1.5.0 with Tomcat 5.5.7

2005-04-18 Thread Joe Bautista
is this: What process/program/class is responsible for reading and acting on the directives in sakai-dispatch.xml? Doesn't it look like this isn't being done? Thanks in advance, Joe Bautista - To unsubscribe, e-mail: [EMAIL

RE: Deploying Sakai 1.5.0 with Tomcat 5.5.7

2005-04-18 Thread Joe Bautista
a deployed application at TOMCAT_HOME/webapps/sakai-dispatch? If so, what does its web.xml look like? Fritz -Original Message- From: Joe Bautista [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 1:59 PM To: tomcat-user@jakarta.apache.org Subject: Deploying Sakai 1.5.0 with Tomcat 5.5.7 Hi