The latest Myfaces works fine in weblogic 9.1. Don't know whether it
can work in weblogic 8.1
You should create a dummy com.sun.faces.config.ConfigureListener in
your web source. Otherwise weblogic can not startup Myfaces properly.
public class ConfigureListener implements ServletContextListener {
public void contextInitialized(ServletContextEvent servletContextEvent) {
}
public void contextDestroyed(ServletContextEvent servletContextEvent) {
}
}
Hopes it helps you
On 5/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I tried a few days last week to get MyFaces 1.2/1.3 and Tomahawk 1.2 to work
with Weblogic 8.1 sp 5 running on Windows with no success. I read somewhere
there may be a bug with MyFaces and Weblogic on Windows. After a few wasted
days I went back to JSF1.1 and Tomahawk 1.1.1.
--Brad
-----Original Message-----
From: Burno [mailto:[EMAIL PROTECTED]
Sent: Fri 5/19/2006 3:21 PM
To: [email protected]
Subject: wo use MyFaces on Weblogic 8.1
Hi all
i am looking for users of Myfaces under WebLogic 8.1 sp 5. The last release
does'nt work and getting me crazy.
Wich relase of Myfaces and Tomahawk do you use ?
Thank's
Bruno
--
View this message in context:
http://www.nabble.com/wo+use+MyFaces+on+Weblogic+8.1-t1652531.html#a4477266
Sent from the MyFaces - Users forum at Nabble.com.
--
Anthony Hong