-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to select http connector #207
Comments
@tbf2000 that seems like something we could do. How similar is the interface for each connector? If you're interested in to prototyping it this is a good place to start. |
The interface of the APR connector is no challenge. You can just set instatiate it using the apr-specific classname:
But before you do that, you have to add the AprLifecycleListener to the Tomcat instance:
For "nio2", I do not know, but I do not expect any surprises. |
Hello! Since this is an old issue and many things have changed since it was opened I will close it for now. Feel absolutely free to re-open it if it is still relevant so we can work on it! :) |
Hi,
Currently, the webapp-runner has the http "nio" connector hard-coded. Tomcat also offers a "nio2" and an "apr" connector. Would it be possible to make that configurable? For the "apr" connector, the "AprLifecycleListener" must be set up with correct attributes (for example, switch off ssl, switch off openssl and enable apr), and the native libraries "tcnative" and "apr" must be available in the java.library.path.
The text was updated successfully, but these errors were encountered: