Re: Communication flow with different connectors

2013-01-09 Thread Howard W. Smith, Jr.
Chris, On Wed, Jan 9, 2013 at 10:33 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Mark Thomas is giving a talk at ApacheCon (Portland, OR, USA, 26 Feb > 2013) about Clustering Tomcat[1]. If you can make it, please join him. > If not, I'm sure his slides will be available afterw

Re: Communication flow with different connectors

2013-01-09 Thread Howard W. Smith, Jr.
On Wed, Jan 9, 2013 at 8:28 AM, Daniel Mikusa wrote: > This is a good article that explains the different ways to proxy to an > Apache HTTPD server. It's a little old, but still good. > > > http://www.tomcatexpert.com/blog/2010/06/16/deciding-between-modjk-modproxyhttp-and-modproxyajp > Interes

Re: Why are Tomcat's threads more costly than background threads?

2012-12-11 Thread Howard W. Smith, Jr.
Wow, i'm reading this now, because I just experienced an issue on my production server that is TomEE 1.5.1 (Tomcat 7.0.34), and the whole server locked up all because I had a @Stateless EJB inserting data into multiple tables in the database, because @Schedule timed event triggered the EJB to check

Re: CATALINA_OPTS under windows 7

2012-12-10 Thread Howard W. Smith, Jr.
Are you trying to run tomcat7 as a Windows Service? On Mon, Dec 10, 2012 at 6:14 PM, Raf Roger wrote: > Hi, > > i need to setup CATALINA_OPTS environment variable under windows 7. > I read that in directory *tomcatDir/bin/* should be a file named setenv.bat > for Windows in which i could define

<    1   2   3