I have some solutions to this problem (scp-ing large files): * check if the file to be deployed is increasing in size, Possibly only when it gets invalid zip-exception * try to redeploy when the deploying throws zip-exception. * check if the file is open (it is beeing copied), if it is possible ( i think it is possible using fuser on linux, but don't know if java can access that information), and then redeploy when it is closed.
On Wed, 2002-05-29 at 08:35, Alex Loubyansky wrote: > Hello conrad, > > I remember one post with problem when deploying remotely big > applications, if I remember it correctly. The problem was that, the > deployer tried to deploy the application while it wasn't downloaded > completely, thus the app couldn't be deployed. Not sure whether it's > fixed. > > Wednesday, May 29, 2002, 5:43:07 AM, you wrote: > > GR> By remote deploy, I'm assuming you mean that you compile and jar an EJB on > GR> one box and want to run it on another, correct? All you need to do is get > GR> it from one place to the other. We use pscp for that. Of course, this > GR> requires that the two boxes maintain time synchronization, so that the > GR> destination box see the new jar as later than the one it already has. > > GR> ----- Original Message ----- > GR> From: "conrad" <[EMAIL PROTECTED]> > GR> To: <[EMAIL PROTECTED]> > GR> Sent: Tuesday, May 28, 2002 9:18 AM > GR> Subject: [JBoss-user] Jboss 3.0 remote deploy > > > >> Hi > >> > >> I'm new here ... Good afternoon :-) > >> > >> I'd like to ask about remote deploying enterprise application on JBoss, > >> without telnet/ssh access. Is it possible, and if it is how can I do it > >> or where can I find some documentation about it? > >> > >> Thanks in advance. > >> > >> -- > >> Best Regards > >> Conrad > >> > >> [EMAIL PROTECTED] > >> > >> > >> _______________________________________________________________ > >> > >> Don't miss the 2002 Sprint PCS Application Developer's Conference > >> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > >> > >> _______________________________________________ > >> JBoss-user mailing list > >> [EMAIL PROTECTED] > >> https://lists.sourceforge.net/lists/listinfo/jboss-user > >> > >> > > > > GR> _______________________________________________________________ > > GR> Don't miss the 2002 Sprint PCS Application Developer's Conference > GR> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > GR> _______________________________________________ > GR> JBoss-user mailing list > GR> [EMAIL PROTECTED] > GR> https://lists.sourceforge.net/lists/listinfo/jboss-user > > -- > Best regards, > Alex Loubyansky > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
