1. Example properties file for this build. Copy from the build 20.0
2. aspire_jsdk23_b22.5.jar: Aspire jar file
aspire - Tuesday, September 05, 2006 11:14:24 PM
Turning off the flushing...
Specify the following in a properties file
aspire.servlets.closestream=no
The default is yes. This is to keep the backward compatibility. If you specify "no" then the stream will be closed by tomcat. This may be a preferred approach going forward.
aspire - Tuesday, September 05, 2006 11:17:19 PM
Specifying a jsp include as opposed to a jsp forward...
This is still experimental. But you can try this
For stand alone jsp pages that uses servlet forward the property file definition looks as follows
TestJSPURL=/jsps/test.jsp TestJSPURL.transformType=JSP request.TestJSPURL.transform.className=com.ai.jsp.JSPTransform TestJSPURL.dataRequestName=TestJspPageData
For an include try the following
TestJSPURL=/jsps/test.jsp TestJSPURL.transformType=JSP request.TestJSPURL.transform.className=com.ai.jsp.JSPIncludeTransform TestJSPURL.dataRequestName=TestJspPageData
This facility is only available from this build