I believe Craig McClanahan already answered this one.

What you are doing with Tomcat and Cocoon2 is fine with Tomcat 3.1 and 4.0, 
but the global web.xml in the conf directory will NOT work in Tomcat 
3.2.  It was changed because of some security (I think??) problem.

Move to Tomcat 4.0 since you seem inclined to use non-released software 
anyway (judging by your use of Cocoon2)

Jake

At 12:55 PM 12/24/2000 +0100, you wrote:
>Kurt Bernhard Pruenner wrote:
> > Christian Parpart wrote:
> > >           <Ejb   name="ejb/EmplRecord" type="Entity"
> > >                  home="com.wombat.empl.EmployeeRecordHome"
> > >                remote="com.wombat.empl.EmployeeRecord"/>
> > >
> > > What does it mean, perhaps 'Extended java bean'?
> >
> > I'd guess "Enterprise Java Bean", but it's unlikely that this will fix
> > your problem...
>
>This is what I thought about too, but what can I do with that Ejb-tag?
>Everywhere I was looking for I just found nothing about.
>
>Also, my primary problem was how to use servlets like Cocoon2 without
>using its /cocoon prefix. Normally you can access its examples by
>typing http://localhost:8080/cocoon/welcome.
>This is fine, but what about (my) files like
>http://myhost:8080/index.xml or http://anotherhost:8080/path/to/index.xml.
>There're no servlets typed but the .xml files should be served by Cocoon2
>anyway.
>
>I do this normally by the following:
>
>   <servlet-mapping>
>     <servlet-name>CocoonServlet</servlet-name>
>     <url-pattern>*.xml</url-pattern>
>   </servlet-mapping>
>
>in the conf/web.xml or webapps/cocoon/WEB-INF/web.xml.
>But this is ignored by Tomcat. I've never seen any results by tomcat,
>even no error messages.
>What's wrong; and how to do that right?
>
> > Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
> > Music: http://www.mp3.com/Leak --- Work: http://www.ssw.uni-linz.ac.at
> > .......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
> > np: Kit Clayton - Nia-Ikala (Nek Sanalet)
>
>Thnx, Christian Parpart

Reply via email to