[jboss-as7-dev] Do we have Sip enablement in AS7?

Remy Maucherat rmaucher at redhat.com
Tue Dec 20 11:09:15 EST 2011


On Tue, 2011-12-20 at 10:09 -0500, Robb Greathouse wrote:
> Hi,
> 
> Got the following question from a big telecom ISV.  How does AS7 support SIP?
> 
> We create a new extension module to deploy sip servelet in sip container. We need to have a way to skip the creation of StandardContext and JBossContextConfig objects in WarDeploymentProcessor:eploy() since we will create our own ConvergedContext and ConvergedContextConfig objects in our own SipContainerDeploymentProcessor:eploy().
> <Fevzi> I don't think that overriding processDeployment is the correct path in terms of bug fixes in the future. What is the recommended way to create your own StandardContext and JBossContextConfig?

You need to replace the web subsystem with your own web subsystem
(derived from the AS 7 web subsystem, obviously). It is a relatively
small piece of code, so it shouldn't be overly difficult.

-- 
Remy Maucherat <rmaucher at redhat.com>
Red Hat Inc



More information about the jboss-as7-dev mailing list