1 Reply Latest reply on Jun 30, 2002 10:44 AM by jules

    Mozilla Javascript / Servlet / JBoss3Jetty?

    colinsaxton

      I am compiling some javascript using the mozilla API that I drop into the deploy area...

      The class that compiles the javascript is a servlet that is deployed via a war...

      What I am doing is passing the out stream from the servlet into a javascript function and then writing to the stream from within the compiled javascript...

      This all works fine under JBoss 2.4.X but fails under JBoss 3.0/Jetty...

      I use Tomcat with 2.4.4 and I have tried to use the Jboss 3.0 tomcat setup but that fails stating that the war file has no web.xml???

      I know that it is an in depth question but has anyone tried this or does anyone know what is happening...Its strange that it works fine under Jboss 2.4 but not 3.0...