0 Replies Latest reply on Jan 21, 2002 11:13 AM by alireza_banaei

    Having hard time with Jetty in JBoss 3.0 : Help please

    alireza_banaei

      Hi

      This very classical addWebApplication call in jetty.xml does not work :


      /hello/*
      /webapps/helloapp/
      /etc/webdefault.xml/


      Am I the only guy who have this problem ? Unbelieveble ! The workaround for me has been to delete the SystemProperty part and to write it as :


      /hello/*
      /webapps/helloapp/
      <Arg/etc/webdefault.xml/


      Now it doesn't complain and my .ear simple webapplication is deployed, but when I go to the URL from a web browser, I see a directory structure with my .war file. As if the .war file weren't deployed. But this is not the case ! In the deploy/Default directory I can see on the disk the right uncompressed strutcture, and I see no where on the disk the .war file.

      Could anybody please please help me ?

      Thanks

      Alireza