Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-02 Thread Pedro Viegas
relates >> to the official business of Sender. This transmission is of a confidential >> nature and Sender does not endorse distribution to any party other than >> intended recipient. Sender does not necessarily endorse content contained >> within this transmission. > Date:

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-02 Thread Pedro Viegas
not endorse distribution to any party other than > intended recipient. Sender does not necessarily endorse content contained > within this transmission. > Date: Mon, 1 Sep 2008 18:30:35 +0100> From: > [EMAIL PROTECTED]> To: users@maven.apache.org> Subject: Re: How to > c

RE: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Martin Gainty
this transmission. > Date: Mon, 1 Sep 2008 18:30:35 +0100> From: [EMAIL PROTECTED]> To: users@maven.apache.org> Subject: Re: How to configure a JBoss to link to the webapp folder of a WAR project> > Many apologies!> My previous post had so many tipos I had to repost it here...

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Many apologies! My previous post had so many tipos I had to repost it here... Will be more careful in the future... and type slower too! :-D Hi again, Following a tip from John Newman I used this Eclipse plugin... http://andrei.gmxhome.de/filesync/ This allows us to configure an automated file c

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Hi Siarhei, Thanks for the tip. I haven't explored the WTP project before, only read about it very briefly. I will try this approach, even though it will surely force me to change a bit of my deployment and modules to comply to some rules I have read on the site. One question though, why did it p

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Pedro Viegas
Hi again, Following a tip from John Newman I used this Eclipse plugin... http://andrei.gmxhome.de/filesync/ This allows us to configure an automaed file copy operation for specific project folders to whateve folder we want to. So I configured the plugin to copy the webapp folder to the exploded w

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Siarhei Dudzin
Hi, It pretty much 'just works'. I have a multi module eclipse (Eclipse Europa version) projects with WTP 2 enabled in the maven-eclipse-plugin configuration. No m2eclipse plugin (tried it - but put it aside) - just maven-eclipse-plugin. Just download sources of maven-eclipse-plugin - it has seve

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Pedro Viegas
By the way... one more thing... There is also the option of using the: mvn war:inplace This should solve all my problems... except that I cannot change the webapp folder to webapp.war! And since the webapp folder does not terminate with a ".war" extension JBoss does not deploy it. Tries to but is

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Pedro Viegas
Hi David, Sorry for to confusing post. I'll try to explain better. I have hot deployment in place. It is working, just not in the best way. What I have suceeded so far: I have setup JBoss deploy URLs to search my ${maven.project}/target/{projectWAR} I deploy using mvn war:exploded so I don't hav

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-11 Thread Pedro Viegas
Hi Siarhei, I too use JBoss tools and Eclipse Plugin. How did you set this up? Thanks, On Thu, Jul 10, 2008 at 8:08 PM, Siarhei Dudzin <[EMAIL PROTECTED]> wrote: > What's wrong with JBoss Tools? We use maven-eclipse-plugin + JBoss Tools, > works well so far... > > Siarhei > > On Thu, Jul 10, 20

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread David Brown
Hello Pedro, I'm not sure by your statements if you are using a HOT deploy or not. In the case you are using a hot deploy try using an exploded war under server/default/deploy and see if you see any difference. The JSPs are compiled by the container once they are invoked at the browser. As an ex

Re: How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread Siarhei Dudzin
What's wrong with JBoss Tools? We use maven-eclipse-plugin + JBoss Tools, works well so far... Siarhei On Thu, Jul 10, 2008 at 7:37 PM, Pedro Viegas <[EMAIL PROTECTED]> wrote: > Hi all, > > I've been trying to build an environment for developing web applications > that generate WAR files with a

How to configure a JBoss to link to the webapp folder of a WAR project

2008-07-10 Thread Pedro Viegas
Hi all, I've been trying to build an environment for developing web applications that generate WAR files with a productive debug/development process. I'm using JBoss as the application server. Tomcat is a no go and Jetty has issues with some bytecode APIs I use. All is working fine in the traditi