Re: Apache Tomcat Summit at ApacheCon NA 2014

2014-01-27 Thread Keiichi Fujino
2014-01-23 Mark Thomas ma...@apache.org ApacheCon NA will be in Denver 7th to 11th April. The schedule for ApacheCon NA 2014 has been firmed up. There is an opportunity for a project summit on either the Thursday or the Friday. Since the BarCamp has been scheduled for the Thursday the Friday

Tomcat as Windows service under technical user

2014-01-27 Thread Strobel, Stefan (TS IC)
Hi everybody, I would like to run a Tomcat 7.0.47 as Windows service. But that service shall not be executed as Administrator but as a local technical user. That user is existent, let's call it A. The account is secured with password B. The question is, how do I install Tomcat as a service

Re: Tomcat as Windows service under technical user

2014-01-27 Thread Cédric Couralet
2014/1/27 Strobel, Stefan (TS IC) stefan.stro...@hp.com: Hi everybody, I would like to run a Tomcat 7.0.47 as Windows service. But that service shall not be executed as Administrator but as a local technical user. That user is existent, let's call it A. The account is secured with password

Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
Hi all, I'm fairly new to Tomcat and to this mailing list, so apologies in advance if not being clear in explaining my problem. I'm tasked with the implementation of JAAS for a web application by leveraging the existing LDAP server (MSAD) present at our company. The first problem I faced was due

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Mark Thomas
On 27/01/2014 09:43, Marco Pizzoli wrote: Hi all, I'm fairly new to Tomcat and to this mailing list, so apologies in advance if not being clear in explaining my problem. I'm tasked with the implementation of JAAS for a web application by leveraging the existing LDAP server (MSAD) present at

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
Hi Mark, Thanks for your reply. Yes I expressly need JAAS. This is a requirement coming from the provider of an external software vendor. It leverages principals. Marco On Mon, Jan 27, 2014 at 10:47 AM, Mark Thomas ma...@apache.org wrote: On 27/01/2014 09:43, Marco Pizzoli wrote: Hi all,

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread André Warnier
On this list, please do not top-post. Read the list rules. Reply below the question, it is easier for everyone to figure out what you are responding to. See below. On Mon, Jan 27, 2014 at 10:47 AM, Mark Thomas ma...@apache.org wrote: On 27/01/2014 09:43, Marco Pizzoli wrote: Hi all, I'm

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
On Mon, Jan 27, 2014 at 1:20 PM, André Warnier a...@ice-sa.com wrote: On this list, please do not top-post. Read the list rules. Reply below the question, it is easier for everyone to figure out what you are responding to. See below. On Mon, Jan 27, 2014 at 10:47 AM, Mark Thomas

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Арсений Зинченко
Hi, Dan. Thanks for replay. he JVM is only going to accept one value for Xmx and Xms. Specifying the same options in JAVA_OPTS and CATALINA_OPTS would just be confusing. As I says before - we have few Java-application on same machine. So - for them needs to set Xmx 1G, but for Tomcat - 4G.

Re: [OT] Out of memory exception - top posting

2014-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick, On 1/25/14, 11:12 AM, Nick Williams wrote: On Jan 24, 2014, at 12:05 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 1/24/14, 10:18 AM, Mark H. Wood wrote: On Thu, Jan 23, 2014 at

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Арсений, On 1/27/14, 9:21 AM, Арсений Зинченко wrote: We have a little dispute with my colleague about using this variables. So: have Windows-box machine. On it - runing few different Java-application, including Tomcat. Needs to set

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Daniel Mikusa
On Jan 27, 2014, at 10:36 AM, Арсений Зинченко setev...@gmail.com wrote: Hi, Dan. Thanks for replay. he JVM is only going to accept one value for Xmx and Xms. Specifying the same options in JAVA_OPTS and CATALINA_OPTS would just be confusing. As I says before - we have few

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Арсений Зинченко
Thanks, Christopher. OK, what about next: Set JAVA_OPTS as system variable (for all other applications); and create setenv.bat in /bin/ directory with CATALINA_OPTS whith Xmx/Xms for Tomcat? Will it be more correctly than set CATALINA_OPTS as System variable? Or - by the way, in setevn.bat must

Re: Tomcat 7 not honoring maxThreads configuration in catalina.properties and activeCount not going beyond 200

