hi all!

i use cocoon2.0.2 with weblogic6.0sp2 on win2000

if i use some xsp-sites in weblogic they dont't
work (i get a language exception). but they run
with tomcat4.0.1.

<!-- works with tomcat4.0.1 but not with weblogic -->
<xsp:page
          language="java"
          xmlns:xsp="http://apache.org/xsp";
          xmlns:xsp-request="http://apache.org/xsp/request/2.0";
          xmlns:log="http://apache.org/xsp/log/2.0";
          xmlns:capture="http://apache.org/cocoon/capture/1.0";
> 

so i modify the <xsp:page> tag in my xsp-site to something
i copied from the cocoon-examples, and it is working. but i dont't
know exactly what i am changing in the <xsp:page> tag.

<!-- works with tomcat4.0.1 and with weblogic 
     copied from employee.xsp from the 
     cocoon\docs\samples\forms directory -->
<xsp:page
          language="java"
          xmlns:xsp="http://apache.org/xsp";
          xmlns:esql="http://apache.org/cocoon/SQL/v2";
> 


can anyone explain me, what the statements in this tags
are for and what they mean? 

why my example works with tomcat and not with wblogic?
why i have to change my <xsp:page> tag, that they work
with weblogic?


sorry for my newby question
greetings, chris


---------------------------------------------------------------------
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]>

Reply via email to