David Miller wrote:
> 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?

Or you could just change the ports in server.xml to 80 and 443 Don't
forget to change the redirect port as well.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to