0 Replies Latest reply on Jul 22, 2003 11:04 AM by jova73

    Multiple instances on JBoss 3.0.3

    jova73

      Hi,
      I've set up two instances of JBoss 3.0.3 + Tomcat 4.0.5 and I've deployed 2 versions of the same application (so same web application name).
      I've then realized that the jsp pages are all compiled in the same workin folder, which is jboss-3.0.3_tomcat-4.0.5\catalina\work\MainEngine\localhost and of course this is not what I want...

      I know how to set a different tmp dir for jboss but how can I change this folder for compiled JSP (i.e. setting ...\work1 for instance1 and ...\work2 for instance2)??
      I know I could switch to JBoss 3.0.5 or later with the new binding service but I'd like to try to correctly set up JBoss 3.0.3.

      Thanks a lot in advance,
      Andrea