Actually, I deploy on WAS4. We have a WAS5 environment ready, but it
has no been made available to do deployments on for us yet. For my
next project, we will be using WAS5 though.

On 10/9/05, Martin Gainty <[EMAIL PROTECTED]> wrote:
> Niall et al
> *Assuming* your are using websphere 5.0 or 5.1 (and you are not adverse to
> running maven scripts)
> this primer on installing PlugIns in Websphere should get you started
> http://maven-plugins.sourceforge.net/maven-was5-plugin/
> Best,
> Martin-
> ----- Original Message -----
> From: "Niall Pemberton" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <user@struts.apache.org>
> Sent: Saturday, October 08, 2005 5:28 PM
> Subject: Re: Is this an appropriate use for plugins
>
>
> > See
> >
> > http://wiki.apache.org/struts/StrutsPlugins
> >
> > Niall
> >
> > ----- Original Message -----
> > From: "Faisal Mahmoud" <[EMAIL PROTECTED]>
> > Sent: Saturday, October 08, 2005 8:34 PM
> >
> >
> > For the webapp I am writing, I have several compenents that run as
> > services that always need to be available. I refer to them as
> > JobManagers. Basically, a job handler will receive a job request, add
> > that job to it's job queue and then launch a thread to work on the
> > job. I plan on having these JobManagers implemented as Singletons.
> >
> > I would like these classes live for the duration of the webapp. They
> > should start up when the app server (tomcat for dev, websphere for
> > production) starts up, initialize all their resources and then sit and
> > wait for requests for jobs.
> >
> > Is using a plugin the correct way to make sure these classes are
> > instantiated on startup?
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
http://www.quidprocode.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to