2 Replies Latest reply on Jul 3, 2003 9:03 AM by sysuser1

    ejb deployment problem!!!!!!

    sysuser1

      Hi i posted this question on the forum earlier also.
      but could not get the solution.

      (i'm using Jboss-tomcat.3.2)
      How can i deploy an ear in folder other than JBoss's default
      deployment folder. (JBOSS_home\server\default\deploy) .Say for example i've login.ear in folder c:\login.
      So i want to run my server & give the command (in ie )http://localhost:8080/login which will run the ejb.

      i changed the follwoing in my default/jboss-services.xml file


      deploy/,file:c:/login


      but it did not worked.
      please help.