Re: regarding maven tomcat7 plugin

2013-10-23 Thread Olivier Lamy
no. On 24 October 2013 16:28, Irfan Sayed wrote: > is there any tomcat7:start goal, i have seen tomcat7:shutdown goal but not > the start goal > > please suggest > > regards > > > > On Thu, Oct 24, 2013 at 9:43 AM, Irfan Sayed wrote: > >> thanks awesome ! >> really appreciate >> >> regards >> >

Re: regarding maven tomcat7 plugin

2013-10-23 Thread Irfan Sayed
is there any tomcat7:start goal, i have seen tomcat7:shutdown goal but not the start goal please suggest regards On Thu, Oct 24, 2013 at 9:43 AM, Irfan Sayed wrote: > thanks awesome ! > really appreciate > > regards > > > > On Thu, Oct 24, 2013 at 7:53 AM, Olivier Lamy wrote: > >> Have a lo

Re: regarding maven tomcat7 plugin

2013-10-23 Thread Irfan Sayed
thanks awesome ! really appreciate regards On Thu, Oct 24, 2013 at 7:53 AM, Olivier Lamy wrote: > Have a look at the goal names list here: > > http://tomcat.apache.org/maven-plugin-2.1/tomcat7-maven-plugin/plugin-info.html > > HTH, > -- > Olivier > > On 24 October 2013 02:37, Irfan Sayed wro

Re: regarding maven tomcat7 plugin

2013-10-23 Thread Olivier Lamy
Have a look at the goal names list here: http://tomcat.apache.org/maven-plugin-2.1/tomcat7-maven-plugin/plugin-info.html HTH, -- Olivier On 24 October 2013 02:37, Irfan Sayed wrote: > it worked. i haven't restarted the tomcat. > ok. now is there any plugin/goal which will redeploy the existing w

Re: regarding maven tomcat7 plugin

2013-10-23 Thread Irfan Sayed
it worked. i haven't restarted the tomcat. ok. now is there any plugin/goal which will redeploy the existing war file and redeploy ? i am using tomcat7 plugin and there is no any redeploy goal please suggest regards On Wed, Oct 23, 2013 at 5:42 PM, Konstantin Kolinko wrote: > 2013/10/23 Irfa

Re: regarding maven tomcat7 plugin

2013-10-23 Thread Konstantin Kolinko
2013/10/23 Irfan Sayed : > hi, > > i am facing issues while deploying war file using tomcat7 plugin. tomcat as > application is running fine . i can manually deploy files but not through > maven plugin > > following are my files : > > *.m2 (settings.xml)* > > > TomcatServer > admin > passw

regarding maven tomcat7 plugin

2013-10-23 Thread Irfan Sayed
hi, i am facing issues while deploying war file using tomcat7 plugin. tomcat as application is running fine . i can manually deploy files but not through maven plugin following are my files : *.m2 (settings.xml)* TomcatServer admin password *pom.xml contents:* org.apache.t