File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes apache2.2.14 + JBoss 2.4.8 + Open SSL0.9.8k Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "apache2.2.14 + JBoss 2.4.8 + Open SSL0.9.8k" Watch "apache2.2.14 + JBoss 2.4.8 + Open SSL0.9.8k" New topic
Author

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

Jack Lau
Ranch Hand

Joined: Aug 30, 2002
Posts: 166
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
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

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.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: apache2.2.14 + JBoss 2.4.8 + Open SSL0.9.8k
 
Similar Threads
Context Path Problem
https to apache, but http to WAS
Websphere auto redirect http to https
admin-console hidden behind apache http proxy
mod_jk.c (3404): missing uri map