>From: Quintin Kerby <[EMAIL PROTECTED]>
>
>I developed a webapp using MyFaces, Spring, and Hibernate which runs beautifully >on Tomcat 5.5 and JDK 1.5.  I now have to deploy to WebLogic which uses JDK >1.4.2.
>
>I had to take the following steps to get where I am (which is still not very far).
>
>1) Downgrade the web.xml from 2.4 to 2.3
>2) Remove Antlr.jar for Hibernate as WebLogic seems to have problems with it.
>3) Add servlet-api.jar and jsp-api.jar from the Tomcat common/lib directory
>
>I noticed the "ServletContext 'null' initialized."  Does anyone know WebLogic well >enough to point me in the right direction?
>
 
I'm not sure if this is your problem but the 8.1 series requires jstl 1.0.  I'm pretty sure that jstl 1.1 will not work until 9.x and I believe that the default myfaces packaging is with jstl 1.1.
 
Gary

Reply via email to