RE: Problems mixin getReader and getParameter

2005-10-05 Thread Mauricio Nuñez
( from Ostermiller utils ) to get the parameters from the InputStream. Bye Mauricio Nuñez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems mixin getReader and getParameter

2005-10-04 Thread Mauricio Nuñez
) { System.out.println(TBK:+line); } br.reset(); request.getRequestDispatcher(close).forward(request,response); } TIA Mauricio Nuñez - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: load on startup

2005-08-06 Thread Mauricio Nuñez
Improved version without sync locking: class SingletonObj { private static SingletonObj instance; static { instance=new SingletonObj(); } private SingletonObj() { } public static SingletonObj getInstance() //

Cluster threads

2005-07-28 Thread Mauricio Nuñez
;/ !--Deployer className=org.apache.catalina.cluster.deploy.FarmWarDeployer tempDir=/tmp/war-temp/ deployDir=/tmp/war-deploy/ watchDir=/tmp/war-listen/ watchEnabled=false/ -- /Cluster /Host Thanks Mauricio

Re: development environment

2005-04-22 Thread Mauricio Nuñez
El vie, 22-04-2005 a las 13:46 -0700, Patrick Lacson escribi: hi All, I'm curious to what everyone's dev environment looks like. Here's mine: Hi, Ubuntu Linux 5.04 Intel(R) Pentium(R) 4 CPU 3.00GHz 1G RAM Eclipse 3.0.2

Re: Running Tomcat on JRocket

2003-08-28 Thread Mauricio Nuñez
Hi. I'm using Jrockit with Tomcat under Linux. Only a problem: The getMessage() from the SocketException is read (using coyote connector) , while Tomcat is waiting another string for the same exception, then under a normal socket timeout, tomcat logs a error(with full stackTrace ) instead of a

Re: Freeing processors

2003-08-14 Thread Mauricio Nuñez
Hi With RH 8, you can see the threads using the option -m Att Mauricio El Jue 07 Ago 2003 09:17, Jon Wingfield escribió: Yep. Since RH 8 the ps command only shows the main java process. In previous versions ps showed the parent process and a child process for each thread the java app

Re: Freeing processors

2003-08-08 Thread Mauricio Nuñez
Hi the HttpConnector haa a connectionTimeout parameter. Set this to a low razonable value, as 2 ( 20 seconds ) I was having a similar problem, using the JkConnector, but because my app wasn't releasing db connections to the dbcp pool. Then, the run out of processors ... is more a signal

Re: HELP!! TOMCAT and MYSQL

2003-08-04 Thread Mauricio Nuñez
Hi Replace for amp; to get a valifd XML Bye El Dom 03 Ago 2003 06:39, engp0510 escribió: Thanks very much! Y, I have tried. But always throw org.xml.sax.SAXParseException said a ; is needed to end the quote of password. Any advice? - Original Message - From: Emmanuel G.

Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Mauricio Nuñez
Hi Someone can help me, please My configuration is the following: 1) load balancer ( Hardware ) 2) 2 Apache2 using mod_jk2 (RedHat 9) 3) 2 Tomcat4 listen at 8009 using Coyote Connector (RedHat 9) jdk sun 1.4.2 4) 1 Mysql server. (Redhat 7.2 , Mysql 4.0.13) Our monitor alerts about a 15s

Re: Help with mod_jk2 + Coyote connector + Apache 2 + TC 4.1.24

2003-07-31 Thread Mauricio Nuñez
Thanks. Yesterday i change thats setting from 1 to 0, assuming the persistence of the ajp13 protocol. I'll try your suggestion. I'll try with jvm bea jrockit also. 12 = 2 min. That's mean 2 min of inactivity? Someone can explain how analize data from a kill -3 ( thread dump ) . I can

Re: JK2 performance tuning

