RE: 2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Macca, Diego
as a client originating the connection then you need to configure the truststore at the JVM level in the Catalina options. Best regards, Diego Macca From: Vinoth Raja <rbvdvin...@gmail.com<mailto:rbvdvin...@gmail.com>> Date: Tuesday, 15. Aug 2017, 5:42 PM To: Tomcat Users

RE: 2 Way SSL integration with Webservices - Inbound connection not trusted

2017-08-15 Thread Macca, Diego
Hi, You need to set clientAuth="true" in the connector or, for some reason unknown to me (probably something changed in Java from rel. 6/7 on), Tomcat will not enforce the 2 way ssl. You can see what is going on (certificates exchange) with an ssl debug. Kind Regards, Diego Ma

Re: How to restrict access to specific webapp + denyStatus

2017-03-10 Thread Diego Gomes
Ohh, I see now! Thanks Mark and André! I'll plan to upgrade it! Diego On 10 Mar 2017, at 07:10, André Warnier (tomcat) <a...@ice-sa.com> wrote: > On 10.03.2017 11:04, Diego Gomes wrote: > Thanks Mark! > > In that link just say that is possible, but do not say how to get

Re: How to restrict access to specific webapp + denyStatus

2017-03-10 Thread Diego Gomes
Thanks Mark! In that link just say that is possible, but do not say how to get 404 and not 403. Diego On 10 Mar 2017, at 06:17, Mark Thomas <ma...@apache.org> wrote: On 09/03/17 23:51, Diego Gomes wrote: > My questions: > > - For the first statement, that configuration I d

How to restrict access to specific webapp + denyStatus

2017-03-09 Thread Diego Gomes
l) is the correct way? - Why the 404 denyStatus is not working? I am running tomcat 7.0.11 Thanks! Diego

Re: Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Diego Urenia
Hello Mark, Unfortunately, one of my tests was made using the simplest scenario possible, but everything worked as expected and I wasn't able to reproduce it this way. Best regards, Diego On Mon, Feb 27, 2017 at 1:59 PM, Mark Thomas <ma...@apache.org> wrote: > On 27/02/17 10:02, Die

Re: Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Diego Urenia
exploding the war file and that the file size affects it. Another info that might be useful: - I am creating this folder using java.io.File#mkdir(); - I am trying to check if this folder exist using Class#getResources("/folder"); Best regards, Diego Urneia On Mon, Feb 27, 2017 at 10:09

Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Diego Urenia
and 7 and the newer ones that led me to this problem? Best regards, Diego Urenia

RE: Mutual certificate authentication between Tomcat and MS IIS

2017-01-25 Thread Macca, Diego
authentication between Tomcat and MS IIS -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Diago, On 1/24/17 4:41 PM, Christopher Schultz wrote: > Diago, > > On 1/24/17 11:40 AM, Macca, Diego wrote: >> On 1/24/17 8:24 AM, Macca, Diego wrote: >>>> Has somebody of you ever tried to c

RE: Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Macca, Diego
Thanks Chris for your comments. Kind Regards, Diego Macca Senior IT Specialist DG-IS/EDA - Executional Domain Applications EUROPEAN CENTRAL BANK Tel.: +49 (69) 1344 6991 E-mail: diego.ma...@ecb.europa.eu www.ecb.europa.eu www.youtube.com/ecbeuro https://twitter.com/ecb -Original Message

Mutual certificate authentication between Tomcat and MS IIS

2017-01-24 Thread Macca, Diego
webserver. Thanks in advance. Kind Regards, Diego Macca Senior IT Specialist DG-IS/EDA - Executional Domain Applications EUROPEAN CENTRAL BANK Tel.: +49 (69) 1344 6991 E-mail: diego.ma...@ecb.europa.eu<mailto:diego.ma...@ecb.europa.eu> www.ecb.europa.eu<http://www.ecb.europa.eu/> www

RE: Two Way SSL - SSL Offloading at load balancer

