Re: Configure Tomcat for specific Urls on specific Port

2020-04-06 Thread Martin Grigorov
Hi, On Mon, Apr 6, 2020 at 9:32 AM Vijay Roy wrote: > Hi Team , > > We are using tomcat in one of our projects and we have tomcat ports 8080 > and 8081 opened by the following configurations. > >server="" >connectionTimeout="2" >redirectPort="8443

Configure Tomcat for specific Urls on specific Port

2020-04-05 Thread Vijay Roy
Hi Team , We are using tomcat in one of our projects and we have tomcat ports 8080 and 8081 opened by the following configurations. Now we want to allow only specific url on each port. For eg urls contaning text /request1 should be allowed to access only on port 8080 and if /request1 is sen