There's a Tomcat Maven Plugin that you can use to do "tomcat:run" if
you'd prefer. However, it's an alpha release and not as actively
developed as the Jetty plugin. Also, Jetty typically starts up faster
and it monitors files for changes, whereas the Tomcat plugin does not.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<configuration>
<path>/</path>
</configuration>
</plugin>
Matt
On 4/25/07, Janos Mucsi <[EMAIL PROTECTED]> wrote:
Thanks a lot for the answer.
I have an other question. I see that Tomcat is used to execute the Canoo
tests, but Jetty to run the application.
Why is the difference?
Thanks.
Christian Giese wrote:
> Hi Janos.
>
> I'm assuming you are using appfuse 1.9(.4) because that's what I use.
>
> In web\WEB-INF\decorators.xml you just add your page as a pattern to
> the exclude list like this:
> -----8<-----
> <excludes>
> <pattern>/resources/*</pattern>
> <pattern>/helloworld.jsp</pattern>
> </excludes>
> ----->8-----
> and it will not be decorated.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
http://raibledesigns.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]