You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/06/28 11:57:21 UTC

[jira] [Resolved] (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:all-tabpanel ]

Martin Grigorov resolved WICKET-3595.
-------------------------------------

    Resolution: Won't Fix

Tomcat devs don't like Maven and they do not support the embedded Tomcat very well too.
I think we don't need this for now.
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira