Re: security-constraint blocks welcome file with 403

2017-06-19 Thread Greg Huber
Marks, Thanks for the info, originally I was using just index.jsp, but this also gets blocked with a 403: index.jsp I will look into the servlet suggestion. Cheers Greg On 19 June 2017 at 10:39, Mark Thomas wrote: > On 19/06/17 08:24, Greg Huber wrote: > > Hello, > > > > If I add a security

Re: Simultaneous Users / Transactions

2017-06-19 Thread Mark Thomas
On 19/06/17 11:08, Fady Haikal wrote: > @Mark, we have 3rd parties and applications that are connecting to the > Tomcat server (not only the users) that will made these transactions Then you need to answer the original questions for ALL user agents. Mark > > On Mon, Jun 19, 2017 at 12:58 PM, M

Re: Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
@Mark, we have 3rd parties and applications that are connecting to the Tomcat server (not only the users) that will made these transactions On Mon, Jun 19, 2017 at 12:58 PM, Mark Thomas wrote: > On 19/06/17 10:53, Fady Haikal wrote: > > - Concurrent active connections: 3000 > > - Concurent passi

AW: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-19 Thread Kreuser, Peter
Sai, May I suggest that you update your production system and see if that helps? No matter if the problem is in the tomcat version or your software, Tomcat 7.0.52 is over three years old, and contains many security related problems. From the release notes I see also quite a few performance and

Re: Simultaneous Users / Transactions

2017-06-19 Thread Mark Thomas
On 19/06/17 10:53, Fady Haikal wrote: > - Concurrent active connections: 3000 > - Concurent passive connections: 1000 > - concurrent active connections (i.e. actively processing a request): 1000 > - new requests made per second: 28 > - average time taken to process a request: 2 - 3 seconds Those n

Re: Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
- Concurrent active connections: 3000 - Concurent passive connections: 1000 - concurrent active connections (i.e. actively processing a request): 1000 - new requests made per second: 28 - average time taken to process a request: 2 - 3 seconds On Mon, Jun 19, 2017 at 12:46 PM, Mark Thomas wrote:

Using CDI in tomcat's DataSourceRealm

2017-06-19 Thread Karel Geiregat
Dear tomcat users Before starting with a difficult problem, I want to tell about the current system / design. My company's server is a tomcat version 7.0.54. We are using Maven to setup the project and the deployment. The server is set as a 3-node tree, one "Base" and two branches A and B, each

Re: Simultaneous Users / Transactions

2017-06-19 Thread Mark Thomas
On 19/06/17 10:06, Fady Haikal wrote: > Hi Team, > I need to know if Tomcat can handle around 2000 concurent user, 17000 > number of simultaneouse transactions peak per 10 minutes, assuming the > application can handle them, in additional i need to know what is the > recommended configuration for T

Re: security-constraint blocks welcome file with 403

2017-06-19 Thread Addy D
On Mon, Jun 19, 2017 at 3:09 PM, Mark Thomas wrote: > On 19/06/17 08:24, Greg Huber wrote: > > Hello, > > > > If I add a security constrait to block direct access to jsp outside of > > /WEB-INF/ it blocks the welcome-file with a 403. Is there a caveat for > > using this here? > > Your welcome fi

Re: security-constraint blocks welcome file with 403

2017-06-19 Thread Mark Thomas
On 19/06/17 08:24, Greg Huber wrote: > Hello, > > If I add a security constrait to block direct access to jsp outside of > /WEB-INF/ it blocks the welcome-file with a 403. Is there a caveat for > using this here? Your welcome file is invalid. It should be a file name without a path. Remember it

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-19 Thread Sai Kumar
Hi, Please let anyone confirm me that,Is there is any issue regarding the connection pool in Tomcat V7.0.52 or older versions. And,In which version Connection pool Issue was resloved. Thank you On Mon, Jun 19, 2017 at 2:58 PM, Sai Kumar wrote: > Hi , > Need one help.I just seen this. > *Bug 53

Re: Connection pool issue was in with 7.0.52 version? And it is fixed in 7.0.78 version?

2017-06-19 Thread Sai Kumar
Hi , Need one help.I just seen this. *Bug 53367* - Database failure may cause pool to hang - in bugzilla., My problem is something related to this case.And the fix included two files.. 1.FairBlockingQueue.java 2.Bug53367.java Can you please tel

Simultaneous Users / Transactions

2017-06-19 Thread Fady Haikal
Hi Team, I need to know if Tomcat can handle around 2000 concurent user, 17000 number of simultaneouse transactions peak per 10 minutes, assuming the application can handle them, in additional i need to know what is the recommended configuration for Tomcat in order to handle this number of requests

security-constraint blocks welcome file with 403

2017-06-19 Thread Greg Huber
Hello, If I add a security constrait to block direct access to jsp outside of /WEB-INF/ it blocks the welcome-file with a 403. Is there a caveat for using this here? No direct JSP access No-JSP *.jsp no-users