Re: Issues with the tomcat connector (On W2k8 + IIS7.5)

2012-03-13 Thread Mladen Turk
On 03/13/2012 12:09 AM, Alex Samad - Yieldbroker wrote: [snip] Try the RC binaries from http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33/ Does this one crashes as well? Okay, got your build from there. 1) it loads up with single application thread (so not a web garden) but then

Re: Tomcat advantages

2012-03-13 Thread Pid *
On 13 Mar 2012, at 05:27, vickyb2...@gmail.com vickyb2...@gmail.com wrote: HI All, I am new to tomcat I just want to know that is tomcat a server where i can run my web application or can it do anything more? can you please explain What else would you like it to do? p Regards Vinay

How to setup logging in Tomcat for WebappClassLoader?

2012-03-13 Thread Volodymyr Bezuglyy
Hello. I am trying to setup logging in Tomcat according to http://tomcat.apache.org/tomcat-5.5-doc/logging.html. I created file Tomcat5\common\classes\log4j.properties: log4j.rootLogger=WARN, R log4j.appender.R=org.apache.log4j.RollingFileAppender

servlet 3.1 support?

2012-03-13 Thread Jess Holle
So I read that the servlet 3.1 spec (and related EL specs, etc) is to go final in the second half of 2012. Approximately when should we expect a Tomcat that supports the new specs -- in terms of number of months after the specs' final release? -- Jess Holle

Re: servlet 3.1 support?

2012-03-13 Thread Mark Thomas
On 13/03/2012 12:47, Jess Holle wrote: So I read that the servlet 3.1 spec (and related EL specs, etc) is to go final in the second half of 2012. Those dates are no longer valid. The current date is Q1 2013. Approximately when should we expect a Tomcat that supports the new specs -- in terms

Re: Tomcat advantages

2012-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinay, On 3/13/12 1:27 AM, vickyb2...@gmail.com wrote: I am new to tomcat I just want to know that is tomcat a server where i can run my web application or can it do anything more? can you please explain Tomcat is a servlet container that can

Re: servlet 3.1 support?

2012-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 3/13/12 8:47 AM, Jess Holle wrote: So I read that the servlet 3.1 spec (and related EL specs, etc) is to go final in the second half of 2012. Approximately when should we expect a Tomcat that supports the new specs -- in terms of

Re: How to setup logging in Tomcat for WebappClassLoader?

2012-03-13 Thread Konstantin Kolinko
2012/3/13 Volodymyr Bezuglyy v...@isd.dp.ua: Hello. I am trying to setup logging in Tomcat according to http://tomcat.apache.org/tomcat-5.5-doc/logging.html. I created file Tomcat5\common\classes\log4j.properties: log4j.rootLogger=WARN, R

Re: servlet 3.1 support?

2012-03-13 Thread Jess Holle
On 3/13/2012 8:49 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 3/13/12 8:47 AM, Jess Holle wrote: So I read that the servlet 3.1 spec (and related EL specs, etc) is to go final in the second half of 2012. Approximately when should we expect a Tomcat

Re: servlet 3.1 support?

2012-03-13 Thread Pid
On 13/03/2012 14:06, Jess Holle wrote: On 3/13/2012 8:49 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 3/13/12 8:47 AM, Jess Holle wrote: So I read that the servlet 3.1 spec (and related EL specs, etc) is to go final in the second half of 2012.

Re: servlet 3.1 support?

2012-03-13 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/03/2012 14:32, Pid wrote: On 13/03/2012 14:06, Jess Holle wrote: On 3/13/2012 8:49 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, On 3/13/12 8:47 AM, Jess Holle wrote: So I read that the servlet 3.1

RE: Tomcat advantages

2012-03-13 Thread Leo Donahue - PLANDEVX
-Original Message- From: Pid * [mailto:p...@pidster.com] Subject: Re: Tomcat advantages What else would you like it to do? p My list is long... ;) It can start by checking if Tomcat is not your default web server, and ask if you would like to make it so. It would also be cool if

Re: Tomcat advantages

2012-03-13 Thread Pid
On 13/03/2012 14:42, Leo Donahue - PLANDEVX wrote: -Original Message- From: Pid * [mailto:p...@pidster.com] Subject: Re: Tomcat advantages What else would you like it to do? p My list is long... ;) It can start by checking if Tomcat is not your default web server, and ask if

RE: Tomcat advantages

2012-03-13 Thread Allen Reese
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, March 13, 2012 7:46 AM To: Tomcat Users List Subject: Re: Tomcat advantages On 13/03/2012 14:42, Leo Donahue - PLANDEVX wrote: -Original Message- From: Pid * [mailto:p...@pidster.com] Subject: Re:

