> From: Phillip Rhodes <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED], "Research Triangle Java User's Group > mailing list."<[EMAIL PROTECTED]> > Date: Fri, 07 May 2004 11:41:44 -0400 > To: Triangle Java User's Group <[EMAIL PROTECTED]> > Subject: [Juglist] Remote deployment to Websphere Application Server? > > Hi all, please forgive me for the "newbie-ish" question, > but does anybody know offhand what kind of support > WAS (5.0) has for handling remote deployments? That is, > from my development machine, using an Ant task if possible, > how can I deploy my application onto WAS? > > With JBoss it's very easy as I just FTP the .ear file into > the deployment directory and JBoss automatically handles the > rest... does WAS have any synomous functionality, or is it > much more complicated? >
You shouldn't do that. You should FTP it to the file system and then MOVE it into deploy. The problem is that FTP is not atomic where move is. > Thanks, > > Phillip R. > > > -- > When the 1st Amendment no longer protects your voice. > And when the 4th Amendment no longer protects your privacy or your stuff. > Thank God we have the 2nd Amendment to tell our elected representatives > that enough is enough. > It's time to put "... from my cold, dead hands" back where it belongs. > > FREE AMERICA > Vote Libertarian > www.lp.org > > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_trijug.org _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
