11 Replies Latest reply on Apr 29, 2003 8:34 AM by sevenilu

    .war as root doesn't work

    wgao

      Hi there,

      I am using JBOSS3.0 with Tomcat 4.1x. I stepped into tomcat "ROOT" directory and created ".war" file. I put .war into $JBOSS_DIST/deploly. According to the posts here, this should be the root directory and I can access it via http://localhost:8080. However, I got an error when trying to access this page, and I noticed that JBOSS doesn't seem to deploy .war at all.

      When I rename .war to ROOT.war, everything works fine by http://localhost:8080/ROOT. How can I make the default root directory work? Did I missing something? Thanks.

      Wei