2003-07-17 Thread Mauricio Nuñez
Sorry, but ¿timeout is in seconds or in milliseconds ? Thanks Mauricio Nuñez El Jue 17 Jul 2003 12:22, Simon Pabst escribió: You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test test test :-) timeout value (in seconds

Re: JK2 performance tuning

2003-07-17 Thread Mauricio Nuñez
? At 13:27 17.07.2003 -0400, you wrote: Sorry, but ¿timeout is in seconds or in milliseconds ? Thanks Mauricio Nuñez El Jue 17 Jul 2003 12:22, Simon Pabst escribió: You can tune CoyoteConnector acceptCount and timeout values. acceptCount=10 should be fine, though you never know (test

Re: JK2 performance tuning

2003-07-17 Thread Mauricio Nuñez
Pabst escribió: seconds as far as i know, not entirely sure though, anyone else knows? At 13:27 17.07.2003 -0400, you wrote: Sorry, but ¿timeout is in seconds or in milliseconds ? Thanks Mauricio Nuñez El Jue 17 Jul 2003 12:22, Simon Pabst escribió: You

Re: Class loading issue with JavaMail 1.3 and Tomcat 4.1?

2002-11-14 Thread Mauricio Nuñez
Hi, Tomcat not allow javax.* packages into WEB-INF/lib. Try upgrading mail.jar into common/lib El jue, 14-11-2002 a las 12:18, Mike Meehan escribió: I'm having a problem using the latest JavaMail (v 1.3) with Tomcat 4.1.12. We had been using JavaMail 1.2 and everything worked fine. I

Tomcat 4.1.7 + remote Jboss (SUCCEFUL)

2002-08-13 Thread Mauricio Nuñez
Hi, I'm trying to get Jboss + Tomcat working remotely. At my test server, I install Tomcat 4.1.7 and Jboss 3.0.1 standalone. To get my code working, i put my jdni.properties file at WEB-INF/classes, copy all the client jars to WEB-INF/lib, and my test ejb jar. Then,I added and ejb-ref entry at

Re: integrating TOMCAT 4.0 with APACHE 2.0 - or Tomcat 3.3.1

2002-04-09 Thread Mauricio Nuñez
I'm trying the same! I get the CVS copy of jakarta-tomcat-connector, build and mod_jk.so, but it's don work! I get an error 500, handler not found. Can somebody release an working mod_jk.so for apache 2.0 please. Thanks El Mar 09 Abr 2002 08:27, David Cassidy escribió: I'd really quite like

Re: Properties files.

2002-03-26 Thread Mauricio Nuñez
Hi try this: jar cvf properties.jar *.properties move properties.jar to WEB-INF/lib and restart! bye El Martes 26 Marzo 2002 15:56, Xiao, Wei escribió: Hi all, I was trying to migrating an existing application to Tomcat 4.0. We used a lot of properties files and just specified the

Re: Tomcat Stability

2002-01-15 Thread Mauricio Nuñez
El Martes 15 Enero 2002 10:45, Laurent Féral-Pierssens escribió: Hi, We've been experiencing problems with stability recently. Every 2 weeks, Tomcat crashes with 500 errors. We now have more information about what happened the last time. Our configuration is: Tomcat 3.2.4 with Apache

Tomcat 3.3 Testimonial

2001-12-19 Thread Mauricio Nuñez
, and Tomcat died. I'm investigating , but that don't repeat until now. And it's a very low cost! That it's all! -- Mauricio Nuñez Gerente Técnico Chile.com [EMAIL PROTECTED] http://www.chile.com 3813636 anexo 231 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

Ajp13 Load Balancing TC 4.0.1

2001-12-12 Thread Mauricio Nuñez
Hi everybody!, What is the status of the load balancing ajp13 on TC 4.0.1 ? Thanxz! -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Session problem with WAP protocol

2001-01-17 Thread Mauricio Nuñez
Hi all I'm working with the WAP protocol, but i get the following error when i load a session: java.lang.IllegalArgumentException: Cookie name Path is a reserved token Any comments? I'm using Tomcat 3.2.1 and the wap-emulator WINWAP Thanks in advance!

Re: Session problem with WAP protocol

2001-01-17 Thread Mauricio Nuñez
Thanks! Wap support cookies. My servlet create the session, but when i reload the page, the Exception is generated. I guess the solution is change the name to the cookie associated to the session. I'm reading the documentation, but i can find (yet) where apply the change. - Original

Re: Session problem with WAP protocol

2001-01-17 Thread Mauricio Nuñez
Thanks. It's a better option. - Original Message - From: "Grzegorz Skorupa" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 10:19 AM Subject: Re: Session problem with WAP protocol On Wednesday 17 January 2001 15:00, you wrote: Thanks! Wap support cookies.

Re: Libs and classes are missing in 3.2.1

2000-12-20 Thread Mauricio Nuñez
I modified the tomcat.sh to solve this problem. search for unset CLASSPATH, and after this, add CLASSPATH=${TOMCAT_HOME}/lib this solve your problem ! - Original Message - From: "Andrew" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 20, 2000 1:18 PM Subject: Libs

What tools do you use with Tomcat?

2000-11-07 Thread Mauricio Nuñez
Hi everybody: I want to know about the tools used by other tomcat's users. By example, i'm running now jbuilder 3.5 + Tomcat + Apache to debug my applications, with Redhat 6.2. Can post another apps, please. Thanks in advance Mauricio

Help with virtual hosting and Tomcat 3.1

2000-11-02 Thread Mauricio Nuñez
Hi all: I need to validate our configuration, and i need your help! Apache 1.2.13 Tomcat 3.1 When we load apache, its send a message about recompile mod_jserv, where i find the source code for this... and what is the command line, please :-) (I'm only a project manager) We have 4 domain,

Help :HANDLER THREAD PROBLEM?

2000-10-31 Thread Mauricio Nuñez
I get the following exception: HANDLER THREAD PROBLEM: java.io.IOException: Stream closed prematurely java.io.IOException: Stream closed prematurely at org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextReque st(Ajp12ConnectionHandler.java, Compiled Code) at