Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 77945 invoked from network); 8 May 2003 22:13:53 -0000 Received: from unknown (HELO ignitemedia.com) (64.157.167.108) by daedalus.apache.org with SMTP; 8 May 2003 22:13:53 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Remote deployment on JRun Date: Thu, 8 May 2003 17:14:34 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Remote deployment on JRun Thread-Index: AcMVrE7SL2lh7JztQr6RBy090QpJLQAAiWVQ From: "Steve Cohen" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I strongly urge against JRun 4. Our company spent six months of unsuccessful efforts to port a series of web applications to JRun 4 without full success. I would look instead for an open-source container like Tomcat or JBoss. These beasts are too complicated and NOBODY documents them well, but at least with an open-source container, when all else fails, you have to source code. However, if you must go forward, do get the Service Packs. They do fix some serious bugs. -----Original Message----- From: Rahul [mailto:rahul.thakur@excibir.co.nz]=20 Sent: Thursday, May 08, 2003 4:56 PM To: 'Ant Users List' Subject: Remote deployment on JRun Hello All, I have this strong uge to automate my manual web application deployment process on a remote JRun 4 (no service packs) server running on Linux. Would want to know if anyone has attempted that or anyone has suggestions. To cut the long story short and simple, what I do right now is as follows : 1. Connect to remote system via ssh. 2. If instance of target server is running , stop it. 3. back up my current directory 4. export "base" stuff from CVS into a fresh directory. this creates the base/groundwork for my actual web application. 5. now, export updated weba-application stuff from CVS into a another directory. 6. copy the stuff exported to directory in Step 5. to directory in Step 6 5. restart server. Apart from that I WISH that I can create JRun servers remotely but I will keep that wish in my bag for the moment ;) Ok, the question here is do i need to work with any of the JMX stuff here to do stuff with JRun , i mean create servers, stop and restart. Any tasks for JMX?. Any tasks around for SSH ? cheers rahul >:0) --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org