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(a)redhat.com>
Red Hat Inc