BBjJettyContextConfiguration::getJavaServlets
Description
In BBj 15.0 and higher, this method returns a BBjVector containing BBjJavaServletConfiguration objects for all the Java Servlets in the context
This provides the ability to deploy 3rd party servlets within the integrated Jetty Server.
Syntax
Return Value |
Method |
---|---|
getJavaServlets() |
Parameters
None.
Return Value
a BBjVector of BBjJavaServletConfiguration objects
Remarks
Although you can configure a Java Servlet to be loaded, there may be circumstances where the servlet attempts some operations that are not permitted in BBj.
Example
|