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 checked that in jk.log, there is a error message as below:
mod_jk.c (3404): missing uri map for localhost:/jsp/index.jsp
Could anyone know how to resolve this problem? (I don't know why I use
http://localhost can work but not
https://localhost:443)
Thanks,
Jack