Re: Tomcat throwing 404 error after modifying context.xml

2018-02-22 Thread M. Manna
; driverClassName="org.postgresql.Driver" > > url="jdbc:postgresql://itsusralsp06829:5432/spectra"/> > > > > > type="javax.sql.DataSource" maxActive="2" maxIdle="30" > > maxWait="10000" username="saevdce

RE: Tomcat throwing 404 error after modifying context.xml

2018-02-22 Thread
="jdbc:postgresql://itsusralsp06829:5432/spectra"/> > > type="javax.sql.DataSource" maxActive="2" maxIdle="30" > maxWait="1" username="saevdcep" password="xxx" > driverClassName="org.postgres

Re: Tomcat throwing 404 error after modifying context.xml

2018-02-21 Thread M. Manna
Your jdbc url and context path have changed. Have you updated how and where you are requesting it? 404 means Not Found. So your requesting for something non-existent. Please chill and confirm. On Wed, 21 Feb 2018 at 22:32, Howlader, Aakash [GTSUS Non-J&J] < ahowl...@its.jnj.com> wrote: > Hello, >

Tomcat throwing 404 error after modifying context.xml

2018-02-21 Thread
Hello, We were facing a "pool error timeout waiting for idle object" issue. To replicate that in lower environments and perform tests, we tried to make changes to the contex.xml file located under the conf directory of tomcat. The path is /apps/apache-tomcat-7.0.67/conf/context.xml The propertie