org.apache.myfaces.tobago.webapp
Class WeblogicWorkaroundServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.myfaces.tobago.webapp.WeblogicWorkaroundServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WeblogicWorkaroundServlet
- extends HttpServlet
Workaround: Weblogic 8.1 calls the ContextListeners after calling
Servlet.init() but, JSF assume it does it before.
Maybe weblogic doesn't call ContextListeners from *.jar!
http://forum.java.sun.com/thread.jsp?forum=427&thread=499690
- See Also:
- Serialized Form
Method Summary |
void |
init()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeblogicWorkaroundServlet
public WeblogicWorkaroundServlet()
init
public void init()
throws ServletException
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.