> 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 result of my web > app coming up. Cool. > Apache forwarding to tomcat on port 80 > > 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! > Apache not forwarding to tomcat on port 443 We'd need to see the relevant config where you forward to tomcat to help any further Chris