Re: Does windows authentication works on Tomcat under Linux.

2013-02-25 Thread Denis
It will be helpful for those who don't have time to try-and-fail. On 2/25/2013 2:10 PM, Mark Thomas wrote: On 25/02/2013 10:48, André Warnier wrote: Denis wrote: Hello, I want to use Tomcat's Windows Authentication http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html

Why does Tomcat require persistent MBeans

2013-03-06 Thread Denis
Hello, Just checked that not all of my mbeans are working under Tomcat 7. I exported all of them using /org.springframework.jmx.export.MBeanExporter/. I see exception when calling methods on some mbeans. The exception says /Problem invoking load. javax.management.MBeanException.

TomCat realm cmd properties

2008-10-16 Thread Denis Orlov
Hello I'm trying to use TomCat realm option and I would like to pass parameter into realm tag. Could I do it? I use next realm tag: Realm className=org.apache.catalina.realm.JNDIRealm .. connectionURL=${connection.url} .. / But when I try to start TomCat I see next

Interaction between Standalone Tomcat Web application and Jboss EJB application

2008-02-17 Thread Denis Cossutta
I have the following situation (I try to simplify it): 1. I have a standalone Apache Tomcat server (5.5.26), on which is running a web application: - A Welcome jsp page (Welcome.jsp) and 2 Servlets: CalculatorServlet and MyProtectedServlet - The CalculatorSevlet servlet has to

JAAS Principal propagation from Tomcat to JBoss

2008-02-18 Thread Denis Cossutta
I have the following situation (I try to simplify it): 1. I have a standalone Apache Tomcat server (5.5.26), on which is running a web application: - A Welcome jsp page (Welcome.jsp) and 2 Servlets: CalculatorServlet and MyProtectedServlet - The CalculatorSevlet servlet has to

Application versioning

2008-06-09 Thread Denis Cossutta
I have multiple version of an application and i would like to switch from one to the other in a transparent way. This means that i would like to access it always through the same url ( localhost/myapp ), but pointing to myapp-1.1, or myapp-1.2 etc. etc. Thanks

Log4J logging from server not working

2008-07-29 Thread Denis Kezerashvili
I've been stuck with this problem for about a week now. I am trying to get the Log4J working in my servlet. I have tried it on Tomcat 6.0.16 as well as Tomcat 5.5.26. I have followed all the directions in the logging section for both versions. The internal logging works fine in both cases.

Re: Log4J logging from server not working

2008-07-29 Thread Denis Kezerashvili
Does anybody has any idea what might be causing the problem with Log4J? I've googled for the longest time and there are no leads I found. Denis - Original Message From: Denis Kezerashvili [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, July 29, 2008 9:49:08 AM Subject

Using EJBs deployed in JBoss from Tomcat

2008-08-01 Thread Denis Kezerashvili
appraciate any pointers. Thank you Denis - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE Tomcat and SSL

2006-04-12 Thread Denis . COCHET
maybe changeit ! Klaus-F. Kaal [EMAIL PROTECTED] ogic.com

RE RE Tomcat and SSL

2006-04-12 Thread Denis . COCHET
You should insert you certificate in the cacerts keystore of your jdk. Klaus-F. Kaal [EMAIL PROTECTED]

Tomcat 5 Memory Leak

2007-01-04 Thread Denis Barthélemy
/mod_mbox/tomcat-users/200502.mbox/%3CBAY16- [EMAIL PROTECTED]) Unfortunately at this time we don't have any more detail about it. Can somebody help? Denis B. Following the stack trace from leak tracker tool : com.one2team.one2web.common.Session2web

RE: Tomcat 5 Memory Leak

2007-01-05 Thread Denis Barthélemy
are you using? Denis Barthélemy wrote: Hi, Our java based application is running on tomcat 5.0.3 on linux with JRE 1.4.2_08. Since the migration from tomcat 5.0.27 to 5.0.30, a bunch of our application's sessions are not correctly closed and so they stay in live using memory

Struts application used as a web service (large number of sessions)

2011-02-15 Thread Denis . Laroche
Hello everybody, I wrote a Struts application deployed on a Tomcat server that is used as a web service. What I see is that for every request sent by the client applications a new session is created; I guess this is because there's no JSESSIONID cookie sent with the request. Could someone tell

Re: Struts application used as a web service (large number of sessions)

