I am using JAVA SE 1.7 and JAVA EE 7 in project,
what are all the available servers(commercial/free) which will support JAVA EE 7 web profile 2.1?(Required Components). I need to use Servlet 3.1 and CDI 1.1 ..etc.
javaee-spec_WebProfile
I try to use JBoss EAP 6.1 / Jboss 7, but I came to know it'll support JAVA EE 6 web profile. (web-profile1, web-profile2)
I found JAVA EE 7 compatible servers are GlassFish Server Open Source Edition 4.0, TMAX JEUS 8.
Any other servers available?
Yes, there is also WildFly 8, renamed JBossAS. which is nearing CR1 this weak. Most of EE7 stuff works, TCK for EE7 is almost passing and when it is, it will enter certification process which will then result into showing up on the web page you linked.
I would say that you should give WildFly a try if noting else.