-2

I need an Application server with Servlet 3.0 support..

Currently I am working on Tomcat but I need to know some other application servers which support Servlet 3.0..

Please help me if known

Roman C
  • 49,761
  • 33
  • 66
  • 176
sasikals26
  • 835
  • 2
  • 18
  • 41
  • possible duplicate of [Available Servlet 3.0 implementations?](http://stackoverflow.com/questions/1979473/available-servlet-3-0-implementations) – hjpotter92 Apr 02 '13 at 04:08
  • 1
    Possibly, but the information in the answers there is very out-of-date. – Jules Apr 06 '13 at 08:00

2 Answers2

0

Tomcat is not an application server, just merely a servlet container. You can try GlassFish.

Michael-O
  • 18,123
  • 6
  • 55
  • 121
0

Jboss Application Server 7 have support for Servlet 3.0. and Few more are there

Community
  • 1
  • 1
Suresh Atta
  • 120,458
  • 37
  • 198
  • 307