On Feb 1, 2005, at 9:55 AM, Jeremy Boynes wrote:
Petr Hejl wrote:Hi,
I'm begginner in j2ee. I have one war module with minimal web.xml and geronimo-jetty.xml (in WEB-INF of course), when I deploy it everything works fine on geronimo and sun app server. When I use this file in ear, again with minimal application.xml and geronimo-appliation.xml (in META-INF), this works only in sun app server, but not in geronimo - gives strange message "No deployer found..."
First guess is that we are not looking inside the WAR for the geronimo-jetty.xml file when it is embedded inside the EAR - I think this is by intent.
We should be. The deployment code is designed to support the old style of putting a vendor-dd in each module and the new style of embedding it in the ear vendor-dd file. If we are not looking for it in the web module, it is a bug.
-dain
