A few options:
- If you are not using IIS you could disable it and configure Tomcat for port 80 instead of 8080. - If you need IIS you could setup isapi_redirect with Tomcat to use IIS. - You can also setup a redirect to have http://yourserver:8080 to go to http://youruniqueurl
Brian
From: ARSList <arslist-bounces@arslist.org> on behalf of Brian Gillock <arslist2009@gmail.com>
Sent: Monday, March 5, 2018 8:52:39 AM To: ARSList Subject: Re: IIS Issue Uncomment the 8080 connector in Tomcat's server.xml config.
On Mon, Mar 5, 2018 at 3:38 AM, Roy, Prakash
<Prakash_Roy@bmc.com> wrote:
Brian Gillock
|