I'm upgrading a server, I have Apache 2 and Tomcat 4.1.31 set up and serving SSL and non-SSL using the URL's:
works great. What I need to do is get rid of the port number from the URL, so I can reach the same servlet with
I beleive this is connector related? I can't figure out what I need to do to configure this correctly. I need to run all servlets over SSL, none over a non-SSL connection.
I have mod_jk2.so compiled and in the modules directory with all the other mods.. This is running on linux, Fedora Core 3.
works great. What I need to do is get rid of the port number from the URL, so I can reach the same servlet with
I beleive this is connector related? I can't figure out what I need to do to configure this correctly. I need to run all servlets over SSL, none over a non-SSL connection.
I have mod_jk2.so compiled and in the modules directory with all the other mods.. This is running on linux, Fedora Core 3.