On Wed, Jan 05, 2005 at 04:23:13PM -0500, Troy Simpson wrote: : Can Tomcat 5.5.x and Macromedia JRun4 run under the same Apache2 instances?
That depends: Tomcat doesn't really "run under" Apache; there are Apache modules (jk, jk2, etc) that let Apache transparently pass requests to a Tomcat engine (that runs in another process, perhaps on another machine). So as long as JRun4 uses the same "connector" concept, and the JRun4 and Tomcat connectors don't conflict, you should be in luck. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
