1 Reply Latest reply on Sep 12, 2007 6:47 AM by nilsoedstrom

    configurate jboss potal service for jsf portlet

    linnpan

      i want to deploy my jsf portlet into the jboss portal server, i use sun java(TM) studio creator2 to build jsf portlet,
      so i delete jstl.jar from JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs,and copy the two jar file(jstl.jar and standard.jar) from Creator2\rave2.0\modules\ext to JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar,
      but after i run run.bat ,there are too many errors.

      i copy jsf-api.jar and jsf-impl.jar from Creator2\rave2.0\modules\ext to JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs, and delete myface-api.jar and myface-impl.jar from JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs.
      but there are still too many errors .

      is there any one can tell me ,any thing else i need to do ???