[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cluster and context parameters
gejzir
do-not-reply at jboss.com
Sun May 11 15:41:29 EDT 2008
I've figured it out.
We've been reading the context params from the getPhaseId() function of the PhaseListener. In the clustered "all" configuration context parameters are not initialized in the context by the time the getPhaseId() function runs. It seems that in the "default" configuration context parameters are initialized earlier.
Solution: we're reading the context parameters later, in the beforePhase function.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150009#4150009
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150009
More information about the jboss-user
mailing list