Hello,
I configured apache2.2.14 + JBoss2.4.8 + OpenSSL0.9.8k, if using
http://localhost/
to access the apache server, it will forward to index.jsp which in
JBoss.
However, when I type
https://localhost:443 (HTTPS), it shows "The page cannot be found".
I disabled the mod_jk.so and just using index.html with some html tags in apache server,
then I type
https://localhost:443 (HTTPS), it works!
I don't know what is going wrong...
Could anyone tell me how can I narrow down the problem ?
Thanks,
Jack