Hi Bernhard,
thanks for your help, but I still have some trouble ...
>If the forum servlet is in the same servlet engine:
>I think you may try:
>xsp, and use of RequstDispatcher.include(),
>Pass in include() the original request
I tried to use something like:
javax.servlet.RequestDispatcher di
Hi,
If the forum servlet is in the same servlet engine:
I think you may try:
xsp, and use of RequstDispatcher.include(),
Pass in include() the original request, I don't know if the orginal
request still has the post info, may be you have
to create a new request. If you are using a Servlet 2.3 yo
Hi all,
I want to use a servlet (discussion forum) from another Tomcat
context inside Cocoon 2.
The servlet produces XML data that shall be transformed inside
Cocoon.
Here is a snippet from my sitemap that passes parameters to the
servlet at the end of the URL:
...
Hi all,
I want to use a servlet (discussion forum) from another Tomcat
context inside Cocoon 2.
The servlet produces XML data that shall be transformed inside
Cocoon.
Here is a snippet from my sitemap that passes parameters to the
servlet at the end of the URL:
...