2016-12-05 Thread Macca, Diego
the handshake so the SSL communication is established but no certificate is sent. If I got this right is because something has been changed in a later revision in Java 8. To force Tomcat to request the client certificate we had to set clientAuth to true. Just my 2 cents. Kind Regards, Diego Macca

Protect Management

2016-08-19 Thread Diego Gomes
is, to prevent brute force, there is a LockOutRealm, right? Where should I implement it and how? I am running Tomcat 7.0.70 Thanks! Diego

Tomcat Connection Security

2015-09-21 Thread Diego Maciel Gomes
of the connection. For weblogic, it is configured different, like encrypted. So, is there any way to protect this configuration/file for Tomcat? Thanks, Diego

Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
) ? If you need more details please tell me. Thanks in advice, Kind regards Diego

R: Session lost in Tomcat 5.5.36

2014-09-30 Thread Diego Ruotolo
Thanks Daniel, best regards Diego -Messaggio originale- Da: Daniel Mikusa [mailto:dmik...@pivotal.io] Inviato: martedì 30 settembre 2014 15:33 A: Tomcat Users List Oggetto: Re: Session lost in Tomcat 5.5.36 On Tue, Sep 30, 2014 at 6:56 AM, Diego Ruotolo druot...@noemalife.com

Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Diego Ruotolo
ha scritto: Diego, You should send us an example. It looks like you have done a lot of investigation into the issue, but you won't give us any details. Please provide some. -chris - To unsubscribe, e-mail: users-unsubscr

Re: Tomcat 5.5.27, session lost, cookies

2011-06-01 Thread Diego Ruotolo
Hi Chris, many thanks for your suggestion. Next week I will try to remove the cookie in excess and I'll tell you the result. Best regards Il 01/06/2011 16.29, Christopher Schultz ha scritto: Diego, On 6/1/2011 6:27 AM, Diego Ruotolo wrote: BTW, in my previous mails I tell you about

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Diego Ruotolo
5Ju... thanks Fil -chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- Diego Ruotolo - NoemaLife S.p.A. Ing. Diego Ruotolo Software

Re: Tomcat 5.5.27, session lost, cookies

2011-05-27 Thread Diego Ruotolo
Il 27/05/2011 15.04, Filippo Machi ha scritto: @Filippo: Ciao! There are no strange or blank character on cookie value, it's just the JSESSIONID as is. It's a value generated by Tomcat, isn't it? Ciao Diego, I meant, maybe there's ANOTHER cookie in the incoming request that contains one

Re: Tomcat 5.5.27, session lost, cookies

2011-05-26 Thread Diego Ruotolo
Hi, any suggestion for this problem? Thanks, best regards Il 25/05/2011 10.34, Diego Ruotolo ha scritto: Hi, this is my first post to this list. Maybe it's a post more related to the developers list, if so please tell me so and I will send it to that list. Working with my company's

Tomcat 5.5.27, session lost, cookies

2011-05-25 Thread Diego Ruotolo
that is a time-related issue: IMHO the problem is that sometimes cookies are parsed BEFORE header is parsed. Hope I've been clear... Is this a known problem? Any suggestions? Maybe there is some configuration tricks I can use to avoid this problem? Thanks in advice, best regards -- Ing. Diego Ruotolo

cookies and webservice

2011-01-19 Thread Diego Monni
the jsessionid works fine. What is wrong? Thanks in advance diego

Re: cookies and webservice

2011-01-19 Thread Diego Monni
Thanks for the response. I mean that my application contains jsp pages and webservices. When I call a jsp page the jsessionid is present. When I invoke a service method in the response header jsessionid is not present. diego 2011/1/19 Caldarale, Charles R chuck.caldar...@unisys.com From

Re: cookies and webservice

2011-01-19 Thread Diego Monni
(HTTPConstants.COOKIE_STRING); The web service client use an application authentication (service with login method) and it doesn't perform any other autentication. diego 2011/1/19 Christopher Schultz ch...@christopherschultz.net -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Diego, On 1/19/2011 9:48 AM, Diego Monni

mod_jk, missing uri map

