The source of the class is definitely there:
\xml-cocoon\2.0.3\src\java\org\apache\cocoon\components\jsp\JSPEngineImplWLS
.java 

But it will be compiled only if WebLogic servlet classes are present.
Particularly, build looks for a
weblogic.servlet.internal.ServletContextImpl class in the classpath.

Note, that JSPEngineImplWLS.java was intended for use with WL 5.1 and there
were problems using it with WL 6.x, because of changes in WL implementation
of servlet interfaces. It's better to try to use the
JSPEngineImplNamedDispatchedInclude instead.

--
  Konstantin Piroumian                  


> -----Original Message-----
> From: Foo, Chris [mailto:Chris.Foo@;cognos.com] 
> Sent: Wednesday, October 23, 2002 8:33 PM
> To: '[EMAIL PROTECTED]'
> Subject: JSPEngineImplWLS
> 
> 
> Hello,
> 
> Has anybody had success implementing JSPs under Cocoon 2.03 
> and Weblogic?
> 
> The C2 documentation 
> <http://xml.apache.org/cocoon/userdocs/generators/jsp-> generator.html>
> details that a file, my.roles, should be created and that the 
> default-class entry should be 
> org.apache.cocoon.compenents.jsp.JSPEngineImplWLS. When I 
> open cocoon-2.0.3.jar, however, there is no such class; the 
> closest matches are JSPEngineImpl.class and 
> JSPEngineImplNamedDispatchedInclude.class. 
>       I attempted to run an application using the documented 
> instructions, but the following error occured:
> 
> 
> ERROR   (2002-10-23) 12:32.42:906   [core.manager] (Unknown-URI) 
> Unknown-thread/ExcaliburComponentManager: 
> Could not get class 
> org.apache.cocoon.components.jsp.JSPEngineImplWLS for role 
> org.apache.cocoon.components.jsp.JSPEngine on configuration 
> element jsp-engine
> 
> java.lang.ClassNotFoundException: 
> org.apache.cocoon.components.jsp.JSPEngineImplWLS
> 
> 
> 
> Thanks for any help,
> 
> Chris
> 
> Chris Foo
> 
> *Analytical Applications* *COGNOS INC* *Tel:(613) 738-1338 
> ext.3787* *[EMAIL PROTECTED]*
> 
> 
> This message may contain privileged and/or confidential 
> information.  If you have received this e-mail in error or 
> are not the intended recipient, you may not use, copy, 
> disseminate or distribute it; do not open any attachments, 
> delete it immediately from your system and notify the sender 
> promptly by e-mail that you have done so.  Thank you.
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to