This content has been marked as final.
Show 2 replies
-
1. Re: Differences between JBoss Web 3 and Tomcat 7
jfclere Jul 1, 2010 2:27 AM (in response to deruelle_jean)1 of 1 people found this helpfulThe big difference is that the Servlet-3.0 implementation as well as the Comet one is JBoss specific.
Additionally JBoss Web 3 is a reduced web profile of AS6.
The Service, Engine, Host, Context, Manager have not changed a lot so probably your Tomcat 6 code could be ported easily.
-
2. Re: Differences between JBoss Web 3 and Tomcat 7
deruelle_jean Jul 1, 2010 3:35 AM (in response to jfclere)SIP Servlets spec is still based on Servlet 2.5 but I intend to start extending the current Spec to have it benefit from 3.0, so I'll check if that could become a maintenance headache to support both.
Thanks
Jean