Re: Precompile JSPs, avoid thousands of servlets?

2012-03-13 Thread Terence M. Bandoian
On 1:59 PM, Nick Williams wrote: We maintain a very large application, with somewhere around 2,000 JSP files (in addition to ~250,000 lines of pure Java). We have decided it is about time we ship our application with precompiled JSP files. The Ant tasks from Tomcat to support this effort

Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
Hi all. I'm trying to utilize the common/lib and shared/lib directories on Tomcat 5.5.25. I have a few separate apps that were each using many of the same JAR files, so I have been moving them down to shared common lib (DB stuff went to common/lib, the apache commons modules others went to

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
We have people exclude commons-logging, and log4j as our installation provides them for you in a common lib dir. --Allen Reese Yahoo!, Inc. -Original Message- From: Christopher Gross [mailto:cogr...@gmail.com] Sent: Tuesday, March 13, 2012 12:41 PM To: Tomcat Users List Subject:

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
Allen -- Is there something in particular that your users need to do for the common logging? Any changes in the file or the setup of their web app? An example of the log4j.properties file from a WEB-INF/classes dir: log4j.appender.A1=org.apache.log4j.DailyRollingFileAppender

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
http://publib.boulder.ibm.com/infocenter/initiate/v9r5/index.jsp?topic=%2Fcom.ibm.inspinstall.doc%2Ftopics%2Ft_inspinstall_configuring_log4j_logging_apachetomcat.html Having the logging items in the shared/lib means that the shared/classes needs to have a log4j.properties file. I dropped one of

RE: Tomcat Logging Jarhell

2012-03-13 Thread Allen Reese
Oh you are right. I forgot that part. We have an ugly process that generates a log4j.xml that is used globally. All of the logs are globbed together into a giant mess. As far as build time, we use maven and provided scope to exclude it. And most people here run a single instance of a single

Re: Tomcat Logging Jarhell

2012-03-13 Thread Christopher Gross
Well, I think I'm just going to revert back -- was able to get one app working correctly with having the commons log4j in its WEB-INF/lib. Thanks anyway! -- Chris On Tue, Mar 13, 2012 at 4:07 PM, Allen Reese are...@yahoo-inc.com wrote: Oh you are right.  I forgot that part. We have an

Re: Tomcat Logging Jarhell

2012-03-13 Thread Konstantin Kolinko
2012/3/13 Christopher Gross cogr...@gmail.com: Hi all.  I'm trying to utilize the common/lib and shared/lib directories on Tomcat 5.5.25.  I have a few separate apps that were each using many of the same JAR files, so I have been moving them down to shared common lib (DB stuff went to

Re: Java 7 + Tomcat 6.0.35 + Win2k3 Problem

2012-03-13 Thread pricyber
I looked at the logs and I find this on Windows 2003 with Java 7 and tomcat 6.0.35 java.net.SocketException: Invalid argument: no further information at sun.nio.ch.Net.setIntOption0(Native Method) at sun.nio.ch.Net.setSocketOption(Net.java:279) at

Re: Tomcat advantages

2012-03-13 Thread Pid *
On 13 Mar 2012, at 16:03, Allen Reese are...@yahoo-inc.com wrote: -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, March 13, 2012 7:46 AM To: Tomcat Users List Subject: Re: Tomcat advantages On 13/03/2012 14:42, Leo Donahue - PLANDEVX wrote: -Original

Initializing webapps in a certain order

2012-03-13 Thread Warren Bell
Can you initialize webapps in a certain order ? I have two apps, app1 and app2. app2 needs to access app1 during app2's initialization. I need app1 to be initialized first and be done before app2 starts to initialize. -- Thanks, Warren Bell

RE: Initializing webapps in a certain order

2012-03-13 Thread Caldarale, Charles R
From: Warren Bell [mailto:warrenbe...@gmail.com] Subject: Initializing webapps in a certain order Can you initialize webapps in a certain order ? Read the FAQ: http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q27 The primary reason is that the servlet spec requires that each webapp be

Re: Initializing webapps in a certain order

2012-03-13 Thread Warren Bell
On 3/13/12 6:37 PM, Caldarale, Charles R wrote: From: Warren Bell [mailto:warrenbe...@gmail.com] Subject: Initializing webapps in a certain order Can you initialize webapps in a certain order ? Read the FAQ: http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q27 The primary reason is

RE: Tomcat advantages

2012-03-13 Thread Leo Donahue - PLANDEVX
From: Pid * [p...@pidster.com] Subject: Re: Tomcat advantages -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Tuesday, March 13, 2012 7:46 AM To: Tomcat Users List Subject: Re: Tomcat advantages On 13/03/2012 14:42, Leo Donahue - PLANDEVX wrote: -Original