Re: Illegal IMail List Server Command!

2005-05-16 Thread Pablo Carretero Sánchez
unsubscribe tomcat-user@jakarta.apache.org -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 - Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED

blank page

2005-01-26 Thread Pablo Carretero Sánchez
or network problems [Wed Jan 19 10:53:23 2005] [jk_ajp_common.c (1303)]: ERROR: Client connection aborted or network problems --- Any help will be appreciate. Best regards -- __ Pablo

Tomcat 5.0.27 Cluster Issues

2004-12-07 Thread Pablo Carretero
, alive=357296] __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velázquez nº 3 Esc Izq 7º B 28932 – Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED] http://www.cygnux.com/egroupware/email/compose.php?folder=INBOXsessionid=1

Documentation

2004-12-07 Thread Pablo Carretero
Hi, Where can I find documentation about Tomcat looger, and debug verbosity params? I change the debug and verbosity values, and the log is always the same. Thank you very much. - To unsubscribe, e-mail: [EMAIL

RE: Documentation

2004-12-07 Thread Pablo Carretero
Thanks Yoav, Maybe, I don't explain very well my case. For example, If I active the debug in the database pool connection, can I see the active connection, free connection, the queries, etc... Other example, I'm configuring a cluster in memory, I would like activate the debug option, in order

RE: Documentation

2004-12-07 Thread Pablo Carretero
Yoav and Filip, thanks a lot. I'm very new in the Open Source software, I good like the idea, and under my point of view, is the best solution event the big companies. But for beginner, is very difficult. Thank you very much I try continue with your indication. Best regards.

Setup Xms Xmx

2004-11-15 Thread Pablo Carretero Sánchez
Hi, my platform is: Windows 2K Tomcat 5.0.27 I start Tomcat as Win2K service, can I setup JAVA_OPTS like Xms and Xms. Thank a lot and best regards. ciao -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B

Filter tricks in tomcat

2004-11-09 Thread Pablo Carretero
response, to have a good mechanism of statistics in my web application. So, can you help in order to know how can I catch the response in a filter?? Thanks in advanced, And best regards. .pcs __ Pablo Carretero Sánchez Cygnux Arquitecto de

Re: response.sendRedirect()

2004-10-07 Thread Pablo Carretero Sánchez
regard Ben Souther ([EMAIL PROTECTED]) escribi? Without seeing the rest of your code, I'll guess that the problem is that you've started the relative link with a /. Try without it. If you have to back up a directory use ../jknopkn/prueba.jsp. On Wed, 2004-10-06 at 11:11, Pablo Carretero

response.sendRedirect()

2004-10-06 Thread Pablo Carretero Sánchez
Hi, I have a urgent problem response.sendRedirect() in Tomcat 5.0.27. It doesn't work in my appl. Can anyone help me. Thanks a lot -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 #8211; Móstoles

Re: response.sendRedirect()

2004-10-06 Thread Pablo Carretero Sánchez
Hi, I don't test in other Tomcat version. I'm trying a sendRedirect() in one JSP. And it doesn't work. The code is: response.sendRediredt(/jknopkn/prueba.jsp); QM ([EMAIL PROTECTED]) escribió: On Wed, Oct 06, 2004 at 04:38:54PM +0200, Pablo Carretero S?nchez wrote: : I have a urgent problem

JSP Implicit import

2004-09-22 Thread Pablo Carretero Sánchez
know why?? Best regards. -- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 #8211; Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED

pageContext.getSession()

2004-09-14 Thread Pablo Carretero Sánchez
-- __ Pablo Carretero Sánchez Cygnux Arquitecto de Software Pintor Velazquez nº 3 Esc Izq 7º B 28932 #8211; Móstoles (Madrid) Movil: +34 699929150 [EMAIL PROTECTED] - To unsubscribe, e-mail

Re: pageContext.getSession()

2004-09-14 Thread Pablo Carretero Sánchez
Hi, Yes I'm calling this from a JSP. But i don't understand you. How can I setup the session in the jsp. QM ([EMAIL PROTECTED]) escribió: On Tue, Sep 14, 2004 at 02:24:03PM +0200, Pablo Carretero S?nchez wrote: : I'm migrating an application from Weblogic 5.1 to Tomcat 5. can I use

TAG Lib problem

2004-08-02 Thread Pablo Carretero Sánchez
) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Do you know something about this error. I'll apprecite any help. Best regards and thank a lot. ciao .pcs -- __ Pablo Carretero Sánchez Cygnux Arquitecto de

Re: TAG Lib problem

2004-08-02 Thread Pablo Carretero Sánchez
any other work around. Thank a lot. ciao .pcs Ruth, Brice ([EMAIL PROTECTED]) escribió: You may be having a problem with the case of your tag attribute. Try changing the case of the attribute to all lower-case: titulo and see if that helps. Pablo Carretero Sánchez wrote: Hi all