• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Apache Tomcat mod_ssl and mod_jkb

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
S Raman
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

The error log in apache showed the following

[error] [client 127.0.0.1] File does not exist: D:/www/soft/Tomcat/webapps/myapp/homeGetCasesTitle.do, referer: https://localhost/myapp/homep22.htm

How do i make sure this will work
please reply i need solution urgent
Thanks
Sridhar
 
S Raman
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using mod_jk the title says mod_jkb that was mistake.

[error] [client 127.0.0.1] File does not exist: D:/www/soft/Tomcat/webapps/Myapp/homeGetCasesTitle.do, referer: https://localhost/Myapp/homep22.htm

the path shown in previous posting stated myapp it is actually Myapp
and Myapp is on webapps/Myapp

Sridhar
 
We don't have time to be charming! Quick, read this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic