1 Reply Latest reply on Jun 24, 2009 1:07 PM by peterj

    jsp portlet

      I develop a jsp portlet in the jboss tools.But when I deploy the portlet in the jboss eap 4.3 ,the package of war is always incomplete。Why is it?

        • 1. Re: jsp portlet
          peterj

          Could you post the contents of your WAR file? You can do so by entering "jar -tf xxx.war" where xxx.war is your WAR file. (Eclipse might not build a WAR file but rather it might deploy as an exploded directory, in which case please post the full contents of that directory and its subdirectories.)

          If you manually deploy your WAR file (not using Eclipse), does it deploy?