Re: was5 plugin - installing ear to a specific server and virtualhost

2005-01-12 Thread Richard Lewis-Shell
Try using maven.was5.installApp.options
The was5 plugin is mostly a thin wrapper around the ant tasks IBM 
supplies with WebSphere - installApp is such an example. 
maven.was5.installApp.options corresponds to the options attribute for 
that task.  You can see the javadocs for installApp (and the other ant 
tasks) in:
$WAS_HOME/web/apidocs/com/ibm/websphere/ant/tasks/package-summary.html

Though the javadocs really don't help much - you'll more likely need to 
look into how the $AdminApp installApp command works in wsadmin.

Hope that helps,
Richard
Karan-Sahni (Contractor) wrote:
When I install an app using was5:installapp, it installs the ejb jars in the 
default server (server1) and the war is hosted on the default virtual host 
(default_host). How can I install the app on a specific server and virtual host?



Karan Sahni 
Telephone: 561.438.5009
Email: [EMAIL PROTECTED]


-
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]


Re: Maven WebSphere 5.0/5.1 plugin release

2004-08-17 Thread Richard Lewis-Shell
Precompilation of JSPs _should_ be easy to add, as there is an ant task in
wsanttasks.jar that does it already.  I don't have time to add it, but the
plugin was originally designed as a thin wrapper around the wsanttasks
targets, so someone else should be able to whip up a patch pretty quickly...

http://publib.boulder.ibm.com/infocenter/ws51help/topic/com.ibm.wasee.doc/info/ee/javadoc/ee/com/ibm/websphere/ant/tasks/JspC.html

Richard

- Original Message - 
From: Dion Gillard [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 10:55 AM
Subject: Re: Maven WebSphere 5.0/5.1 plugin release


 On Mon, 16 Aug 2004 16:43:30 -0400, Karan-Sahni (Contractor)
 [EMAIL PROTECTED] wrote:
  How about precompilation of JSP's too.

 Where? On install of the app??
 -- 
 http://www.multitask.com.au/people/dion/

 -
 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]



Re: Anyone working on WebSphere AppServer 5.0 Plugin?

2004-03-24 Thread Richard Lewis-Shell
Thanks for the feedback.  Are you using WAS5.0 or 5.1?

Richard

