Re: two ports with apj13

2003-08-22 Thread John Turner
t" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 10:26 AM Subject: Re: two ports with apj13 Hi - AJP13 doesn't "do" SSL. You set up multiple ports for a Tomcat Connector in server.xml. Copy the one that is already there (CoyoteConnector on port 8009) and chang

Re: two ports with apj13

2003-08-22 Thread Shannon Scott
ount /ssl/servlet/* ajp13 JkMount /ssl/*.jsp ajp13 SSL stuff... - Original Message - From: "John Turner" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 10:26 AM Subject: Re: two ports with apj13 > >

Re: two ports with apj13

2003-08-22 Thread John Turner
Hi - AJP13 doesn't "do" SSL. You set up multiple ports for a Tomcat Connector in server.xml. Copy the one that is already there (CoyoteConnector on port 8009) and change the port number to whatever you want. Workers.properties: # BEGIN workers.properties worker.list=ajp13 worker.ajp13.port=8

two ports with apj13

2003-08-22 Thread Shannon Scott
Hello, How do I set up my workers.properties so the apj13 protocol can listen on more than one port? I want to set it up for 8443 for ssl. Where is the doc describing hwo to set up the workers.properties? Apache 1.3.27 mod_jk Tomcat 4.1.24 Thank You. Shannon