I'm trying to configure multiple connectors (1 x http on 8080, 1 x https on 8443) in tomcat's server.xml (allows me to have securtiy-constraints in web.xml that force redirects from http to https using the redirectPort value on the Connector).
Are multiple connectors possible with cargo? As I'm having trouble setting them up.
When I add properties like 'cargo.protocol', 'cargo.tomcat.connector.keystoreFile' etc, they affect the first and only connector in the configuration, so it seems I can have only 1.
I was hoping for something like the datasource1,2 etc to allow multiple definitions, but can't find it.
I read on another thread about removing ajp port that you're manipulating existing elements in server.xml, and as there's only one default connector configured (the other is a comment), I'm guessing not, but wanted to ask.
Cheers,
Mark