Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove port 8443 from URL? 1

Status
Not open for further replies.

dforbu

Programmer
Dec 7, 2004
4
US
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.
 
Well is you use Apache2 to handle all requests for http and https (ports 80 & 43) and then use the JK2 connectors to pass requests for JSP/Servlets to Tomcat, then you don't need to run Tomcat on port 8080 or 8443 at all - you just let Apache handle the specific protocols with the client, and Apache just talks to Tomcat via JK2.

--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top