I'm still trying to run JSP running on Cocoon(2.0.2), installed on WebLogic(6.0sp2). They are running on WinNT 4.0.
I made modifications in /cocoon/WEB-INF/cocoon.xconf and created /cocoon/WEB-INF/my.roles as suggested in JSP Generator documentation. I'm using the class JSPEngineImplNamedDispatcherInclude because, although JSPGenerator docs says JSPEngineImplWLS (specially made to use with WebLogic) will probably work with WebLogic 6.0/6.1, I already tested and it didn't work ('cause some classes in WLS 5.1's weblogic.jar are not present in newer versions of this .jar file). Then, I'm trying to use JSPEngineImplNamedDispatcherInclude. Current, my files are this way: Cocoon.xconf: -------------------- ... <cocoon version="2.0" user-roles="/WEB-INF/my.roles"> ... <jsp-engine logger="core.jsp-engine"> <parameter name="servlet-name" value="*.jsp"/> </jsp-engine> .... my.roles: ------------ <?xml version="1.0"?> <role-list> <role name="org.apache.cocoon.components.jsp.JSPEngine" shorthand="jsp-engine" default-class="org.apache.cocoon.components.jsp.JSPEngineImplNamedDispatcher Include"/> </role-list> When I try to run the JSP Generator examples that come with Cocoon, I get an exception as you can see in this attached file. Does anyone have an idea ?! Thanks in advance ! - Humberto - <<error.htm>>
error.htm
Description: Binary data
--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>