Tomcat 5.5 upgrade + logging problems

2005-08-11 Thread Robert Abbate
Hi. I have searched through archives and online for such solutions for the depreciated Logger element. We have a virtual host setup and requires separate logs for each host. We have followed the instructions such as this: jakarta.apache.org/tomcat/tomcat-5.5-doc/logging.html we've put

Tomcat 5.5 changes in Log format

2005-07-18 Thread Robert Abbate
Hello. We run a webhosting environment, and in previous releases we were able to have separate logs for *each* virtual host by using something like this: Host name=mydomain.com ... ... Logger className=org.apache.catalina.logger.FileLogger prefix=domain.com_log. suffix=.txt

Tomcat Memory leaks!

2003-06-03 Thread Robert Abbate
Hi. It seems Tomcat (4.1.24) has a major memory leak, and I wanted to bring it to the developers attention so they can check it out. I run a shared hosting server (Mandrake 8.2, Apache 1.3) with virtual hosts. I have 1 Gig of RAM and about 50 virtual hosts and yet I keep getting Out of Memory

RE: Tomcat Memory leaks!

2003-06-03 Thread Robert Abbate
that whe nwe moved to jikes forked compiles went away... Hope that helps. Cheers, Alex. -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has

mod_jk problems on Apache 2.0

2003-02-26 Thread Robert Abbate
I am trying to get mod_jk working on Apache 2.0, but keep running into some problems. I have tried everything in the documentation, and I even have looked through the mailing list, but no help was available. Does anyone have experience with this? Syntax error on line 214 of

New Version 4.1.18 Out of Memory Errors

2002-12-30 Thread Robert Abbate
Hello. I have 1 Gig of Ram on my Linux server and was running 4.0.1. Tomcat and never had any problems with memory Now, I just upgraded to Tomcat 4.1.18 and I keep getting Out of Memory errors! Here's the memory at certain intervals: at the time of out of memory error CPU states: 3.5% user,

New Version 4.1.18 Out of Memory Errors...continued...

2002-12-30 Thread Robert Abbate
Oops, I almost forget to send out the catalina logHere it is: Dec 30, 2002 11:08:29 AM org.apache.jk.common.ChannelSocket processConnection INFO: server has been restarted or reset this connection Dec 30, 2002 11:08:34 AM org.apache.tomcat.util.log.CommonLogHandler log SEVERE: Caught

RE: New Version 4.1.18 Out of Memory Errors...continued...

2002-12-30 Thread Robert Abbate
Where is that setting? -Original Message- From: Torsten Fohrer [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 11:08 AM To: Tomcat Users List Subject: Re: New Version 4.1.18 Out of Memory Errors...continued... have you increase the maximum memory for the jvm? with -Xmx256mb

RE: Virtual Hosting with Tomcat

2002-12-30 Thread Robert Abbate
I'd say to just send requests directly to Tomcat on it's port..usually 8180 or 8080 http://yoursite.com:8180 then edit the server.xml file to point to where you want it to serve your webpages. Here's an example config: Host name=yoursite.com Context path= docBase=/home/mydirectory/public_html

.do file with Apache problems

2002-04-11 Thread Robert Abbate
I've got problems with my mod_jk setup (as far as I understand). I've got a customer using our server (shared webhosting environment) who is having trouble using .do files. It comes back as file not found errors when it's executed by a jsp page. Here's my setup and log files. Perhaps anyone can

RE: mod_jk problems

2002-03-21 Thread Robert Abbate
it instead and now it works. I guess the mod_jk needs a newer java than just running tomcat alone? -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 1:56 AM To: 'Tomcat Users List' Subject: RE: mod_jk problems Anyone seen anything like

Tomcat Install RPM question...

2002-03-21 Thread Robert Abbate
Hello. I’ve been trying to figure our exactly how to install this for a week now and no success, and I was wondering if someone can just quickly tell me exactly which RPMs I need to *successfully* install and run a Tomcat 4 environment with virtual hosts (on a shared web hosting server). So far,

mod_jk issues

2002-03-20 Thread Robert Abbate
Greetings to all. I’ve been working on trying to get Tomcat4 working on my Mandrake Linux 8.1 box. I’ve come to the following road block: First, I’ve installed mod_jk.so and mod_webapp.so and they seem to work fine. My httpd.conf config looks like this: […] LoadModule jk_module

RE: mod_jk problems

2002-03-20 Thread Robert Abbate
Anyone seen anything like this before? [Thu Mar 21 01:54:22 2002] [jk_ajp13_worker.c (228)]: connection_tcp_get_message: Error - jk_tcp_socket_recvfull failed [Thu Mar 21 01:54:22 2002] [jk_ajp13_worker.c (712)]: Error reading reply [Thu Mar 21 01:54:22 2002] [jk_ajp13_worker.c (845)]: In

WebAppConnection

2002-03-19 Thread Robert Abbate
Hi. I am trying to get Apache to recognize Tomcat4 and I got everything working fine until this problem here. I entered the WebAppConnection directive the way I was instructed, but I keep getting the errors below when I do a apachectl configtest: Checking configuration sanity for httpd: