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