Skip to content

Commit eadf2cb

Browse files
author
Jean Deruelle
committed
Adding WSS connector to tomcat server.xml
1 parent ca0a452 commit eadf2cb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

build/release/server-tomcat-7.xml

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
protocol="org.mobicents.servlet.sip.startup.SipProtocolHandler"
123123
signalingTransport="ws"/>
124124

125+
<!-- Define the default Secure SIP Over WebSockets Connector -->
126+
<Connector port="5083"
127+
ipAddress = "127.0.0.1"
128+
protocol="org.mobicents.servlet.sip.startup.SipProtocolHandler"
129+
signalingTransport="wss"/>
130+
125131
<!-- An Engine represents the entry point (within Catalina) that processes
126132
every request. The Engine implementation for Tomcat stand alone
127133
analyzes the HTTP headers included with the request, and passes them

build/release/server-tomcat-8.xml

+6
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
protocol="org.mobicents.servlet.sip.startup.SipProtocolHandler"
122122
signalingTransport="ws"/>
123123

124+
<!-- Define the default Secure SIP Over WebSockets Connector -->
125+
<Connector port="5083"
126+
ipAddress = "127.0.0.1"
127+
protocol="org.mobicents.servlet.sip.startup.SipProtocolHandler"
128+
signalingTransport="wss"/>
129+
124130
<!-- An Engine represents the entry point (within Catalina) that processes
125131
every request. The Engine implementation for Tomcat stand alone
126132
analyzes the HTTP headers included with the request, and passes them

0 commit comments

Comments
 (0)