2009-06-11 Thread Diego Figueroa
Hi, I'm having issues using mod_jk 1.2.28 with Tomcat 6.0.18 and Apache 2.2. Whenever I call one of the mount points defined on my apache2.conf file I get the same message in the log file (below). I am including what I believe are the relevant portions of my config files. Thanks! I call the

Re: mod_jk, missing uri map

2009-06-11 Thread Diego Figueroa
Hi André, Thanks for your input. I added JkMountCopy On to both the default and SSL VirtualHosts and it started working. Diego. André Warnier a...@ice-sa.com 2009/06/11 01:03 PM Please respond to Tomcat Users List users@tomcat.apache.org To Tomcat Users List users@tomcat.apache.org cc

Problems retrieving client certificates with mod_jk

2009-06-02 Thread Diego Manilla Suárez
Hi. I'm using client certificates in certain parts of my webapp. When I was using mod_proxy_ajp I could retrieve the client certificates from a request attribute: request.getAttribute(javax.servlet.request.X509Certificate); But now I've switched to mod_jk and I always get null. This is my

Re: Problems retrieving client certificates with mod_jk

2009-06-02 Thread Diego Manilla Suárez
OK, problem solved. I added SSLOptions +ExportCertData and now it's working again. Regards, Diego Diego Manilla Suárez escribió: Hi. I'm using client certificates in certain parts of my webapp. When I was using mod_proxy_ajp I could retrieve the client certificates from a request attribute

RE: Tomcat does not respond

2009-05-28 Thread Diego Castorina
. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: giovedì 28 maggio 2009 15.15 To: Tomcat Users List Subject: RE: Tomcat does not respond From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond SEVERE: Servlet.service

RE: Tomcat does not respond

2009-05-28 Thread Diego Castorina
To: Tomcat Users List Subject: RE: Tomcat does not respond From: Diego Castorina [mailto:di...@quince.nl] Subject: RE: Tomcat does not respond I use the ServletOutputStream because I need to write binary directly in the response while with the PrintWriter I can only write character text

Tomcat does not respond

2009-05-27 Thread Diego Castorina
application The server completely stop responding around 2 times a day but nothing emerges from the logs. It hangs on every request, even on the index.htm containing a Hello World Any clues? Diego Castorina | quince -- mobile e-mail di...@quince.nl web

Tomcat hangs due to socket reads?

2009-03-18 Thread Diego Manilla Suárez
Hi everyone. I'm running Tomcat 5.0.30 + Apache 2.2.3 on a SuSE EL 10. After a few days running, the CPU load increases, until Tomcat is eating 99% of it, and I need to restart. The last time this happened, I executed jstack on the Tomcat VM, and I saw most of threads stacks are like this:

Re: Tomcat hangs due to socket reads?

2009-03-18 Thread Diego Manilla Suárez
/ ## Thanks for pointing that out. André Warnier escribió: Diego Manilla Suárez wrote: [...] Hi. No idea about your problem, but in the information you provide, you are showing the Apache connecting to port 8009 of Tomcat, but for Tomcat you are showing

http-only cookies

