You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Pedro Santos (JIRA)" <ji...@apache.org> on 2011/04/05 05:36:05 UTC

[jira] [Commented] (WICKET-3595) Add a start point for embedded tomcat in Wicket archetype

    [ https://issues.apache.org/jira/browse/WICKET-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13015739#comment-13015739 ] 

Pedro Santos commented on WICKET-3595:
--------------------------------------

I uploaded the StartTomcat that is an initial effort to this improvement, it doesn't consider any file under the 'webapp' dir as the current Jetty start point.

> Add a start point for embedded tomcat in Wicket archetype
> ---------------------------------------------------------
>
>                 Key: WICKET-3595
>                 URL: https://issues.apache.org/jira/browse/WICKET-3595
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Pedro Santos
>            Priority: Trivial
>         Attachments: StartTomcat.java
>
>
> Whoud be very cool if we provide the archetype application with a Tomcat start option.
> Dependencies for attached StartTomcat.java :
> 		<dependency>
> 			<groupId>org.apache.tomcat.embed</groupId>
> 			<artifactId>tomcat-embed-core</artifactId>
> 			<version>7.0.11</version>
> 			<scope>test</scope>
> 		</dependency>
> 		<dependency>
> 			<groupId>org.apache.tomcat.embed</groupId>
> 			<artifactId>tomcat-embed-logging-juli</artifactId>
> 			<version>7.0.11</version>
> 			<scope>test</scope>
> 		</dependency>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira