Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created June 18, 2012 15:07
Show Gist options
  • Select an option

  • Save rhusar/2948820 to your computer and use it in GitHub Desktop.

Select an option

Save rhusar/2948820 to your computer and use it in GitHub Desktop.
sande
In JBoss Enterprise Application Platform 6, the jvmRoute attribute is configured in the web subsystem via instance-id attribute of the server configuration file as follows:
<subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false" instance-id="{JVM_ROUTE_SERVER}">
The {JVM_ROUTE_SERVER} above should be replaced by the jvmRoute server ID. The instance-id can also be set using the Management Console.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment