Tagged Questions
0
votes
0answers
18 views
Force SSL Redirection in Tomcat configuration [migrated]
I already configured my Tomcat conf\server.xml. But It seems that may it doesn't redirect users to my specified redirect port.
See config below:
<Connector port="8080" protocol="HTTP/1.1"
...
1
vote
2answers
412 views
Redirect to subdomain port 8080
I have my domain registered and running. I have installed lifray which is running on tomcat 7, my site url is iloveliferay.com:8080 and I want this to be at themes.iloveliferay.com, which file I need ...
3
votes
2answers
94 views
Site-wide redirect with Tomcat4
Disclaimer: My webmastering experience is almost nil. Apologies if anything seems ignorant - if it sounds that way, it probably is.
My employer is in the middle of switching over from one version of ...
6
votes
1answer
7k views
How can I redirect port 80 to a different port with Apache?
I have tomcat running on port 8080 and want a particular URL, lets say http://example.com/app, to actually point to example.com:8080/app
I have other content on the website that should remain ...
