2 Replies Latest reply on Jun 16, 2006 5:55 AM by gurnard

    deploy a non-archive file

    sowjanya

      I need to deploy a non-archive file i.e a folder that contains the J2EE structure but its not named to .war or .ear. I have this as a seperate setup..I cannot have a different structure becoz this is the one in CVSand i need to reuse this

      For example

      C:/version3/project/product/myserver/WEB-INF/

      C:/version3/project/product/myserver/<all jsp files here>

      C:/version3/project/product/META-INF/<contains application.xml and manifest file> (Application.xml contains all the ejb modules that needs to be deployed)

      Now i need to give the path of this folder "myserver" for deployment in Jboss. Is it possible to do this kind of deployment in Jboss

      Thanks in advance