RE: Out of Memory Errors. Help!

2002-05-28 Thread Emilio Miranda
Maybe you have some instances of classes that never die and colapse the memory . Try using some tool to check the objects of your aplication. I had a similar problem and used OptimizedIt (www.vmgear.com) a free demo to check the behavior of the classes and the Tomcat.

RE: just one edit.

2002-05-21 Thread Emilio Miranda
Kelkar [mailto:[EMAIL PROTECTED]] Enviado el: martes, 21 de mayo de 2002 11:32 Para: Tomcat Users List Asunto: RE: just one edit. Are you talking about persistent data? I.e. Are you talking about database concurrency? -Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]] Sent

just one edit.

2002-05-20 Thread Emilio Miranda
Hello, I am sorry if that is an offtopic. How can I be sure that only one user is changing some data at the time? could Tomcat help me on that? I mean , supouse that one user change a name an another try to change at the same time. Thanks a lot! -- To unsubscribe, e-mail: mailto:[EMAIL

RE: just one edit.

2002-05-20 Thread Emilio Miranda
} } } --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 11:15 AM To: Tomcat Users List Subject: just one edit. Hello, I am sorry if that is an offtopic

RE: just one edit.

2002-05-20 Thread Emilio Miranda
talking about?? Is java in the background?? Øyvind Øyvind Vestavik Øvre Møllenberggt 44b 7014 Trondheim [EMAIL PROTECTED] 41422911 On Mon, 20 May 2002, Emilio Miranda wrote: Hi, really apreciate your help. but What I mean is a case in web. It is: administrator A login to a site and modify

RE: problems shutting down tomcat on HP-UX 11

2002-05-13 Thread Emilio Miranda
are you using connections to a DB? I have a similar problem becuse I use a pool of connections and the connections died, then when I tried to shutdown the tomcat had the similar problem I used kill-9, after that I worked on the connection pool. check that, It could help you. -Mensaje

Access to the source code from the begining

2002-05-06 Thread Emilio Miranda
Hello!! I am developing a little site : http://myhost:8080/mkg/ In mkg I have mi site, well if I put this link it appears the list of all my files like this : Directory Listing For / Filename Size Last Modified cfg/Sat, 04 May 2002 00:19:27 GMT images/ Thu, 02 May 2002 21:52:59

RE: Access to the source code from the beginning

2002-05-06 Thread Emilio Miranda
/init-param Restart your server and this should solve the problem you have indicated. Peace, Tal -Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:29 AM To: Tomcat Users List Subject: Access to the source code from the begining Hello!! I

RE: Access to the source code from the beginning

2002-05-06 Thread Emilio Miranda
EM change this to... EM init-param EM param-namelistings/param-name EM param-valuefalse/param-value EM /init-param EM Restart your server and this should solve the problem you have indicated. EM Peace, EM Tal EM -Original Message- EM From: Emilio Miranda [mailto

method POST is not allowed

2002-05-06 Thread Emilio Miranda
Hello. My Tomcat was working fine but suddenly apear this message when I try to login to my aplication. Method Not Allowed The requested method POST is not allowed for the URL /mkg/jsp/login.jsp. Apache/1.3.20

Manage the garbage collector in tomcat

2002-02-08 Thread Emilio Miranda
Hello , I want to modify the action of garbage collector. Where can I change this values (-Xms, -Xmx,-Xminf, etc.)? or I have to modify the scripts where you call %JAVA_HOME%? Thanks a lot for the time . -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

RE: Manage the garbage collector in tomcat

2002-02-08 Thread Emilio Miranda
-Original Message- From: Emilio Miranda [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 12:54 PM To: Tomcat Users List Subject: Manage the garbage collector in tomcat Hello , I want to modify the action of garbage collector. Where can I change this values (-Xms, -Xmx,-Xminf, etc

Manage of memory and Garbage collector.

2002-02-08 Thread Emilio Miranda
Hello, maybe is an off-topic but could anybody tell me how could I know the value of parameters like Xms , MaxPermSize, Xminf, New Ratio , etc. which are involve with the garbage collector -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles