Hi,
I am having apache webserver 2.2.3 with mod_ssl for SSL
Tomcat 5.5.17 and mod_jk for connection to Apache.
https for normal page from Tomcat served properly
When I requet for
Struts .do files error comes error_log file in appache stating "d:/web/htdocs/Myapp" not available. "d:/web/htdocs" is my apache rootdirectory.
Myapp is underwebapps of tomcat
What are the configuration required to make appache serve in https mode struts page.
can you please give me all conf files like httpd.conf,ssl.conf,mod_jk.conf
Is there a better alternative to mod_jk.
Or in short
What is the best method of integrating stuts with apache and SSL
Thanks
S Raman