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

Re: Tomcat embedded

2020-04-05 Thread Tommy Pham
On Sun, Apr 5, 2020 at 3:47 PM Tommy Pham wrote: > Hi Mark, > > I've finally started my embedded Tomcat project. I'm running into NPE for > the JSP servlet. From the log: > > https://pastebin.com/thiADVYE > > I think I have everything setup correctly because accessing > http://localhost/css/sam

Re: Tomcat embedded

2020-04-05 Thread Tommy Pham
Hi Mark, I've finally started my embedded Tomcat project. I'm running into NPE for the JSP servlet. From the log: https://pastebin.com/thiADVYE I think I have everything setup correctly because accessing http://localhost/css/sample.css works. I've even added the 5 listeners in the server.xml

Re: jarsToSkip/jarsToScan

2020-04-05 Thread Mark Thomas
On 05/04/2020 17:44, Jerry Malcolm wrote: > What am I missing? You found: https://bz.apache.org/bugzilla/show_bug.cgi?id=63691 (the likely cause) but I suspect you missed: https://bz.apache.org/bugzilla/show_bug.cgi?id=64247 (the fix for the regression) unless you were looking at recently fixed

Re: jarsToSkip/jarsToScan

2020-04-05 Thread Jerry Malcolm
On 4/5/2020 2:20 AM, Mark Thomas wrote: On 05/04/2020 05:10, Jerry Malcolm wrote: This is on a 8.5.x.  I did a yum update.  So I assume it's close to the latest point release of 8.5.  Maybe I'll have a clearer mind tomorrow and see something obvious. Did you look in the changelog? Hint: s

RE: [EXTERNAL] Re: Tomcat Connection Rest Error

2020-04-05 Thread Hua, Gary - Saint Louis, MO - Contractor
Chris: You are right this is INFO message and not an ERROR. We didn't find anything in the log that suggesting there is a successful connection.What those successful connection message suppose to be? Thanks Gary -Original Message- From: Christopher Schultz [mailto

Re: JNI memory leak?

2020-04-05 Thread calder
On Sat, Apr 4, 2020, 12:02 Mark Boon wrote: > I don't have 'proof' Tomcat is to blame. Hence the question-mark. All I > have managed is narrow it down to this NMT data, which is not very > informative. I hoped anyone could give me an idea how or where to > investigate further. Or if someone had r

Re: jarsToSkip/jarsToScan

2020-04-05 Thread Mark Thomas
On 05/04/2020 05:10, Jerry Malcolm wrote: > This is on a 8.5.x.  I did a yum update.  So I assume it's close to the > latest point release of 8.5.  Maybe I'll have a clearer mind tomorrow > and see something obvious. Did you look in the changelog? Hint: search for "jarsToSkip" Mark -