• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
reply
    Bookmark Topic Watch Topic
  • New Topic