BBjJettyContextConfiguration::removeBBjServlet (Deprecated)
                                            BBjServlets are deprecated for BBj 21.00 and higher, and have been replaced by BBxServlets.
Description
In BBj 15.00 and higher, this method removes a BBjServlet from a Jetty Context
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             removeBBjServlet(string name)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             name  | 
                                                        
                                                             of the servlet to remove  | 
                                                    
Return Value
None.
Remarks
None.
Example
                                                     |