On 04.06.2004 19:46, Ralph Goers wrote:
Part of our development team wants to use JavaHelp (http://java.sun.com/products/javahelp/). Unfortunately, it uses JST tag libraries which requier JSP support. They have been able to get it to work under Tomcat, but not under WebLogic 8.1. It appears that the JSPGenerator (or rather the JSPEngine implementations) do not work in WebLogic 8.1.
Does anyone have any information on what I need to do to make JSPEngineImplWLS work in current versions of WebLogic?
In theory only two things must be set: 1. the JSPEngine impl: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/jsp/conf/jsp.xroles?rev=1.2&view=auto 2. the JSP engine servlet class: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/jsp/conf/jsp.xconf?rev=1.3&view=auto
Joerg
