2 Replies Latest reply on Jul 20, 2007 12:50 PM by sudhirkd

    Deploying external exploded directory as an application

    sudhirkd

      Hi,

      In order to see my JSP changes quickly on my JBoss (by refreshing browser) , I am trying to add exploded external directory into Jboss . In directory jbossweb-tomcat55.sar of Jboss deploy, I have added following lines in server.xml . But it doesnt deploy throwing error.

       <Context debug="0"
       docBase="C:/projects/subversion/AuthServer/web/target/AuthenticateServer-web-1.0.0"
       path="/auth-server" reloadable="true"/>
      
      

      Is there any other way ?

      Thanks,