RE: Servlets and Cocoon2.

2002-01-30 Thread Hall, Joe
Yes, it is in the package testcocoonproject. Any other ideas? -Original Message- From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: RE: Servlets and Cocoon2. Hello, Is the package information for the servlet

RE: Servlets and Cocoon2.

2002-01-30 Thread Hall, Joe
-Original Message- From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: RE: Servlets and Cocoon2. Hello, Is the package information for the servlet classes testcocoonproject ? I think just by copying the class

RE: Servlets and Cocoon2.

2002-01-30 Thread Vadim Gritsenko
From: Hall, Joe [mailto:[EMAIL PROTECTED]] I think servlets may not be the solution. The developer docs for Cocoon 2 are not complete. Can you complete it? You are welcome to send patches for any incomplete docs. What is the recommended way of running Java code in Cocoon2 without the use

Re: Servlets and Cocoon2.

2002-01-30 Thread Bob Garvey
Chapter 5. examples available from Oreilly site. Bob Garvey - Original Message - From: Hall, Joe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 9:48 AM Subject: RE: Servlets and Cocoon2. I think servlets may not be the solution. The developer docs for Cocoon

Servlets and Cocoon2.

2002-01-29 Thread Hall, Joe
I saw this message in the archives, but I can't seem to get servlets and Cocoon2 to work. I think my problem is getting the servlet to run. It's like it is not in the classpath. I have my servlet in WEB-INF\classes\testcocoonproject\TestServlet. Here's the entry from my sitemap file: map:match

Re: Servlets and Cocoon2.

2002-01-29 Thread Bob Garvey
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 2:55 PM Subject: Servlets and Cocoon2. I saw this message in the archives, but I can't seem to get servlets and Cocoon2 to work. I think my problem is getting the servlet to run. It's like it is not in the classpath. I

RE: Servlets and Cocoon2.

2002-01-29 Thread Hall, Joe
:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 4:11 PM To: [EMAIL PROTECTED] Subject: Re: Servlets and Cocoon2. I had a question about servlets in a pipeline and came up with the following a few days ago. The discussion is in the archives, I assume. Thanks to Vadim Gritsenko and David

Re: Servlets and Cocoon2.

2002-01-29 Thread Bob Garvey
- Original Message - From: Hall, Joe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 3:33 PM Subject: RE: Servlets and Cocoon2. I forgot to add my servlet to the web.xml file. I now have it outputting XML to the browser but cocoon isn't translating the XML output

RE: Servlets and Cocoon2.

2002-01-29 Thread Hall, Joe
/TestServlet/url-pattern /servlet-mapping !-- NOTE: I've tried leaving out the servlet-mapping and the servlet doesn't run -- -Original Message- From: Bob Garvey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 4:48 PM To: [EMAIL PROTECTED] Subject: Re: Servlets and Cocoon2

RE: Servlets and Cocoon2.

2002-01-29 Thread Chitharanjan Das
in the archives, but I can't seem to get servlets and Cocoon2 to work. I think my problem is getting the servlet to run. It's like it is not in the classpath. I have my servlet in WEB-INF\classes\testcocoonproject\TestServlet. Here's the entry from my sitemap file: map:match pattern=testcocoonproject