Things seemed to be going fine until step 5.3 of this tutorial: http://wiki.jetbrains.net/intellij/Developing_and_running_a_Java_EE_Hello_World_application
The new servlet dialog does not create a servlet. Nor does it put up an alert or log. It just does nothing. What I expected was to see HelloWorldServlet.java under web/src/myservlets after clicking OK in the create servlet dialog.
Is there any known incompatibility between the steps in the tutorial and the current versions of all tools and libraries? My versions (all current as of this posting) are IntelliJ IDEA 13.0.1, JDK 7u51, and JBoss EAP 6.2.0. Equally possible instead of some version skew is that I have added the libs in an incorrect fashion, because the way some of these libs are added via the tool dialogs has changed between IDEA 12 and IDEA 13.
I guess my entire question could be viewed as a request to update what is a very nice tutorial but which is now getting a little out of date.
[Edited for a typo and for clarity.]