PersistentManager

2005-04-19 Thread Ron Crayton
The documentation for the PersistentManager has contained the following warning since Tomcat 4.1. Is it really still considered experimental? WARNING - Use of this Manager implementation has not been thoroughly tested, and should be considered experimental! Thanks.

crossContext not working

2005-04-11 Thread Ron Crayton
I'm trying to forward a request from an app running in Tomcat 5.5.7 to an html document outside of the app's context. The html document is in the htdocs folder of Apache HTTP Server 2.0. My context.xml document for the app looks like this: ?xml version=1.0 encoding=UTF-8? Context

RequestDispatcher.forward() to doc located on HTTP Server

2005-04-11 Thread Ron Crayton
Is it possible to use Request.forward() to forward a request to an html document located on an HTTP Server? I'm using Tomcat 5.5.7 and Apache 2.0. I have a document setting in the htdocs folder of Apache 2.0 that I'm trying to forward to from an application deployed in Tomcat 5.5.7. I have