RE: Configuration question

2014-04-21 Thread Jeffrey Janner
> -Original Message- > From: Mark Murphy [mailto:jmarkmur...@gmail.com] > Sent: Thursday, April 17, 2014 9:01 AM > To: Tomcat Users List > Subject: Re: Configuration question > > Here is the configuration, as you can see the default host is set and > the IP

Re: Configuration question

2014-04-17 Thread Terence M. Bandoian
On 4/17/2014 9:01 AM, Mark Murphy wrote: Here is the configuration, as you can see the default host is set and the IP is not aliased. in server.xml ... ... ... ... www.torque-wrench-recalibration.com www.myerstorquetracker.com ... in web.xml .

Re: Configuration question

2014-04-17 Thread Mark Murphy
Here is the configuration, as you can see the default host is set and the IP is not aliased. in server.xml ... ... ... ... www.torque-wrench-recalibration.com www.myerstorquetracker.com ... in web.xml ... Entire App /*

RE: Configuration question

2014-04-17 Thread Jeffrey Janner
> -Original Message- > From: Mark Murphy [mailto:jmarkmur...@gmail.com] > Sent: Wednesday, April 16, 2014 12:42 PM > To: Tomcat Users List > Subject: Configuration question > > How do I prevent Tomcat 6 from responding to a request to an IP > address, that is I only want my Tomcat server t

Re: Configuration question

2014-04-16 Thread Daniel Mikusa
On Apr 16, 2014, at 1:42 PM, Mark Murphy wrote: > How do I prevent Tomcat 6 from responding to a request to an IP address, > that is I only want my Tomcat server to respond to requests to > www.mydomain.com vs. 10.1.1.1. Just an idea, but you could probably do this with a filter or a valve. You

Re: Configuration question for 2500 simultaneous users.

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 8/1/13 6:08 PM, Tomcat Random wrote: > Thanks Mark, I've been getting up to speed on JMeter. I've used > selenium before. "The particulars depend on your particular > application" - agreed. That part I can work out myself by looking > at bo

Re: Configuration question for 2500 simultaneous users.

2013-08-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 8/1/13 6:14 PM, Tomcat Random wrote: > I'm expecting 5000 simultaneous users, with a physical load > balancer to two physical app servers. So ~2500 per machine, each > running an instance of tomcat not fronted by httpd or any proxy > server

Re: Configuration question for 2500 simultaneous users.

2013-08-01 Thread Tomcat Random
Hey Chris, I'm expecting 5000 simultaneous users, with a physical load balancer to two physical app servers. So ~2500 per machine, each running an instance of tomcat not fronted by httpd or any proxy server. (i.e., using Tomcat to serve a few static assets along with the webapp). "are you just in

Re: Configuration question for 2500 simultaneous users.

2013-08-01 Thread Tomcat Random
Thanks Mark, I've been getting up to speed on JMeter. I've used selenium before. "The particulars depend on your particular application" - agreed. That part I can work out myself by looking at bottlenecks, generally timing areas of the application with more and more granularity, in places where the

Re: Configuration question for 2500 simultaneous users.

2013-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 7/30/13 3:42 PM, Tomcat Random wrote: > The project I'm working on has 5000 simultaneous users average. I > have two physical servers both running an instance of Tomcat 7.0. > They're behind a physical load balancer with sticky, least > con

Re: Configuration question for 2500 simultaneous users.

2013-07-30 Thread Mark Eggers
On 7/30/2013 1:17 PM, Tomcat Random wrote: Thanks Mark, I will give it a close read. As far as profiling, are you using any tools that are worth mentioning? Nothing outstanding, since currently all of our applications are pretty lightweight. That may change if we redo the architecture. JMe

Re: Configuration question for 2500 simultaneous users.

2013-07-30 Thread Tomcat Random
Thanks Mark, I will give it a close read. As far as profiling, are you using any tools that are worth mentioning? Best, A On Tue, Jul 30, 2013 at 4:02 PM, Mark Eggers wrote: > On 7/30/2013 12:42 PM, Tomcat Random wrote: > >> The project I'm working on has 5000 simultaneous users average. I h

Re: Configuration question for 2500 simultaneous users.

2013-07-30 Thread Mark Eggers
On 7/30/2013 12:42 PM, Tomcat Random wrote: The project I'm working on has 5000 simultaneous users average. I have two physical servers both running an instance of Tomcat 7.0. They're behind a physical load balancer with sticky, least connections balancing. Nothing in front of the Tomcats. Port 8

Re: Configuration Question

2006-01-04 Thread Hassan Schroeder
Scott Purcell wrote: > So when a user hits my site like so: http://www.xxx.com > it calls the site and all is good. But here is my problem. On some > search engines for whatever reason, the url shows this: > http://xxx.com leaving out the www. It still brings open the site, > but there is a proble

Re: Configuration Question

2006-01-04 Thread David Delbecq
Le Mercredi 4 Janvier 2006 15:10, Scott Purcell a écrit : > I am running Tomcat 5.5x on a Win2000 box. > > I purchased a DNS name, and I have that configurated in the server.xml. So when a user hits my site like so: http://www.xxx.com it calls the site and all is good. But here is my problem. On