Hi

hope that's the right list to speak about tomcat mvn plugin.

I'm currently developping a small lib using servlet 3.0 features to
create an embeddable gui. The idea is to add a jar in your webapp and
get additional "final" GUI features (i see it as a sub webapp).

The issue i get with tomcat(7) mvn plugin is the jars are not well
handled. Here is my case:
1) i have the plugin in a pom with packaging jar
2) my resources are in META-INF/resources/

The issues are:
1) ServletContainerInitializer of this module is ignored (it globally
adds a servlet)
2) jsp in META-INF/resources are not available (the module is ignored
in fact as a lib)

Note: in a normal tomcat all works as expected.

I wonder if the plugin could be enhanced to support such a case.

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to