RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
to:ch...@christopherschultz.net] Sent: Monday, November 16, 2015 3:15 PM To: Tomcat Users List Subject: Re: Access application without giving port number and context root Dave, On 11/16/15 10:26 AM, Tauzell, Dave wrote: > Yes, you can use IIS as a reverse proxy. I haven't done it, but

Re: Access application without giving port number and context root

2015-11-16 Thread Christopher Schultz
Dave, On 11/16/15 10:26 AM, Tauzell, Dave wrote: > Yes, you can use IIS as a reverse proxy. I haven't done it, but > looked into this in the past and found a few solutions. You can > google "IIS Reverse Proxy". Some things to consider with a reverse > proxy: > > 1. Your application cannot be

RE: Access application without giving port number and context root

2015-11-16 Thread Kikkeri, Amith
onday, November 16, 2015 9:22 AM To: Tomcat Users List Subject: RE: Access application without giving port number and context root Thanks. Ngnix is not an approved software in my company. Hence trying to see if there is a work around. Can IIS be used as a reverse proxy? I see IIS as an approve

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
mcat Users List Subject: RE: Access application without giving port number and context root Thanks. Ngnix is not an approved software in my company. Hence trying to see if there is a work around. Can IIS be used as a reverse proxy? I see IIS as an approved one. Regards, Amith Kikkeri -O

RE: Access application without giving port number and context root

2015-11-16 Thread Kikkeri, Amith
, November 16, 2015 10:17 AM To: Tomcat Users List Subject: RE: Access application without giving port number and context root If you want to have multiple applications running on the same tomcat but each has a URL that hides this you need to use a reverse proxy server. End User > Reve

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
Users List Subject: RE: Access application without giving port number and context root Hi, I don’t want to install my application as ROOT.war application. This will make it difficult if I want to deploy multiple applications in same tomcat instance. Please suggest. Regards, Amith Kikkeri -Orig

RE: Access application without giving port number and context root

2015-11-16 Thread Kikkeri, Amith
: Thursday, November 12, 2015 4:17 PM To: Tomcat Users List Subject: Re: Access application without giving port number and context root 2015-11-13 0:04 GMT+03:00 Kikkeri, Amith : > Hi.. > I am trying to deploy a web application tomcat 7.0.61 . I have a DNS created > and I want access the ap

Re: Access application without giving port number and context root

2015-11-12 Thread Konstantin Kolinko
2015-11-13 0:04 GMT+03:00 Kikkeri, Amith : > Hi.. > I am trying to deploy a web application tomcat 7.0.61 . I have a DNS created > and I want access the application without using port number and context root. > Please suggest the best approach to achieve this. > > I can change the Port in server.

Access application without giving port number and context root

2015-11-12 Thread Kikkeri, Amith
Hi.. I am trying to deploy a web application tomcat 7.0.61 . I have a DNS created and I want access the application without using port number and context root. Please suggest the best approach to achieve this. I can change the Port in server.xml to default port 80, but I would still need to giv