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

Re: Servlets and Cocoon2.

2002-01-29 Thread Bob Garvey
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 Rosenstrauch. This scheme now works. Here is what I learned that may be valuable to others who would like to write

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
Hello, Is the package information for the servlet classes testcocoonproject ? I think just by copying the class files into a subdirectory of WEB-INF classes is not sufficient, the servlet classes should have the necessary package info ... Regds, Chiths I saw this message in the