- Original Message - 
From: Al Robertson [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 3:46 AM
Subject: Re: Anyone working on WebSphere AppServer 5.0 Plugin?


 Michele,
 See http://maven-plugins.sourceforge.net/maven-was5-plugin/index.html
 It appears to be a new plugin by Richard Lewis-Shell. Thanks for the work
 Richard. Works a treat. I'm sure the sourceforge maven-plugins main page
 will be updated to include it soon.
 Al

 Digital Union UK
 [EMAIL PROTECTED]
 www.digitalunion.com

 t: +44 (0) 1483 889482  m:+44 (0) 7713 631367  f: +44 (0) 1483 889450

 The information in this email and in any attachment(s) is confidential. If
 you are not the named addressee(s) or if you receive this email in error
 then any distribution, copying or use of this communication or the
 information in it is strictly prohibited.
 While attachments are virus checked, Digital Union UK Limited does not
 accept any liability in respect of any virus which is not detected.



 [EMAIL PROTECTED]
 24/03/2004 13:22
 Please respond to
 Maven Users List [EMAIL PROTECTED]


 To
 [EMAIL PROTECTED]
 cc
 Maven Users List [EMAIL PROTECTED]
 Subject
 Re: Anyone working on WebSphere AppServer 5.0 Plugin?






 Hello dion,

 Following your advice I wanted to give a look at the stutus of the current
 plugin for WAS50, but the link is pointing to the maven-plugins page where
 only the maven plugin for was4.0 is present.
 Or am I missing something ? In case can someone from the audience point me
 to the rigth location of this plugin ?

 Michele


 |-+
 | |   [EMAIL PROTECTED]|
 | |   m.au |
 | ||
 | ||
 | |   10/03/2004 22:17 |
 | |   Please respond to|
 | |   Maven Users |
 | |   List|
 | ||
 |-+


---
---|
   |   |
   |   |
   |   |
   |   |
   |   |
   |To: Maven Users List
 [EMAIL PROTECTED]   |
   |cc: (bcc: Michele
 Forte/SwissRe)  |
   |bcc:Michele
 Forte/SwissRe |
   |Subject:Re: Anyone working
 on WebSphere AppServer 5.0 Plugin? |


---
---|




 There's now a working was50 plugin as part of
 http://maven-plugins.sourceforge.net.

 If you need a built version let me know.
 --
 dIon Gillard, Multitask Consulting



 [EMAIL PROTECTED] wrote on 11/03/2004 05:03:25 AM:

 
 
 
 
 
  I have one working with wsadmin.  It can start/stop server, application,
  deploy and undeploy ear, list, and status.  Basically, anything
 supported
  by wsadmin can be added easily.  It works for a local or remote
 instance.
 
  Now the kicker...  Waiting to working out our corporate open source
 policy
  before I can make it available outside.  Its basic structure is on the
  WAS4, just changing the executable and command line options.  If you
 take
  a look at WAS5's documentation of migrating from the old wscp to
 wsadmin,
  it's not too difficult, with some minor tricks you need to know, such as
  using $$ when you have to pass a string into the command line with $ and
  such.
 
  Jun Ying
 
 
 
  |-+
  | |   [EMAIL PROTECTED]|
  | |   m.au |
  | ||
  | |   03/04/2004 06:32 |
  | |   PM   |
  | |   Please respond to|
  | |   Maven Users |
  | |   List|
  |-+
 
 
 
 --
--

  |
||
|   To:   Maven Users List [EMAIL PROTECTED]|
|   cc:|
|   Subject:  Re: Anyone working on WebSphere AppServer 5.0
  Plugin

Re: Anyone working on WebSphere AppServer 5.0 Plugin?

2004-03-04 Thread Richard Lewis-Shell
I am.  I am basically building a plugin wrapper around the wsanttasks.  It's
early days yet, but so far server starting/stopping and application listing
is working.  Am happy to share/collaborate to get it done...

Richard

- Original Message - 
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Friday, March 05, 2004 12:48 AM
Subject: Anyone working on WebSphere AppServer 5.0 Plugin?



 Is anyone working on a WebSphere AppServer 5.0 plugin?

 - Tom






 -
 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]



Re: Anyone working on WebSphere AppServer 5.0 Plugin?

2004-03-04 Thread Richard Lewis-Shell
The difference is that I am just calling/wrapping the ant tasks that IBM
supplies in their wsanttasks.jar, rather than calling the .bat/.sh scripts.
My SF id is rlewisshell - I was hoping that this might end up along side the
was40 plugin one day...

Richard

- Original Message - 
From: [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Friday, March 05, 2004 12:32 PM
Subject: Re: Anyone working on WebSphere AppServer 5.0 Plugin?


 I've done this for WAS 4.0. That's what the was40 plugin is up on
 sourceforge. If you want to join the team, pop someone an email with your
 sourceforge id.

 If it could have a similar set of goals to the 40 plugin, that'd be even
 better!
 --
 dIon Gillard, Multitask Consulting



 Richard Lewis-Shell [EMAIL PROTECTED] wrote on 05/03/2004 11:27:14
 AM:

  Oh, and ejbdeploy
 
  - Original Message - 
  From: Richard Lewis-Shell [EMAIL PROTECTED]
  To: Maven Users List [EMAIL PROTECTED]
  Sent: Friday, March 05, 2004 11:21 AM
  Subject: Re: Anyone working on WebSphere AppServer 5.0 Plugin?
 
 
   I am.  I am basically building a plugin wrapper around the wsanttasks.
  It's
   early days yet, but so far server starting/stopping and application
  listing
   is working.  Am happy to share/collaborate to get it done...
  
   Richard
  
   - Original Message - 
   From: [EMAIL PROTECTED]
   To: Maven Users List [EMAIL PROTECTED]
   Sent: Friday, March 05, 2004 12:48 AM
   Subject: Anyone working on WebSphere AppServer 5.0 Plugin?
  
  
   
Is anyone working on a WebSphere AppServer 5.0 plugin?
   
- Tom
   
   
   
   
   
   
   
 -
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]
  
 
 
  -
  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]



