That was it, Mark. It's all good now!
You da man! :-)
Jonathan
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Friday, July 22, 2011 11:59 AM
To: Tomcat Users List
Subject: Re: Web app running on http, not on https
On 22/07/2011 15:54, Leffingwell, Jonat
On 22/07/2011 15:54, Leffingwell, Jonathan R CTR FRCSE, JAX 7.2.2 wrote:
> If I type "https://localhost/myWebApp";, I get an unexpected 404
> error: "Not Found. The requested URL /myWebApp was not found on this
> server." NOT COOL!
At a guess, you have forgotten that mod_jk config is *per virtual
> If I type "http://localhost";, I get the expected "It works!" Apache page.
> Cool.
>
Apache works on port 80
>
> If I type "https://localhost";, I get the expected "It works!" Apache page.
> Cool.
>
Apache works on port 443
>
> If I type "http://localhost/myWebApp";, I get the expected resu
Before I copy and paste any configs (such as httpd.conf and httpd-ssl.conf),
let me throw this out there and see if you guys can at least point me in the
right direction.
Environment
===
Apache 2.2.19, installed with mod_jk (latest connector) and mod_ssl (enabled
with Apache's compile).