Re: virtualhost

2001-11-12 Thread Roy K. Mayr R.
> -Original Message- > > From: Lomesh Contractor [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, November 07, 2001 12:38 AM > > To: Tomcat Users List > > Subject: RE: virtualhost > > > > > > "Host" entry must be in server.xml file.. &g

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:

Re: JDBC Connection Pool Theory ??

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

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 PROTEC

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

Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
Hi, After I install Tomcat 4.0 (migrating from tomcat 3.3b1), I can't install correctly Poolman (connection pooling...). Many required JAR files for Poolman I see on common directory of tomcat... Can I to use this JAR files ? Can I to use XML parser of Tomcat (JAXP/1.1 ) or I need necesary xerce

RE: Tomcat4 and Apache

2001-09-19 Thread Roy K. Mayr R.
Thanks Jocke !! - Original Message - From: Järkeborn Joacim <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 2:55 AM Subject: RE: Tomcat4 and Apache > > I'm installing Tomcat4 Release !! Need I to install Apache ? > > Nope, you can change Tomcat to listen

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: 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

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: out.println(request.getParameter("prueba"); When I use Java WebServer, output show every checkbox selected... 2,4,5, f

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

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: out.println(request.getParameter("prueba"); When I use Java WebServer, output show every checkbox selected... 2,4,5, for example. But when I use Tomcat output only show first

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 "verb

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

RE: JVM and use of memory

2001-08-20 Thread Roy K. Mayr R.
last non-beta release), or 4.0b7 which I use 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

RE: JVM and use of memory

2001-08-20 Thread Roy K. Mayr R.
Para: [EMAIL PROTECTED] > 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:

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 S

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

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

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 connectio

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