2009-01-07 Thread Diego Armando Gusava
Http-Only is support Tomcat 6? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
i dont know how to request j_security_check on https! i attemped http://wiki.apache.org/tomcat/SSLWithFORMFallback but didnt work login-config !--auth-methodFORM/auth-method-- form-login-config form-login-page/login.do/form-login-page

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
: Diego Armando Gusava wrote: i dont know how to request j_security_check on https! i attemped http://wiki.apache.org/tomcat/SSLWithFORMFallback but didnt work I think the above attempts to find an SSL cert, but falls back to FORM auth. Which isn't perhaps what you want? login-config

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
transport mechanism (HTTPS) how can i do it? 2009/1/6 Diego Armando Gusava diegogus...@gmail.com: let me explain when i try to access mySecurePath for example, tomcat show me a login page with https but after that i dont need for example be with https, because i only need to send protected

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
no man, example, email when u login, your username and password will be transport https, but after that, you are in http! u dont need https because, you are only reading messages(emails) 2009/1/6 Caldarale, Charles R chuck.caldar...@unisys.com: From: Diego Armando Gusava [mailto:diegogus

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
myAPP/login/login.jsp work, but when i try an action and has restrict access, and havent user logged, tomcat redirect to login page with http !!! 2009/1/6 Caldarale, Charles R chuck.caldar...@unisys.com: From: Diego Armando Gusava [mailto:diegogus...@gmail.com] Subject: Re: j_security_check

Re: j_security_check with https

2009-01-06 Thread Diego Armando Gusava
client browser to tomcat will be still a plain text. i want to encrypt this and obviously i need to use https. So how to combine both and how tomcat wil help me doping this?? 2009/1/6 Mark Thomas ma...@apache.org: Gregor Schneider wrote: On Tue, Jan 6, 2009 at 9:13 PM, Diego Armando Gusava

From which stable version Tomcat uses java NIO

2008-08-26 Thread Diego Bolanos
From which stable version Tomcat uses java NIO I spend 30 minutes on google looking for the first stable version of Tomcat that make use of Java NIO package. Since I didn't get good results I have to ask here. Please advise and thanks -- Luis Diego Bolaños Quiros

javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
Hello everyone, Could anyone help me, please? I have this mistake and I don't kow how to fix it: org.apache.jasper.JasperException: Exception in JSP: /web_adminContent.jsp:23 20: Users Name 21: Country 22: 23: 24: 25: 26: Stacktrace:

RE: javax.servlet.ServletException: Cannot find bean usersList in scope request

2008-07-25 Thread Carlos Morales Diego
The jsp file is this one: I write in a comment because if not you can't see it From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: javax.servlet.ServletException: Cannot find bean usersList in scope request Date: Fri, 25 Jul 2008 17:40:53 + Hello everyone, Could

javax.mail.AuthenticationFailedException

2008-07-22 Thread Carlos Morales Diego
Hello all, Could anyone help me, please?, I've been trying to solve this mistake but it's impossible and I don't know what I can do. This is the mistake: org.apache.jasper.JasperException: Exception in JSP: /sendmail.jsp:25 22: 23: Store store=s.getStore(pop3); 24:

RE: javax.mail.AuthenticationFailedException

2008-07-22 Thread Carlos Morales Diego
: javax.mail.AuthenticationFailedException I don't use Yahoo! email so take this with a grain of salt, but this error looks pretty clear cut to me. Yahoo's SMTP server wants username and password, but you aren't sending any. --David Carlos Morales Diego wrote: Hello all, Could anyone help me, please

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
Hello Jonas, I still have the same mistake, so I don't know, this is my code Properties props=new Properties(); props.put(correo.smtp.host,smtp.correo.yahoo.es); props.put(correo.smtp.port,25); props.put(correo.smtp.auth, true); Session

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-17 Thread Carlos Morales Diego
:41 PM, Carlos Morales Diego [EMAIL PROTECTED] wrote: Hello Jonas, I still have the same mistake, so I don't know, this is my code Properties props=new Properties(); props.put(mail.smtp.host,smtp.correo.yahoo.es); props.put(mail.smtp.port,25); props.put(mail.smtp.auth, true); Session s

javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
Hey all, I'm having problems with Javamail and I don't know why, the trace of the mistake is this one: org.apache.jasper.JasperException: Exception in JSP: /sendmail.jsp:22 19: Store store=s.getStore(pop3); 20: store.connect(pop.correo.yahoo.es,[EMAIL PROTECTED],bezos11); 21:

RE: javax.servlet.ServletException: Could not connect to SMTP host: localhost, port: 25

2008-07-14 Thread Carlos Morales Diego
This is the source Mail has been sent Compruebe bandeja de entrada Mail has been sent Pulse aquí para enviar otro -- From: [EMAIL PROTECTED] To:

org.apache.jasper.JasperException: Cannot find bean usersList in scope request

2008-07-12 Thread Carlos Morales Diego
Hello everyone, I have the next problem with my JSP files. I have the next mistake and I don't know how to fix it: excepción org.apache.jasper.JasperException: Cannot find bean usersList in scope request

org.apache.jasper.JasperException: Cannot find bean usersList in scope request

2008-07-12 Thread Carlos Morales Diego
Hey all, Could anyone help me, please?. I have the next mistake and I'm trying to fix it but I don't achieve it. This is the mistake: excepción org.apache.jasper.JasperException: Cannot find bean usersList in scope request

RE: org.apache.jasper.JasperException: Cannot find bean usersList in scope request

2008-07-12 Thread Carlos Morales Diego
web_adminContent.jsp is: Users Management page : Passport Users Name Country Thanks From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: org.apache.jasper.JasperException: Cannot find bean usersList in

isapi_redirect.dll without Tomcat

2008-06-18 Thread Diego Fdez . Durán
/webserver_howto/iis.html [2] http://www.mail-archive.com/users@tomcat.apache.org/msg45734.html -- Diego Fdez. Durán [EMAIL PROTECTED] | http://www.goedi.net GPG : 925C 9A21 7A11 3B13 6E43 50DB F579 D119 90D2 66BB - To start

Re: Manager undeploy task only stops webapp

2008-03-04 Thread Diego Rodríguez Martín
Hi, I've found the problem. As you said, it was a problem of configuration. I defined the docbase and also was using localwar parameter in ant task with the same dir as docbase. Removing the localwar parameter in ant task solved the problem Many thanks Diego Caldarale, Charles R

Re: Manager undeploy task only stops webapp

2008-02-19 Thread Diego Rodríguez Martín
Diego Rodríguez Martín escribió: Hi, I'm using manager in Tomcat 6.0.16 throught ant task (1.6.5) to undeploy webapps. I have copied the new catalina-ant.jar in ANT_HOME/lib directory. The problem is that now the application is stopped instead of undeployed though the output message

Manager undeploy task only stops webapp

2008-02-12 Thread Diego Rodríguez Martín
? -- - Diego Rodríguez Martín ALTIRIA TIC - Servicios SMS - Desarrollo Web Tel. +34 913311198 - Fax +34 915713993 - Móvil +34 610299750 www.altiria.com - - To start a new

Make two authentication schemes coexist on the same app

2008-02-11 Thread Diego Manilla Suárez
Hi. I have a web app with standard form authentication and a custom JDBCRealm. Now, I need to enable client certificate authentication, and be able to use both authentication mechanisms (certificates when the user sends them, and standard login form when he doesn't). I don't know if this is

Cleanup of org.apache.naming.resources.CacheEntry resources

2008-02-08 Thread Diego Rodríguez Martín
? -- - Diego Rodríguez Martín ALTIRIA TIC - Servicios SMS - Desarrollo Web Tel. +34 913311198 - Fax +34 915713993 - Móvil +34 610299750 www.altiria.com

Re: Why use a Web Server over Tomcat?

2008-01-08 Thread Diego
- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Diego

Re: jdbc connection pooling

2008-01-04 Thread Diego
. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Diego

Re: What do I do with a heap dump? (OOM Permgen)

2007-11-02 Thread Diego Rodríguez Martín
.html As far as I know, it has not been resolved, so you could be running into this Diego Greg Vilardi escribió: On 2 Nov 2007 at 7:24, Caldarale, Charles R wrote: From: Peter Crowther [mailto:[EMAIL PROTECTED] Subject: RE: What do I do with a heap dump? (OOM Permgen) As far as I

Re: Tomcat 6 and Permgen increase with redeployments

2007-10-02 Thread Diego Rodríguez Martín
your offending classes. This link may be an introduction to memory leaks, http://opensource.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669 Diego wild_oscar escribió: Although I've read a lot in the past week about Permgen and the problems of some libs, I haven't

Tomcat lost requests/logs

2007-09-12 Thread Ing. Diego Trombetta
I'm working with Tomcat 5.5.23. The users are complaining that they need to log in a lot of times during the day, therefore I took a look at logs and, to my surprise, I found out that there are missing requests! What I mean is that on the logs I can read

R: Tomcat lost requests/logs

2007-09-12 Thread Ing. Diego Trombetta
or user disabled cookies and your application does not use url rewriting mecanisms - Your application calls session.invalidate() En l'instant précis du 12/09/07 11:23, Ing. Diego Trombetta s'exprimait en ces termes: I'm working with Tomcat 5.5.23. The users are complaining

Extra fields in form authentication

2007-08-30 Thread Diego Manilla Suárez
Hi. I need two extra fields in my login form, other than j_username and j_password. The problem is that these extra fields doesn't seem to be forwarded to the original requested URL. Right now I've implemented my own Authenticator, which extends

Re: 20 Tips for Using Tomcat in Production

2007-08-21 Thread Diego Yasuhiko Kurisaki
replacing that one with something else. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Diego Yasuhiko Kurisaki

Re: Tomcat 6 classloader leak in Commons Pool

2007-06-29 Thread Diego Rodríguez Martín
Sorry, you are right, it is in org.apache.tomcat.util.modeler.BaseModelMBean, and resource attribute it is retaining is an org.apache.commons.dbcp.BasicDataSource Diego Caldarale, Charles R escribió: From: Diego Rodríguez Martín [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat 6 classloader

Re: Tomcat 6 classloader leak in Commons Pool

2007-06-29 Thread Diego Rodríguez Martín
Diego Bill Barker escribió: Diego Rodríguez Martín [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have been making some more tests about this issue, using old dbcp/pool factory to get rid of the memory leaks of tomcat embedded libraries commons-pool/commons-dbcp

Re: Tomcat 6 classloader leak in Commons Pool

2007-06-28 Thread Diego Rodríguez Martín
in advance for your help Diego Diego Rodríguez Martín escribió: Hi, I have found what you said about the factory. It is ported to 6.0. I have tried to use the old commons-dbcp library, copying commons-pool-1.2.jar and commons-dbcp-1.2.2.jar in tomcat lib directory and defining the attribute

Tomcat and commons logging

2007-06-19 Thread Diego Rodríguez Martín
is: The article says that I have to use version 1.0.4 or later but I haven't found which version it is used by Tomcat, which version of commons-logging is built in the extras in Tomcat 6? -- - Diego Rodríguez Martín

Re: Tomcat 6 classloader leak in Commons Pool

2007-06-15 Thread Diego Rodríguez Martín
. com.sun.jmx.interceptor.DefaultMBeanServerInterceptor com.sun.jmx.mbeanserver.JmxMBeanServer, This part of Tomcat is completely unkown to me, Do you have any clue? Many thanks for your help Diego David Smith escribió: In older versions of tomcat (5.0.x) there is a factory attribute defining

Re: Tomcat 6 classloader leak in Commons Pool

2007-06-11 Thread Diego Rodríguez Martín
jars? It will work or you have used new functionalities of these packages? Thanks Diego Rémy Maucherat escribió: On 6/8/07, Diego Rodríguez Martín [EMAIL PROTECTED] wrote: It affects version 1.3 of commons pool. In tomcat 6, commons pool is embbeded in /tomcat-dbcp.jar/, and the docs

Tomcat 6 classloader leak in Commons Pool

2007-06-08 Thread Diego Rodríguez Martín
5.5? Thanks -- - Diego Rodríguez Martín ([EMAIL PROTECTED]) ALTIRIA TIC - Servicios SMS - Desarrollo Web Tel. +34 913311198 - Fax +34 913310087 - Móvil +34 610299750 www.altiria.com -

Re: Max number of contexts

2007-04-19 Thread Diego Rodríguez Martín
OutOf Memory errors every week, more frecuently as the number of contexts incresases (between10-15 contexts aprox), so you can understand my worries Thanks again Diego Filip Hanik - Dev Lists escribió: Diego Rodriguez wrote: Hi, I'm using Tomcat 5.5.20. In the docs says You may

Max number of contexts

2007-03-14 Thread Diego Rodriguez
this? Thanks in advance Diego

Tomcat 5.5.20 undeploy problem

2006-12-18 Thread Diego Belliardo
the Tomcat Manager to deploy and undeploy I have the same problem. Someone can help me, please? Thank you and regards. Diego