• 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

apache2.2.14 + JBoss 2.4.8 + Open SSL0.9.8k

 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Saloon Keeper
Posts: 28392
210
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Generally the best places to check are the Apache access and error log files. If the connector doesn't pick up the URL and route to Tomcat, Apache will attempt to resolve the URL, and when it fails it will log that fact.

Incidentally, at least in some systems, the SSL and non-SSL access and error logs are separate. Look at all 4 for best results.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic