I was able to get the workerName value set using the jetty-web.xml file in the WebInf directory of the war I am deploying.
I would rather set it in a jboss config file. How is it done?? Here is my jetty-web.xml file. <?xml version="1.0" encoding="ISO-8859-1"?> DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure 1.2//EN" "http://jetty.mortbay.org/configure_1_2.dtd" Configure class= "org.mortbay.jetty.servlet.WebApplicationContext" Call name="getWebApplicationHandler" Call name="getSessionManager"> Set name="workerName" type="string" app1 /Set /Call /Call /Configure View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834149#3834149 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834149 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
