Re: public_html config not working

2010-01-30 Thread Aryeh M. Friedman
Caldarale, Charles R wrote: From: Aryeh Friedman [mailto:aryeh.fried...@gmail.com] Subject: public_html config not working I took following from cutting and pasting from O'Reilly's Defenative Tomcat and put it inside each of my virtual hosts (as shown the default Host) and then I get resource un

RE: Tomcat dies suddenly

2010-01-30 Thread Caldarale, Charles R
> From: fatzopilot [mailto:fatzopi...@gmx.net] > Subject: Re: Tomcat dies suddenly > > Before that, my tomcat died several times without throwing any error > because of a lack of physical memory. Was this because of the infamous Linux OOM killer? Were there any system log entries? If so, where

Re: Tomcat dies suddenly

2010-01-30 Thread fatzopilot
It does not relate to your problem (and probably won't solve it) but I just wanted to point out that I made good experiences using -XX:+UseCompressedOops on 64bit systems to reduce bloat which might be another issue in your case. It kept the memory footprint about 30% lower. Before that, my tomcat

Re: Tomcat on Ubuntu 8.04 VPS and presumably multiple socket problems

2010-01-30 Thread fatzopilot
Rainer, Thanks for clarification. There are a lot of misleading configuration 'tweaks' roaming around which do not seem to have any effect (or at least not in recent versions). The minimal config now works well for me. Cheers fatzopilot Rainer Jung-3 wrote: > > On 30.01.2010 17:41, fatzopilot

Re: Tomcat dies suddenly

2010-01-30 Thread Carl
George, Thanks for your reply. I will check that IPV6 is disabled... can't remember for certain. I have had the problem on both openSuse and Slackware which has lead me to believe the problem is in the JVM. I guess I could try compiling the JVM from source on the target machine. I ran memT

Re: Tomcat on Ubuntu 8.04 VPS and presumably multiple socket problems

2010-01-30 Thread Rainer Jung
On 30.01.2010 17:41, fatzopilot wrote: 2nd issue: mod_jk does not work. I think I replayed multiple instructions to set it up multiple times but in all cases it finally says "Could not find a worker for worker name=myWorker" Solved by using the procedure described here (till item 11): http://ub

RE: public_html config not working

2010-01-30 Thread Caldarale, Charles R
> From: Aryeh Friedman [mailto:aryeh.fried...@gmail.com] > Subject: public_html config not working > > I took following from cutting and pasting from O'Reilly's Defenative > Tomcat and put it inside each of my virtual hosts (as shown the > default Host) and then I get resource unavaible for any re

RE: Tomcat dies suddenly

2010-01-30 Thread George Sexton
I've had this happen. Finally, I got a stack trace. In my case, there appears to be a bug in GLIBC, so when a reverse IP address lookup is done AND there is an IPV6 entry, it causes a problem. The solution appeared to be disabling IPV6 since I'm not using it. This is on OpenSuSE. It would be wort

Re: Tomcat on Ubuntu 8.04 VPS and presumably multiple socket problems

2010-01-30 Thread fatzopilot
Hi Chris, Thank you for your response and time. > Okay. Generally, it's considered polite to ask a single question in a > single thread. Next time, just post them separately. You are right and I would have done that but thought the issues might be connected and caused by some low level system pro

public_html config not working

2010-01-30 Thread Aryeh Friedman
I took following from cutting and pasting from O'Reilly's Defenative Tomcat and put it inside each of my virtual hosts (as shown the default Host) and then I get resource unavaible for any request to ~user but the rest of the (virtual) host works: Any help? ---

Re: Slackware 64

2010-01-30 Thread Carl
Chuck, Thanks for the reply. I was attempting to see if anyone had problems with 64 bit Java and 64 bit Slackware like I have been having and figured out a work around. I agree the settings are heavily dependent on the application. We have plenty of memory. It was suggested on a Java list t

RE: Slackware 64

2010-01-30 Thread Caldarale, Charles R
> From: Carl [mailto:c...@etrak-plus.com] > Subject: Slackware 64 > > Has anyone successfully used Tomcat with Slackware 64 and Sun's 64 bit > Java? If so, what were your Java options, particularly the ones > relating to GC? Appropriate heap sizing, choice of GC algorithm, and other GC-related

Re: [/jakarta/isapi_redirect.dll] is not a servlet url

2010-01-30 Thread Rainer Jung
On 07.12.2009 16:40, magillagorilla wrote: Yes, my worker files are in the path I have specified in the registry. I am confused by this as well. I don't know where that worker name is coming from. The workers.minimal settings I posted are the ones I am using. If indeed the redirector is looking

Re: mod_jk codepage in header values

2010-01-30 Thread Rainer Jung
On 29.01.2010 22:20, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mirko, On 1/29/2010 4:02 AM, Mirko Solic wrote: Secondly i try to define JkEnvVar directive for non existent environment variable and i added also default value with some no ISO-8859-1 characters. My

Slackware 64

2010-01-30 Thread Carl
Has anyone successfully used Tomcat with Slackware 64 and Sun's 64 bit Java? If so, what were your Java options, particularly the ones relating to GC? TIA, Carl