I have an Eclipse Dynamic Web Project that I have used with JBoss 7.1 but I now want to try the Wildfly release. I can define a new server as Wildfly but my Project's javax.servlet imports are unresolved because I do not have a server in the Build Path. (I originally had JBoss 7.1 but removed that in preparation for using Wildfly.) However, when I access my Project's Properties > Java Build Path > Libraries > Add Library > Server Runtime I have an empty list. I cannot see how to get Wildfly into this list so that I can add it to the Build Path to resolve the javax.servlet imports.
Can someone tell me how to do this?
Thank you. Al