On Mon, Jun 30, 2008 at 7:04 AM, Meir Yanovich <[EMAIL PROTECTED]> wrote:
> hi thanks for the fast reply , i did what you said , and moved the
> JkMount configuration
> to be under the in http-ssl.conf.
> and it does work .
> i will never could guess that . part of the mod_jk config is in the
> ht
Have you configured the Tomcat AJP connector in the same port (48333)?
Tomcat has it configured in port 8009 by default.
-Original Message-
From: Meir Yanovich [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2008 4:40 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] how to confi
hi thanks for the fast reply , i did what you said , and moved the
JkMount configuration
to be under the in http-ssl.conf.
and it does work .
i will never could guess that . part of the mod_jk config is in the
http.conf and other part in the http-ssl.conf.
ok i have another question now i all of
It sounds like you have an HTTP virtual server configured on port 8000
and HTTPS virtual server configured on port 443. Most probably your
mod_jk commands are defined in the scope of HTPP server and aren't
active on the scope of HTTPS server. Try to move/duplicate them in the
http-ssl.conf inside
it looks like this : ( i changed it from the default 8009 )
On Mon, Jun 30, 2008 at 3:00 PM, Serge Dubrouski <[EMAIL PROTECTED]> wrote:
> How does your Tomcat's server.xml file looks like? Does it have an AJP
> listener on port 48333 like you configured in workers file?
>
> On Mon, Ju
How does your Tomcat's server.xml file looks like? Does it have an AJP
listener on port 48333 like you configured in workers file?
On Mon, Jun 30, 2008 at 2:40 AM, Meir Yanovich <[EMAIL PROTECTED]> wrote:
> Hello all
> im having problem on configuring apache 2.2 forward ssl requests to tomcat
> im