You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Steve Loughran <st...@iseran.com> on 2001/05/01 06:57:55 UTC

Re: [SUBMIT] iPlanet Application Server tasks

----- Original Message -----
From: "Martin Gee" <ma...@icsynergy.com>
To: <an...@jakarta.apache.org>
Cc: <gr...@netscape.com>
Sent: Sunday, April 29, 2001 10:02 PM
Subject: [SUBMIT] iPlanet Application Server tasks


> Hi Folks,
>
> The following tasks (and supporting files) add the needed scripting and
> administration features for iPlanet Application Server 6.0 The following
> tasks allow for:
> * J2EE application deployment and undeploy (ear, jar and war, resource).
> * Control of the application server process (local and remote). Kill,
stop,
> start and restart, with appropriate pausing feature (need to give
> application server time to breath between commands).
>
> Cheers,
> Martin Gee

These are an interesting set of tasks, even if they could do with a quick
run through jedit's jstyle mode to apply the sun layour rules to them.

It makes me think about how, some point in the foreseeable future, we could
move to having some appserver tasks which are server independent -

<appserver  type="tomcat" port="8086">
 <shutdown />
 <startup>
     <options><option>-security</option><options>
 </startup>
</appserver>

It may be a bit early; we need more support for bluestone, tomcat and
websphere tasks to go with the current set and then we can start teasing out
commonality. Or is there enough duplication with the weblogic and iPlanet to
start looking at a refactored design?

-steve



Re: [SUBMIT] iPlanet Application Server tasks

Posted by Peter Donald <do...@apache.org>.
At 09:57  30/4/01 -0700, Steve Loughran wrote:
>It makes me think about how, some point in the foreseeable future, we could
>move to having some appserver tasks which are server independent -
>
><appserver  type="tomcat" port="8086">
> <shutdown />
> <startup>
>     <options><option>-security</option><options>
> </startup>
></appserver>
>
>It may be a bit early; we need more support for bluestone, tomcat and
>websphere tasks to go with the current set and then we can start teasing out
>commonality. Or is there enough duplication with the weblogic and iPlanet to
>start looking at a refactored design?

I believe the cactus project in commons has the start of that sort of
functionality (cactus formely j2eeunti) is a unit testing framework for
j2ee stuff ;)

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*