Re: EAR plugin: application.xml generation without java module

2004-02-17 Thread Richard Lewis-Shell
Seems I'm talking to myself here!  This issue is in JIRA already - MPEAR-14

- Original Message - 
From: Richard Lewis-Shell [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Tuesday, February 17, 2004 5:56 PM
Subject: Re: EAR plugin: application.xml generation without java module


 Would it make sense to create a new dependency type for J2EE client
 applications (eg. 'client-jar'), and only have those dependencies end up
 with a module in the application.xml (with jar dependencies still being
 bundled in the ear, but without any mention in application.xml)?

 Or would it be better to add a property for dependencies that specifies if
 it is a J2EE client application, and only then is the module created.
 This would be much like the existing ear.bundle property is used to decide
 which jars go in the ear.

 Or is there a better way to do this?  Any thoughts appreciated...

 Richard

 - Original Message - 
 From: Richard Lewis-Shell [EMAIL PROTECTED]
 To: Maven Users List [EMAIL PROTECTED]
 Sent: Tuesday, February 17, 2004 9:37 AM
 Subject: EAR plugin: application.xml generation without java module


  Hi,
 
  I am wanting maven to produce an ear file that contains the
 ear.bundle=true
  dependent jars, but withOUT the maven generated application.xml
containing
 a
  module definition for those jars.  Is this possible?
 
  From my cursory reading of the J2EE spec, a java type module is for a
 J2EE
  client application, rather than for a supporting jar (eg.
 log4j-1.2.8.jar),
  and I am finding WebSphere won't deploy these maven generated ear files.
 
  Thanks,
 
  Richard
 
 
  -
  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]



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



EAR plugin: application.xml generation without java module

2004-02-16 Thread Richard Lewis-Shell
Hi,

I am wanting maven to produce an ear file that contains the ear.bundle=true
dependent jars, but withOUT the maven generated application.xml containing a
module definition for those jars.  Is this possible?

From my cursory reading of the J2EE spec, a java type module is for a J2EE
client application, rather than for a supporting jar (eg. log4j-1.2.8.jar),
and I am finding WebSphere won't deploy these maven generated ear files.

Thanks,

Richard


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



Re: EAR plugin: application.xml generation without java module

2004-02-16 Thread Richard Lewis-Shell
Would it make sense to create a new dependency type for J2EE client
applications (eg. 'client-jar'), and only have those dependencies end up
with a module in the application.xml (with jar dependencies still being
bundled in the ear, but without any mention in application.xml)?

Or would it be better to add a property for dependencies that specifies if
it is a J2EE client application, and only then is the module created.
This would be much like the existing ear.bundle property is used to decide
which jars go in the ear.

Or is there a better way to do this?  Any thoughts appreciated...

Richard

- Original Message - 
From: Richard Lewis-Shell [EMAIL PROTECTED]
To: Maven Users List [EMAIL PROTECTED]
Sent: Tuesday, February 17, 2004 9:37 AM
Subject: EAR plugin: application.xml generation without java module


 Hi,

 I am wanting maven to produce an ear file that contains the
ear.bundle=true
 dependent jars, but withOUT the maven generated application.xml containing
a
 module definition for those jars.  Is this possible?

 From my cursory reading of the J2EE spec, a java type module is for a
J2EE
 client application, rather than for a supporting jar (eg.
log4j-1.2.8.jar),
 and I am finding WebSphere won't deploy these maven generated ear files.

 Thanks,

 Richard


 -
 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]