Real-Time Tracking

2007-08-23 Thread David Rodríguez Fernández
Hi list. I'm interested in implement the log described in this URL: http://www.devx.com/Java/Article/32730/1954?pf=true How I compile the ResourceTrackingAccessLogValve.java? Where I put the class? Thanks in advice. -- Nadie es tan joven que no se pueda morir mañana, ni tan viejo que no

Re: Removing the port identifier

2007-08-16 Thread David Rodríguez Fernández
In OSX you must use ipfw, i don't know how ipfw is used, but i think this must be similar to iptables. On 8/15/07, Stephen Caine [EMAIL PROTECTED] wrote: David, Do you know what the corresponding command (iptables) would be in OS X? You can execute tihs iptables line (if you are using

Re: Removing the port identifier

2007-08-15 Thread David Rodríguez Fernández
You can execute tihs iptables line (if you are using linux) directly in the server where you run tomcat (substitute xxx.xxx.xxx.xxx whith the ip address of your linux box): iptables -t nat -A PREROUTING -d xxx.xxx.xxx.xxx -p tcp -m tcp --dport 443 -j DNAT --to-destination xxx.xxx.xxx.xxx:8443

KeepAlive slow

2007-05-24 Thread David Rodríguez Fernández
Hi list. I have a tomcat 5.0.19 server (java 1.4.2_08) who slow the connection when i use the keepAlive method. This is normal? ## KeepAlive test (no keepAlive below): $ /usr/sbin/ab2 -n 2100 -c 21 -k http://192.168.252.150:8080/App/AppServlet?c=480f=cl=2758309187601480 014u=0 This is

RE: DBCP

2007-05-24 Thread David Rodríguez Fernández
=javax.sql.DataSource driverClassName=oracle.jdbc.OracleDriver url=jdbc:oracle:thin:@127.0.0.1:1521:mysid username=scott password=tiger maxActive=20 maxIdle=10 maxWait=-1/ On 5/24/07, David Rodríguez Fernández [EMAIL PROTECTED] wrote: What tomcat version

RE: xml deleted

2007-04-10 Thread David Rodríguez Fernández
Para: Tomcat Users List Asunto: Re: xml deleted David Rodríguez Fernández wrote: I have an application who needs a special configuration in the server.xml file. I have extract the configuration to an external file in the conf/Catalina/localhost directory with the required configuration

RE: Tomcat Manager Authentication

2007-04-09 Thread David Rodríguez Fernández
Tomcat don't save the password, the password is sent by IE in every connection. Maybe you don't has erased all data. -Mensaje original- De: Abo alnoor [mailto:[EMAIL PROTECTED] Enviado el: lunes, 09 de abril de 2007 11:45 Para: users@tomcat.apache.org Asunto: Tomcat Manager

Tomcat restart and data session

2007-02-15 Thread David Rodríguez Fernández
Hi, Exists some way to to restart tomcat without loosing the session data? Thanks -- La Información incluida en el presente correo electrónico es SECRETO PROFESIONAL Y CONFIDENCIAL, siendo para el uso exclusivo del

RE: mod_jk replacement?

2007-02-02 Thread David Rodríguez Fernández
: lunes, 22 de enero de 2007 16:55 Para: Tomcat Users List Asunto: Re: mod_jk replacement? On 1/22/07, David Rodríguez Fernández [EMAIL PROTECTED] wrote: Recently i'm using mod_proxy_ajp, as mod_jk replacement with apache. The OP asked about Apache httpd 2.0.x, for which mod_proxy_ajp

RE: multiple requests from the same client (only 2 threads are activated!)

2007-02-02 Thread David Rodríguez Fernández
Are you using firefox as web client? There's an issue of firefox (i don't know what is) what only 2 downloads are performed as same time. -Mensaje original- De: Debora Desideri [mailto:[EMAIL PROTECTED] Enviado el: jueves, 25 de enero de 2007 19:49 Para: users@tomcat.apache.org Asunto:

RE: authentication using active directory

2007-02-02 Thread David Rodríguez Fernández
Can tomcat read the file login.html? I think this is a permissions problem. -Mensaje original- De: Deepan [mailto:[EMAIL PROTECTED] Enviado el: viernes, 26 de enero de 2007 8:22 Para: Tomcat Users List Asunto: authentication using active directory Hi, I am trying to authenticate using

RE: mod_jk replacement?

2007-01-23 Thread David Rodríguez Fernández
Para: Tomcat Users List Asunto: Re: mod_jk replacement? On 1/22/07, David Rodríguez Fernández [EMAIL PROTECTED] wrote: Recently i'm using mod_proxy_ajp, as mod_jk replacement with apache. The OP asked about Apache httpd 2.0.x, for which mod_proxy_ajp is not available (introduced in 2.2.x

RE: mod_jk replacement?

2007-01-22 Thread David Rodríguez Fernández
Recently i'm using mod_proxy_ajp, as mod_jk replacement with apache. I don't have this in an production environment, but along this week I plan to do it. This is an extract of my apache config: ProxyPass /app/img/ ! ProxyPass /app/js/ ! ProxyPass /app/doc/ ! ProxyPass /app/css/ !

RE: unable to start the tomcat server Version 4.1

2007-01-17 Thread David Rodríguez Fernández
Hi list. I have a Tomcat production environment, with Oracle as database backend. We work in spanish, and our date format is dd/mm/. When Tomcat is recently started, all work fine, but after some hours (maybe days) of working, the format of dates change to the english format mm/dd/ and the

Date format

2007-01-17 Thread David Rodríguez Fernández
Hi list. I have a Tomcat production environment, with Oracle as database backend. We work in spanish, and our date format is dd/mm/. When Tomcat is recently started, all work fine, but after some hours (maybe days) of working, the format of dates change to the english format mm/dd/ and