0

I have an application that is successfully deploying on tomcat, which I must migrate to running on Weblogic Server, however when I try to deploy there is a listener registered in the web.xml that is not firing. Is there some additional configuration needed for WLS to make this work?

kblair
  • 303
  • 1
  • 4
  • 5

1 Answers1

0

Looks like this was a false alarm. WLS seems more agressive than Tomcat as to when it generates the http session so some replumbing later the session listener actually is firing successfully.

kblair
  • 303
  • 1
  • 4
  • 5