2 Replies Latest reply on Aug 29, 2006 6:04 PM by hboss1

    How to deploy a war file with different contextpath from fil

    hboss1

      I would like to deploy a war file e.g. first.war (from a 3rd party) on JBoss server/default/deploy folder, but I would like the contextpath for this war file to be e.g. "/second". I was wondering how I could do this.

      Currently when I deploy first.war to JBOSS4.0.4/server/default/deploy folder, the contextpath is automatically set to "/first" which matches with the name of the war file.

      Note: I don't want to rename the war file to second.war.