tomcat7-maven-plugin enable auto deployment under webapps

2013-09-18 Thread Greg Amerson
section for the maven plugin. But I'm not sure how to get the WebappClassLoaders that are created by the HostConfig.deployDirectory() to do the same. Any clues? Appreciate the help anyone can give. -- Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

Re: Deploying war from dependency with tomcat7-maven-plugin

2013-09-10 Thread Greg Amerson
) > for 2) I understand you simply want to run a war (and maybe run unit > tests) so unpacking with the dependency looks to be the solution. > > HTH > > Olivier > > On 9 September 2013 13:18, Greg Amerson > wrote: > > Hello all, > > > > I'm trying

Deploying war from dependency with tomcat7-maven-plugin

2013-09-08 Thread Greg Amerson
my project there will be no webapp source. I simply want to run a tomcat with some extra jars in /lib/ext/ directory and also deploy a war that is obtained via a with war type instead of packaged from source. Thanks in advance for any help! -- Greg Amerson Liferay Developer Tools Li