I have downloaded the project and tested it. Replicated a bit of the
structure on my project and seems that now I am able to do it with the
empty value on path. Why I can do it with the "/" anyway?
Even with your project, I was not able to change the running port
defining it in the pom.xml. Only w
A bit weird.
Can you have a look at this project which works fine with empty path
https://github.com/olamy/tomcat-foo-artifact
2012/9/4 Sérgio Areias :
> On 4 September 2012 09:26, Olivier Lamy wrote:
>>
>> 2012/9/3 Sérgio Areias :
>> > Hi.
>> >
>> > On 31 August 2012 21:24, Olivier Lamy wrote:
On 4 September 2012 09:26, Olivier Lamy wrote:
>
> 2012/9/3 Sérgio Areias :
> > Hi.
> >
> > On 31 August 2012 21:24, Olivier Lamy wrote:
> >
> >> 2012/8/27 Sérgio :
> >> > Hi.
> >> >
> >> > I am trying to use the Tomcat Maven Plugin to create an executable jar
> >> file
> >> > with an embedded To
2012/9/3 Sérgio Areias :
> Hi.
>
> On 31 August 2012 21:24, Olivier Lamy wrote:
>
>> 2012/8/27 Sérgio :
>> > Hi.
>> >
>> > I am trying to use the Tomcat Maven Plugin to create an executable jar
>> file
>> > with an embedded Tomcat7, but I am having two issues when trying to do
>> so.
>> >
>> > The
Hi.
On 31 August 2012 21:24, Olivier Lamy wrote:
> 2012/8/27 Sérgio :
> > Hi.
> >
> > I am trying to use the Tomcat Maven Plugin to create an executable jar
> file
> > with an embedded Tomcat7, but I am having two issues when trying to do
> so.
> >
> > The first one, is that I am not getting how
2012/8/27 Sérgio :
> Hi.
>
> I am trying to use the Tomcat Maven Plugin to create an executable jar file
> with an embedded Tomcat7, but I am having two issues when trying to do so.
>
> The first one, is that I am not getting how I can stop my executable jar. I
> want to run it in from a script (li
Hi.
I am trying to use the Tomcat Maven Plugin to create an executable jar file
with an embedded Tomcat7, but I am having two issues when trying to do so.
The first one, is that I am not getting how I can stop my executable jar. I
want to run it in from a script (like the shutdown.sh/bat from tom