3 Replies Latest reply on Jul 4, 2003 6:26 AM by julien1

    manage jsp from the module

    wilee

      Hey I have downloaded jboss-3.2.1_nukes-1.0.0alpha,

      I was wondering how do I manage jsp from the module html administration.


      It comes back as application/octet-stream.

        • 1. Re:  manage jsp from the module

          jsp in html module are considered as plain data. I mean the jsp are not rendered.

          we have support for jsp in the cvs through the scripting module and modules can use JSP as well to render some content.

          support is not 100%, I just tested scriptlet, not yet tag libraries.

          julien

          • 2. Re:  manage jsp from the module
            orfeo77

            Hallo!
            I have a problem in building scripting module, to add JSP support.I can not access SourceForge CVS directly and then I browse CVS by web ,but in
            The Current directory: [SourceForge] / jboss / nukes / script / src / main / org / jboss / nukes / addons / modules / script / ejb

            there is only ScriptEJB.java
            where are ScriptEJBLocalHome.java and ScriptEJBLocal.java?

            It is my error? or there is a problem
            Thank in advance for the support. :-)
            Orfeo.


            • 3. Re:  manage jsp from the module

              they are generated through xdoclet in the output dir of the build. so you have to launch the build to make them appear.

              julien