>>>>> "Tarun" == Tarun Elankath <Elankath> writes:

    Tarun> Hi all, I have a web-application in expanded form (which is
    Tarun> under frequent development). I do not wish to take the
    Tarun> trouble of creating a WAR file everytime and neither do I
    Tarun> wish to transfer the application files into a app.war/
    Tarun> folder under the jboss server's deploy/ directory.

    Tarun> Is there a way of asking jboss to pick up the expanded
    Tarun> web-application from another path on the disk ? (This is
    Tarun> the place where the developer is editing the files)

    Tarun> My application uses EBJ's too, but since the ejb layer is
    Tarun> quite stable right now, I don't want to create an EAR file
    Tarun> every time.

You can also use symbolic links (under unix, and junctions under win
2000+ (search for JUNCTION.EXE)) to point to the real directories.

For symbolic links, you will need JBoss 3.2.2, as earlier versions
would not configure Tomcat to follow symbolic links.
Java, for loading classes, will follow them.

- Bob

-- 
SynXis Corporation      | [EMAIL PROTECTED]    | no .sig today.
1610 Wynkoop, Suite 400 | Ph: (303)595-2511 | 
Denver, CO  80202       | Fax:(303)534-4257 | 



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to