2 Replies Latest reply on Dec 12, 2004 12:46 PM by ultranet1

    Deploying war files on JBoss

    ultranet1

      Ever since i moved from Tomcat to Sun App Server, i've had rough time upgrading the server. I'm now trying JBoss.
      I got the following error deploying my war files:

      org.apache.jasper.JasperException: /include/jsp/exception.jsp(1,1) Failed to loa
      d or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.Jstl
      FmtTLV


      I'd appreciate any feedback on this. JSTL is part of 1.4 spec. I'm getting this error when first access the app, using JBoss 4.0.0. Is this something i'm supposed to configure myself?

      I got his error using both defaul and all configurations.

      Thanks.

        • 1. Re: Deploying war files on JBoss
          starksm64

          JSTL is unbundled from tomcat. Download and install it from:
          http://jakarta.apache.org/taglibs/binarydist.html

          • 2. Re: Deploying war files on JBoss
            ultranet1

            I have heard of requests to unbundle XML APIs, but i find it a little strange that JSTL has been unbundled. I guess the rationale behind this is that each app be able to use a different version of JSTL.
            Anyway, i got it to work, based on your feedback.

            The strange thing i'm seeing now is that no servlets in ROOT.war are found. I tried /servlet/full.class.name, /servlet/servletname, and /customname. All result in 404. I wonder if anybody else encountered the same isssue.

            I deployed my default war by replacing the ROOT.war folder contents with my app (in non-jared form).

            Thanks again.