Hi,
I created a very simple web app to play with Apache TomEE. This web app contains a simple servlet, annotated with the servlet 3.0 @WebServlet annotation. IntelliJ can deploy the packaged artifact of this web app to Apache TomEE, but for some unknown reason, it cannot deploy the exploded version. It hangs trying to deploy the app.
I'm running IntelliJ 12.0.4 and Apache TomEE 1.5.1 Plus edition.
Anyone else experienced such a problem?
Thanks
Etienne