2 Replies Latest reply on May 22, 2002 8:02 PM by malonee

    server.xml (for embedded cartarina)

    malonee

      Hi,

      Does Jboss with embedded cartarina(Jboss2.4.6+ tomcat 4.0.3) use server.xml under catarina/conf?

      For me, it doesn't seem to.
      I even deleted server.xml, but catarina still works. It seems to depend on only jboss.jcml.

      If it is, how can I change the appbase directory of catarina?
      By default, it's deploy directory of jboss, and it only supports war file, and doesn't support just normal directory. So, I should put war files to deploy.

      Thank you.

        • 1. Re: server.xml (for embedded cartarina)
          niaz

          JBoss does support directory deployment from the deploy directory - you just have to name the directory with a .war extension (i.e. myWebApp.war; not myWebApp). That should work.

          • 2. Re: server.xml (for embedded cartarina)
            malonee

            Thank you very much for your help,

            But still it doesn't work.
            Server messge is saying myApp is deployed when I put my application with directory named myApp.war. But, when I hit it with a web browser, 404 not found happens. But, with war file, it works very well.