You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by jeff mutonho <ej...@yahoo.com> on 2004/08/27 21:18:15 UTC

Creating WAR for Websphere

Guys , I'm battling to create a war that can be deployed on a Websphere app server.I've tried playing around with the war plugin , without luck.The problem is mostly of the directory structure of the EAR.Hints?
 
jeff mutonho

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Creating WAR for Websphere

Posted by jeff mutonho <ej...@yahoo.com>.
Hi
I played around with a few things and eventually  got the directory layout of the war correct by defining a project.properties file with the following 

maven.war.src = ${basedir}/Web Content

maven.war.webxml= ${maven.src.dir}/WEB-INF/web.xml

jeff mutonho


 
 

Dion Gillard <di...@gmail.com> wrote:
Sure, I've done it.

What are the issues?

On Mon, 30 Aug 2004 02:36:53 -0700 (PDT), jeff mutonho
wrote:
> Has anyone on the list done this successfully?The directory structure that's being created is not compatible with what websphere expects.Can someone give some pointers.Thanx
> 
> jeff mutonho
> 
> jeff mutonho wrote:
> The last line was suppose to be
> "The problem is mostly of the directory structure of the WAR.Hints?"
> 
> jeff mutonho
> 
> jeff mutonho wrote:Guys , I'm battling to create a war that can be deployed on a Websphere app server.I've tried playing around with the war plugin , without luck.The problem is mostly of the directory structure of the EAR.Hints?
> 
> 
> 
> jeff mutonho
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


		
---------------------------------
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.

Re: Creating WAR for Websphere

Posted by Dion Gillard <di...@gmail.com>.
Sure, I've done it.

What are the issues?

On Mon, 30 Aug 2004 02:36:53 -0700 (PDT), jeff mutonho
<ej...@yahoo.com> wrote:
> Has anyone on the list done this successfully?The directory structure that's being created is not compatible with what websphere expects.Can someone give some pointers.Thanx
> 
> jeff mutonho
> 
> jeff mutonho <ej...@yahoo.com> wrote:
> The last line was suppose to be
> "The problem is mostly of the directory structure of the WAR.Hints?"
> 
> jeff mutonho
> 
> jeff mutonho wrote:Guys , I'm battling to create a war that can be deployed on a Websphere app server.I've tried playing around with the war plugin , without luck.The problem is mostly of the directory structure of the EAR.Hints?
> 
> 
> 
> jeff mutonho
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Creating WAR for Websphere

Posted by Matt Read <mr...@spotd.co.uk>.
I've successfully built a WAR using the normal mechanism and deployed it to
to WAS5.1. There were no variations to the directory structure.

Matt.

> -----Original Message-----
> From: jeff mutonho [mailto:ejbengine@yahoo.com] 
> Sent: 30 August 2004 10:37
> To: Maven Users List
> Subject: Re: Creating WAR for Websphere
> 
> Has anyone on the list done this successfully?The directory 
> structure that's being created is not compatible with what 
> websphere expects.Can someone give some pointers.Thanx
>  
> jeff mutonho
> 
> jeff mutonho <ej...@yahoo.com> wrote:
> The last line was suppose to be
> "The problem is mostly of the directory structure of the WAR.Hints?"
> 
> jeff mutonho
> 
> 
> jeff mutonho wrote:Guys , I'm battling to create a war that 
> can be deployed on a Websphere app server.I've tried playing 
> around with the war plugin , without luck.The problem is 
> mostly of the directory structure of the EAR.Hints?
> 
> jeff mutonho
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection 
> around http://mail.yahoo.com 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Creating WAR for Websphere

Posted by jeff mutonho <ej...@yahoo.com>.
Has anyone on the list done this successfully?The directory structure that's being created is not compatible with what websphere expects.Can someone give some pointers.Thanx
 
jeff mutonho

jeff mutonho <ej...@yahoo.com> wrote:
The last line was suppose to be 
"The problem is mostly of the directory structure of the WAR.Hints?"

jeff mutonho


jeff mutonho wrote:Guys , I'm battling to create a war that can be deployed on a Websphere app server.I've tried playing around with the war plugin , without luck.The problem is mostly of the directory structure of the EAR.Hints?

jeff mutonho

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Altering where compiled classes should be copied to.

Posted by Brett Porter <br...@gmail.com>.
change maven.build.dest: but why do you need it?

If you want them in target/WEBAPP-NAME/WEB-INF/classes, war:webapp
does that (which war:war calls)

If you want them put back into your source directory, war:inplace.

- Brett

On Sun, 29 Aug 2004 22:49:38 -0700 (PDT), jeff mutonho
<ej...@yahoo.com> wrote:
> 
> I'm using the war plugin to create a war for my web project.How do I tell the plugin to copy the compiled code to a different directory instead of  .../target/classes
> 
> 
> jeff mutonho
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Altering where compiled classes should be copied to.

Posted by jeff mutonho <ej...@yahoo.com>.
I'm using the war plugin to create a war for my web project.How do I tell the plugin to copy the compiled code to a different directory instead of  .../target/classes
 
 
jeff mutonho

		
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

Re: Creating WAR for Websphere-correction

Posted by jeff mutonho <ej...@yahoo.com>.
The last line was suppose to be 
"The problem is mostly of the directory structure of the WAR.Hints?"
 
jeff mutonho


jeff mutonho <ej...@yahoo.com> wrote:Guys , I'm battling to create a war that can be deployed on a Websphere app server.I've tried playing around with the war plugin , without luck.The problem is mostly of the directory structure of the EAR.Hints?

jeff mutonho

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

		
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.