Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Tony Anecito
Hi All,   Is it possible to run Tomcat in the same jvm as JBoss and if so how to do that? I am using the latest versions of both and usually run in separate jvms but want to see if it can they can run together in the same jvm so I can compare response times for both configurations. Since JBoss

Re: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Jose María Zaragoza
2012/6/18 Tony Anecito adanec...@yahoo.com: Hi All, Since JBoss is usually several minor versions behind on it's embedded Tomcat server I usually run them in different jvms so I can use the latest versions of each. Are you interested on any particular feature in latest releases of Tomcat

Re: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Tony Anecito
Actually I am trying to keep the same exact tomcat builds so I eliminate that as a cause for differences in my test results.   Thanks! -Tony --- On Mon, 6/18/12, Jose María Zaragoza demablo...@gmail.com wrote: From: Jose María Zaragoza demablo...@gmail.com Subject: Re: Running Tomcat in a jvm

Re: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony, On 6/18/12 11:55 AM, Tony Anecito wrote: Is it possible to run Tomcat in the same jvm as JBoss and if so how to do that? I am using the latest versions of both and usually run in separate jvms but want to see if it can they can run together

RE: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Martin Gainty
Tony- JBOSS v5.1 is implementing a catalina connector whose servlet-spec is at *LEAST* 1 full version older than the servlet-spec of that TC 7 support for Specification-Version: 3.0 Servlet spec version for the JBOSS 5.1 connector org.jboss.mx.server.ServerConstants interface /*** The

RE: Running Tomcat in a jvm with an EJB container...

2012-06-18 Thread Tony Anecito
Thanks Martin,   I am using JBoss 7.1.1 final in standalone mode and both that and Tomcat in jdk 1.7.0_05 64-bit. I am just trying to find out about the interprocess communication response time.   Thanks, -Tony --- On Mon, 6/18/12, Martin Gainty mgai...@hotmail.com wrote: From: Martin Gainty