RE: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 23, 2013 8:40 AM To: Tomcat Users List Subject: Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings? On 23/08/2013

Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Mark Thomas
On 03/09/2013 21:35, Bob DeRemer wrote: Just getting around to trying this - maybe a stupid question, but how do I get access to the WsServerContainer instance? From the ServletContext. You want the attribute called javax.websocket.server.ServerContainer Mark

RE: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, September 03, 2013 4:46 PM To: Tomcat Users List Subject: Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings? On 03/09/2013

Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Mark Thomas
On 03/09/2013 22:14, Bob DeRemer wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, September 03, 2013 4:46 PM To: Tomcat Users List Subject: Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own

Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-08-23 Thread Mark Thomas
On 22/08/2013 19:32, Bob DeRemer wrote: I’m in the process of developing a configurable server application which must handle various protocols, but the respective endpoints must be configurable. Specifically, I would like to programmatically add both HTTP servlet(s) as well as WebSocket

RE: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-08-23 Thread Bob DeRemer
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 23, 2013 8:14 AM To: Tomcat Users List Subject: Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings? On 22/08/2013

Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-08-23 Thread Mark Thomas
On 23/08/2013 13:28, Bob DeRemer wrote: -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 23, 2013 8:14 AM To: Tomcat Users List Subject: Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own

RE: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-08-23 Thread Spencer Lamont R CONTR USSTRATCOM/J646
http://www.gizmag.com/helmmate-bicycle-helmet-seat-cover/28798/ LaMont Spencer - ITCC - Contractor McCallie Assoc. J646 Mid - Tier Support Comm:232-1733 | DSN:272-1733 -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, August 23, 2013 7:40 AM To: Tomcat Users

is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-08-22 Thread Bob DeRemer
I'm in the process of developing a configurable server application which must handle various protocols, but the respective endpoints must be configurable. Specifically, I would like to programmatically add both HTTP servlet(s) as well as WebSocket Servlets/Endpoints during the