Servlet Chaining

2001-09-05 Thread Stephen Raj
2.3//EN" "http://xmlns.oracle.com/ias/dtds/orion-web.dtd" orion-web-app deployment-version="1.0.2.2" jsp-cache-directory="./persistence" temporary-directory="./temp" servlet-webdir="/servlet/" servlet-chaining mime-type="text/xml"

Servlet Chaining?

2001-02-12 Thread Dan Cramer
More random stuff from Orion. I put a statement in my servlet: resp.setContentType("text/html"); All of a sudden I start getting this error: 500 Internal Server Error Failed to initialize chaining servlet for contenttype text/xml () I don't want any chaining, and haven't set any up. How do I

Mimicking Servlet Chaining in Orion

2001-01-30 Thread Ted Rice
I wish to micmic the functionality of servlet chaining, easily achieved in Orion 1.3.8 via placing the following tags in the global-web-application.xml file: servlet-chaining servlet-name="XSLPainter" mime-type="text/xml"/ servlet-chaining servlet-name="XSLPainter&quo

Servlet Chaining/Forwading

2001-01-30 Thread Ted Rice
for handling inside a HttpServletRequest so that a HttpServletRequest.getInputStream() call will return properly formed XML InputStrem that can be parsed by an XML Parser. Without using Servlet Chaining, Filters, or Session variables, how can I achieve this? Thanks in advance. Ted Rice