Re: Viewing Tomcat DB connection statement cache size via JMX MBeans

2016-07-03 Thread Keiichi Fujino
2016-07-01 13:18 GMT+09:00 Manisha Sapiah : > Hi, > > I want to know, is there any way to get Tomcat DB connection statement > cache size via JMX MBeans. Thanks in advance. > > Which DB Connnection Pool do you use? DBCP or Tomcat jdbc-pool. If you use the Tomcat jdbc-pool,

Re: tomcat 7 connection pool validation interval

2016-07-03 Thread Keiichi Fujino
2016-06-30 23:32 GMT+09:00 Nir Dweck : > I am using tomcat connection pool (tomcat 7) in my application (java > application) to connect to a remote Oracle DB on an Azure machine. My > connection pool configuration is as follow: > > PoolProperties p = new PoolProperties();

RE: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Caldarale, Charles R
> From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID] > Subject: Re: Servlet overridden by Apache Tomcat welcome > page? > I just played with Eclipse Neon (newest release). It does copy over a > Tomcat configuration into your workspace, and then runs Tomcat from that > (sort of like

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Mark Eggers
Paul and Chuck, On 7/3/2016 4:14 PM, Caldarale, Charles R wrote: >> From: Paul Roubekas [mailto:paul@orthogroup.holdings] Subject: Re: >> Servlet overridden by Apache Tomcat welcome >> page? > >> After making the above suggested changes the desired behavior goes >> away. Now instead of my

RE: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Caldarale, Charles R
> From: Paul Roubekas [mailto:paul@orthogroup.holdings] > Subject: Re: Servlet overridden by Apache Tomcat welcome > page? > After making the above suggested changes the desired behavior goes > away. Now instead of my application's landing page I get the tomcat > welcome page. You appear to

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Paul Roubekas
On 7/3/2016 5:21 PM, Paul Roubekas wrote: > On 7/3/2016 4:41 PM, Mark Thomas wrote: >> On 03/07/2016 18:37, Paul Roubekas wrote: >> >>> Changes that need to be made to the server.xml file >>> The below list of changes are for the conf/server.xml file. A new XML >>> element needs to be added to

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Paul Roubekas
On 7/3/2016 4:41 PM, Mark Thomas wrote: > On 03/07/2016 18:37, Paul Roubekas wrote: > >> Changes that need to be made to the server.xml file >> The below list of changes are for the conf/server.xml file. A new XML >> element needs to be added to the XML stanza. >> Within the element stands a

Re: Tomcat 7 and SHA-1

2016-07-03 Thread Greg Beresnev
Thanks folks, appreciate your time and suggestions! On 3 Jul 2016 3:44 a.m., "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > On 7/1/16 6:28 PM, Daniel Savard wrote: > > 2016-07-01 16:21 GMT-04:00 Christopher Schultz >

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Mark Thomas
On 03/07/2016 18:37, Paul Roubekas wrote: > Changes that need to be made to the server.xml file > The below list of changes are for the conf/server.xml file. A new XML > element needs to be added to the XML stanza. > Within the element stands a element needs to be added. > The path=

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Paul Roubekas
On 7/2/2016 4:24 PM, Paul Roubekas wrote: > Servlet overridden by Apache Tomcat welcome page? > > > > Not sure I am using the proper name for what I am calling the "Apache > Tomcat welcome page". What I am calling the "Apache Tomcat welcome > page" is the page that comes up when

Re: WebSockets

2016-07-03 Thread Mark Thomas
On 03/07/2016 11:04, Martin Funk wrote: > Hi, > > I'm into my first steps of using the WebSocket API. > Things are quite nice so far, WebSockets, used the right way, might open up > a complete new type of WebApplications. > > I've got a question though, is there a way to configure Tomcat to

Re: tomcat 7 connection pool validation interval

2016-07-03 Thread Phil Steitz
On 7/1/16 11:35 PM, Nir Dweck wrote: > -Original Message- > From: Phil Steitz [mailto:phil.ste...@gmail.com] > Sent: Friday, July 01, 2016 9:16 PM > To: users@tomcat.apache.org > Subject: Re: tomcat 7 connection pool validation interval > > On 7/1/16 7:14 AM, Nir Dweck wrote: >>

Re: Servlet overridden by Apache Tomcat welcome page?

2016-07-03 Thread Hassan Schroeder
On Sat, Jul 2, 2016 at 1:24 PM, Paul Roubekas wrote: > What I am calling the "Apache Tomcat welcome > page" is the page that comes up when http://localhost:8080 is entered as > the address on an internet browser. Assuming a default installation, you should see the

WebSockets

2016-07-03 Thread Martin Funk
Hi, I'm into my first steps of using the WebSocket API. Things are quite nice so far, WebSockets, used the right way, might open up a complete new type of WebApplications. I've got a question though, is there a way to configure Tomcat to announce the annotated ServerEndpoints, it comes across