1 Reply Latest reply on Jul 31, 2002 8:53 PM by jules

    Root-Contex and Webapp without WAR File

    asommer

      Hi,

      I want to port my application from Jrun to JBoss, but I have problems with my "default-app" webapplication! It would be nice to deploy the webapplication without a WAR-archive. I can do that with an application when storing it in a directory called like the war-file. eg. "foo.war" (is a directory stored in the server/deploy dir!). then I can call the index.jsp with localhost:8080/foo/index.jsp! But how can I do that for the root context? I want to call localhost:8080/index.jsp!
      Is that possible with JBoss 3.0?