Geronimo 2.2 with Tomcat 7?

2011-03-29 Thread Martin Storch
Hi there, I would like to update my publishing system and have heard that Geronimo 2.2 doesn't work with Tomcat 7.0, just with Tomcat 6.x. Is that true? When I just install the Geronimo Framework, how can I connect that with (a separate) Tomcat-Installation? Do I still need Tomcat when Geronimo

Re: Geronimo 2.2 with Tomcat 7?

2011-03-29 Thread Luciano Salotto
You don't need tomcat installed to work with Geronimo. The Geronimo App Server comes bundled with Tomcat (or Jetty, yes you have to flavours to choose) as servlet container. I'm pretty sure the Tomcat version bundled with G2.2 is v6, but some of the G gurus on the list might better answer that.

Re: Geronimo 2.2 with Tomcat 7?

2011-03-29 Thread Kevan Miller
On Mar 29, 2011, at 8:30 AM, Martin Storch wrote: Hi there, I would like to update my publishing system and have heard that Geronimo 2.2 doesn't work with Tomcat 7.0, just with Tomcat 6.x. Is that true? Correct. Geronimo 2.2 includes Tomcat 6.0.x. When I just install the Geronimo

Re: Geronimo 2.2 with Tomcat 7?

2011-03-29 Thread dsh
Martin, may I ask whether your publishing system (which one) is real Java EE app or an app that only relies on Java Servlets and Java ServerPages? In the latter case your application would probably only require Tomcat. Cheers Daniel On Tue, Mar 29, 2011 at 2:30 PM, Martin Storch

Re: Default Servlet mapping within ear deployer

2011-03-29 Thread Kevan Miller
On Mar 28, 2011, at 8:06 AM, Thomas Neidhart wrote: Dear all, I am having some troubles with the deployment of an ear that contains a war with a servlet mapping like that: servlet-mapping servlet-namedefault/servlet-name url-pattern/images/*/url-pattern /servlet-mapping The

Re: Default Servlet mapping within ear deployer

2011-03-29 Thread Thomas Neidhart
On 03/29/2011 05:25 PM, Kevan Miller wrote: I don't know our builder code well enough to have a simple answer for you... You must be using Geronimo 2.2.x, correct? Dear Kevan, Yes, sorry that I forgot to mention it in my first post, actually i am using geronimo 2.2.1 with jetty as servlet

Re: Default Servlet mapping within ear deployer

2011-03-29 Thread Ivan
Just have a look at the JettyModuleBuilder, I think that the problem is the mapping validation occurs before merging the default servlet, And, it should have the same behavior for both standalone web application or the one embedded in the ear. The reason why Tomcat 6 work is due to the merging