Question
3
Replies
39
Views
infosys
Posted: October 21, 2019
Last activity: October 22, 2019
Closed
HTTP 404 error on clicking startup.bat file in Tomcat Folder [Pega PE 8.3]
I have installed personal Edition 8.3.. When i click on startup.bat file in Tomcat Folder. I observed HTTP 404 error. What might be the issue?
Please see attachment.
***Edited by Moderator: Lochan to branch reply to create new post***
Hi Naveen,
Thanks for posting the query.
This issue may occur when the configuration for the connection pool is too small. Can you check your tomcat context.xml (under conf directory normally) and use the following three attributes for the data source connection pool definition if your current connection pool sizes are too small. Also, please check if the DB server is started and working as expected.
maxTotal="100"
maxIdle="30"
maxWait="10000"