When I run my app using Tomcat only (without apache httpd) I specify the
ports for secure and non-secure pages; http://localhost:8080/my-app or
https://localhost:8443/my-app for example.

I've installed mod_jk hoping that Apache httpd would handle
the connection allowing me to omit the port numbers. Is that what should be
happening?
I've got it to where I can leave out port numbers and the app works, but
when I navigate to an encrypted page the port appears in the url.

Any suggestions?

I'm using Tomcat 5.5.9, mod_jk 1.2.18 (auto-config) & Apache httpd 2.0.59.
Both servers are running on the same machine.

Thanks,
David

Reply via email to