2011-02-16 Thread Denis . Laroche
Ok thanks, your explanations were very useful. I'll do what you suggested, i.e. not create a session for the Struts actions matching the web service clients. -- DL André Warnier a...@ice-sa.com 2011-02-15 06:02 PM Please respond to Tomcat Users List users@tomcat.apache.org To Tomcat

requests die with a stack overflow

2011-02-17 Thread Denis Laroche
Hello all, I also posted this message to the Struts mailing list, because I'm not sure where the problem is. The version of Tomcat is 6.0.29, and the JVM is 1.6.0_17-b17 running on a Linux server, kernel version 2.6.18. The version of Struts is 1.3.10. Once in a while, the application starts

Re: requests die with a stack overflow

2011-02-17 Thread Denis Laroche
/2/17 Konstantin Kolinko knst.koli...@gmail.com 2011/2/17 Denis Laroche dlaroc...@gmail.com: Hello all, I also posted this message to the Struts mailing list, because I'm not sure where the problem is. The version of Tomcat is 6.0.29, and the JVM is 1.6.0_17-b17 running on a Linux

Re: requests die with a stack overflow

2011-02-17 Thread Denis Laroche
for the reply. -- DL I have a base action class from which all other action classes derive. 2011/2/17 Caldarale, Charles R chuck.caldar...@unisys.com From: Denis Laroche [mailto:dlaroc...@gmail.com] Subject: Re: requests die with a stack overflow I have no such thing as filters in my configuration

Embedding tomcat 7 , several connectors

2011-07-08 Thread Denis Pimenov
We are using tomcat 6 and org.apache.catalina.startup.Embedded in our server application, but class Embedded was deprecated in tomcat 7 and was replaced by org.apache.catalina.startup.Tomcat. This class has only one connector , but we use 2 different connectors for http and https (different

RE: ClassFormatException: Invalid constant pool reference

2011-12-27 Thread Denis Ivanov
To: users@tomcat.apache.org On 27 Dec 2011, at 12:53, Denis Ivanov denis.iva...@live.com wrote: Hey, I have an Amazon Enterprise Linux (EC2) version 2.6.35.11-83.9.amzn1.i686 (architecture i386) with Java JM version 1.6.0_20-b20 (Vendor Sun Microsystems Inc.) and Apache Tomcat version

ClassFormatException: Invalid constant pool reference

2011-12-27 Thread Denis Ivanov
Hey, I have an Amazon Enterprise Linux (EC2) version 2.6.35.11-83.9.amzn1.i686 (architecture i386) with Java JM version 1.6.0_20-b20 (Vendor Sun Microsystems Inc.) and Apache Tomcat version 7.0.19 with Catalina. I'm trying to deploy GlobziWebApplication.war and it was working a few days ago

RE: ClassFormatException: Invalid constant pool reference

2011-12-27 Thread Denis Ivanov
From: p...@pidster.com Date: Tue, 27 Dec 2011 17:34:16 + Subject: Re: ClassFormatException: Invalid constant pool reference To: users@tomcat.apache.org On 27 Dec 2011, at 14:15, Denis Ivanov denis.iva...@live.com wrote: It was working fine before (Tomcat 7.0.23 on my laptop

RE: [OT] ClassFormatException: Invalid constant pool reference

2011-12-28 Thread Denis Ivanov
Date: Tue, 27 Dec 2011 16:56:41 -0500 From: ch...@christopherschultz.net To: users@tomcat.apache.org Subject: Re: [OT] ClassFormatException: Invalid constant pool reference -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Denis, On 12/27/11 7:53 AM, Denis Ivanov wrote: Hey, I have

RE: [OT] ClassFormatException: Invalid constant pool reference

2011-12-28 Thread Denis Ivanov
Date: Wed, 28 Dec 2011 13:11:32 + From: ma...@apache.org To: users@tomcat.apache.org Subject: Re: [OT] ClassFormatException: Invalid constant pool reference On 28/12/2011 10:24, Denis Ivanov wrote: Can you post the full stack trace? Dec 27, 2011 8:50:26 AM

Re: tomcat 5.0.28 with JDK 1.5?

2006-06-17 Thread Denis dos Santos Silva |̲̲̅̅Θ̲̅̅ ̲|
Sunitha Kumar (sunithak) wrote: Hi, Wanted to check if tomcat 5.0.28 would work with JDK 1.5? thnx -sunitha Fine ;) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For