[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - Re: Programmatic configuration of jvmRoute

bstansberry@jboss.com do-not-reply at jboss.com
Fri Oct 26 12:39:55 EDT 2007


OK; that's why I asked. :-)

Do you see any significant issue with making something like this the default in server.xml?

<Engine name="jboss.web" defaultHost="localhost" jvmRoute="n${server.peer.id:0}">

Assumption here is that JBM's needs force us to set server.peer.id to some integer value.

Downside I see is just a minor performance hit of needlessly adding ".n0" to session ids when JK isn't used. Anything worse?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099412#4099412

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099412



More information about the jboss-dev-forums mailing list