Re: virtualhost

2001-11-12 Thread Roy K. Mayr R.
7, 2001 12:38 AM To: Tomcat Users List Subject: RE: virtualhost "Host" entry must be in server.xml file.. Can you send me your httpd.conf and server.xml ...?? -Original Message- From: Roy K. Mayr R. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 06,

Re: Log Visitor's IP address?

2001-10-19 Thread Roy K. Mayr R.
I Craig... In localhost_access_log.-MM-DD.txt I can find IP address of proxy (many times). How I can get real IP address ?? Roy - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 17, 2001 4:19 PM Subject: Re: Log

Re: JDBC Connection Pool Theory ??

2001-09-21 Thread Roy K. Mayr R.
Hi, Anybody are using Poolman with Tomcat 4 ?? it works ?? Roy

RE: Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
When I put jmxri.jar (JAR file required for Poolman2.0.4) on CATALINA_HOME/lib directory, then tomcat die !! With previous tomcat versions (3.3b1, 3.2.3, 3.2.2 ) all is ok !! Any idea ?? Roy - Original Message - From: Roy K. Mayr R. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Fw: Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
Helpme please !!! When I put jmxri.jar (JAR file required for Poolman2.0.4) on CATALINA_HOME/lib directory, then tomcat die (crash!!) With previous tomcat versions (3.3b1, 3.2.3, 3.2.2 ) all is ok !! Any idea ?? Roy - Original Message - From: Roy K. Mayr R. [EMAIL PROTECTED

Tomcat4 and Apache

2001-09-18 Thread Roy K. Mayr R.
Hi... Sorry...a simple question I'm installing Tomcat4 Release !! Need I to install Apache ? How I connect Tomcat4 with Apache ? Thanks.. Roy

RE: about jakarta

2001-08-28 Thread Roy K. Mayr R.
Hi, I have a JSP page with one form and many checkboxs... all with same name but diferent value. For example: form method=get name=formulario input type=checkbox name=prueba value=1 input type=checkbox name=prueba value=2 input type=checkbox name=prueba value=3 input type=checkbox name=prueba

RE: JDBC connection failing

2001-08-28 Thread Roy K. Mayr R.
Hi, I have similar problem...and I have a firewalls between server and the database, and I'm using connection pooling (Progress database) !! What I must check in my firewalls ?? Thanks for advance. Roy

checkbox with Tomcat

2001-08-28 Thread Roy K. Mayr R.
Sorry, I used wrong subject in last mail I have a JSP page with one form and many checkboxs... all with same name but diferent value. For example: form method=get name=formulario input type=checkbox name=prueba value=1 input type=checkbox name=prueba value=2 input type=checkbox

RE: checkbox with Tomcat

2001-08-28 Thread Roy K. Mayr R.
Sorry... When I select checks and submit the form, then with JServ I get (request.getParameter) every checkbox selected but not with Tomcat... Why ? Roy

Memory used by java process

2001-08-25 Thread Roy K. Mayr R.
Hi, I'm working with Solaris 8, Tomcat 3.3b, jdk 1.3.1, and Apache... When I start tomcat, java process use 16M and when I run JSP pages this process grow more, more, more I start java with options: export TOMCAT_OPTS= -server -verbosegc -Xincgc -Xmx150m What is wrong?? Output of

RE: Tomcat/Apache on Solaris

2001-08-23 Thread Roy K. Mayr R.
What JVM startup parameter are you using ? Roy

Solaris Problem

2001-08-22 Thread Roy K. Mayr R.
Hi, I would like to know if anyone out there is successfully using Tomcat with Solaris and if so what version of Solaris and what jdk version. Thanks Roy

tomcat crash...

2001-08-20 Thread Roy K. Mayr R.
Hi, I'm using Tomcat 3.3b1 and Apache 1.3.20 on solaris. I work with JSP pages. Every day crash tomcat. Server work slow, slow and then crash tomcat !!! Many times I found a big big core archive Other times (many times), I seen the next error: Ajp13Interceptor: Processing connection

RE: tomcat crash...

2001-08-20 Thread Roy K. Mayr R.
I'm using jdk 1.3. Yes, before it crashes cpu utilization is very high. Close x-server and full temporal disk too. Roy

RE: tomcat crash...

2001-08-20 Thread Roy K. Mayr R.
Thanks for the quick reply! I'm using $TOMCAT_HOME/bin/startup.sh (-- tomcat.sh). Not modified !! I never see OutOfMemoryException exception. Roy

JVM and use of memory

2001-08-20 Thread Roy K. Mayr R.
When I start tomcat, it process use 44M and 16M res. (aprox). But when I work, and work, and work it process use 49,52,60,80,100,120 M and crash tomcat !!! I have JSP pages that use 8 beans... then memory used it increases more quicky I'm using: Tomcat 3.3 JDK 1.3.1 Apache 1.3.20

RE: JVM and use of memory

2001-08-20 Thread Roy K. Mayr R.
] Asunto: Re: JVM and use of memory Roy, Do you have any output in the logs either from Tomcat or the JVM? -- Mark Castillo [EMAIL PROTECTED] http://www.webFreak.com - Original Message - From: Roy K. Mayr R. [EMAIL PROTECTED] To: TomcatUser [EMAIL PROTECTED] Sent: Monday, August 20

RE: JVM and use of memory

2001-08-20 Thread Roy K. Mayr R.
on several production environments and I've never seen failing for out of memory exceptions... 98% is something you don't release in your web application/jsps Pier Roy K. Mayr R. at [EMAIL PROTECTED] wrote: I not found nothing unusual... only my outputs (System.out.println() that I use

Problem with ajp13

2001-08-19 Thread Roy K. Mayr R.
When using ajp13, I get the exception; java.net.SocketException: Connection reset by peer: Connection reset by peer Is there a problem with my ajp13? Roy