2014-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 akshay, On 1/26/14, 2:04 PM, akshay hiremath wrote: On Friday, January 24, 2014 7:04 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014/1/24 akshay hiremath akshay...@yahoo.com: Through some trials found that its not enough to

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Konstantin Kolinko
2014-01-27 Marco Pizzoli marco.pizz...@gmail.com: Hi all, I'm fairly new to Tomcat and to this mailing list, so apologies in advance if not being clear in explaining my problem. I'm tasked with the implementation of JAAS for a web application by leveraging the existing LDAP server (MSAD)

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Daniel Mikusa
On Jan 27, 2014, at 9:21 AM, Арсений Зинченко setev...@gmail.com wrote: Hi. I'm sorry for so kindly question - but needs experts advice... We have a little dispute with my colleague about using this variables. So: have Windows-box machine. On it - runing few different Java-application,

JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Арсений Зинченко
Hi. I'm sorry for so kindly question - but needs experts advice... We have a little dispute with my colleague about using this variables. So: have Windows-box machine. On it - runing few different Java-application, including Tomcat. Needs to set memory for Tomcat other, than for all other

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Арсений, On 1/27/14, 10:58 AM, Арсений Зинченко wrote: Thanks, Christopher. OK, what about next: Set JAVA_OPTS as system variable (for all other applications); and create setenv.bat in /bin/ directory with CATALINA_OPTS whith Xmx/Xms for

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Арсений Зинченко
OK, thanks - I'll do it from now (really - never used this file before, just now found reference to it in catalina.bat) . But - last question, please: in setenv.bat - must be used CATALINA_OPTS or JAVA_OPTS? 2014/1/27 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED

Re: Implementing JAAS with Geronimo LDAPPlugin

2014-01-27 Thread Marco Pizzoli
On Mon, Jan 27, 2014 at 3:17 PM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-01-27 Marco Pizzoli marco.pizz...@gmail.com: Hi all, I'm fairly new to Tomcat and to this mailing list, so apologies in advance if not being clear in explaining my problem. I'm tasked with the

Tomcat 7 / Java 7

2014-01-27 Thread Singh, Ragini
Hello, Is Tomcat 7.0.42 compatible with Java 7?http://stackoverflow.com/questions/9294355/is-tomcat-7-now-compatible-with-java-7 If yes, do you know if there is something special to migrate an existing installation of Tomcat 7/Java 6 to Tomcat 7/Java 7? -Ragini

Re: Tomcat 7 / Java 7

2014-01-27 Thread Filip Hanik
Yes it is compatible, and no, there is nothing you really need to do except to test your applications that they work too. On Mon, Jan 27, 2014 at 9:37 AM, Singh, Ragini rsi...@central.uh.eduwrote: Hello, Is Tomcat 7.0.42 compatible with Java 7?

RE: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Caldarale, Charles R
From: Арсений Зинченко [mailto:setev...@gmail.com] Subject: Re: JAVA_OPTS vs CATALINA_OPTS in setenv.bat - must be used CATALINA_OPTS or JAVA_OPTS? Dan already explained this: Again, you could put memory settings in CATALINA_OPTS or in JAVA_OPTS. Setting them in CATALINA_OPTS is generally a

Re: Tomcat JDBC Error

2014-01-27 Thread Leo Medina
Good morning Mark, Can you please elaborate more as to what you meant by: com.mysql.jdbc.Driver must be present in one of your webapps. I'd expect it to be in a JAR that has mysql in the name. If you don't need it remove it. I meant that we don't have a mysql db. in our original integration.

Re: using log4j in a webapp using embedded tomcat

2014-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 1/25/14, 2:32 PM, John Cartwright - NOAA Federal wrote: I have a simple program which uses embedded-tomcat (7.0.50) to host a WAR file. The webapp is using log4j and logs correctly when run inside a standard tomcat container. However,

Re: JAVA_OPTS vs CATALINA_OPTS

2014-01-27 Thread Neven Cvetkovic
On Mon, Jan 27, 2014 at 10:58 AM, Арсений Зинченко setev...@gmail.comwrote: Set JAVA_OPTS as system variable (for all other applications); and create setenv.bat in /bin/ directory with CATALINA_OPTS whith Xmx/Xms for Tomcat? Will it be more correctly than set CATALINA_OPTS as System