BBjJettyContextConfiguration::addJavaServlet
                                                
Description
                                            In BBj 15.0 and higher, this method is used to configure a new Java Servlet within the current Context.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             addJavaServlet(string name, string mapping)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             mapping  | 
                                                        
                                                             the URL mapping  | 
                                                    
| 
                                                             name  | 
                                                        
                                                             the name of the servlet  | 
                                                    
Return Value
a new BBjJavaServletConfiguration object
Remarks
None.
Example
                                                     |