Re: Managing Tomcat Webapps Traffic Access

2021-05-18 Thread Mar Sil
uch for all the attention given to this post. Kind Regards Mar Sil On Wed, 12 May 2021 at 11:20, Mark Thomas wrote: > On 12/05/2021 10:06, Mar Sil wrote: > > Hi Mark, > > > > We use both methods, file system (as part of deployment via Jenkins) and > > Manager app

Re: Managing Tomcat Webapps Traffic Access

2021-05-12 Thread Mar Sil
:59, Mark Thomas wrote: > On 11/05/2021 17:09, Mar Sil wrote: > > Hi Mark, > > We replace the war file while tomcat is running. > > We can't stop tomcat service while we deploy as there are multiple > > applications running in the same server. > > Just to be

Re: Managing Tomcat Webapps Traffic Access

2021-05-11 Thread Mar Sil
e Tomcat > is running or while it is shutdown? > > Mark > > > On 11/05/2021 16:40, Mar Sil wrote: > > Hello Mark, > > > > Thanks for your email. > > I have tried the option mentioned and the restriction to the application > > worked. > > How

Re: Managing Tomcat Webapps Traffic Access

2021-05-11 Thread Mar Sil
e is a new deployment. According to the tomcat doc, $CATALINA_BASE///foo.xml should not be affected by future deployments. Am I missing something? Thanks On Mon, 10 May 2021 at 18:07, Mark Thomas wrote: > On 10/05/2021 17:32, Christopher Schultz wrote: > > CidinhaDev, > > > >

Managing Tomcat Webapps Traffic Access

2021-05-10 Thread Mar Sil
Hello, I am using Apache Tomcat 9.0.45, running on CentOS 7 server. On this server I have a couple of applications (apis mostly) that need to have the access restricted to 2 specific servers. SERVER A<--> api call <-->TOMCAT SERVER - OK 200 SERVER B <--> api call <