Re: BOOBIES!

2006-07-25 Thread Alex Turner
Quite frankly, I sympathize with the original poster. This list is very unresponsive quite often, and I would never recommentd tomcat to a commercial company because the mailing list support is terrible. Heck, I've even called commercial support vendors for tomcat who have not returned my

Re: URGENT HELP NEEDED: mod_jk loadbalancing issues

2006-07-09 Thread Alex Turner
What is your load average under these circumstance? Is each of the 10 tomcats on a seperate physical machine? What are your max thread settings in Tomcat? Are your tomcat machines CPU bound or I/O bound under full load? Alex On 7/9/06, Edmon Begoli [EMAIL PROTECTED] wrote: Hi, First of

Re: Is it possible to configure Tomcat in a way that it uses different CPUs for different parallel requests?

2006-07-04 Thread Alex Turner
This is the default behaviour. Alex On 7/4/06, KHZ (SAW) [EMAIL PROTECTED] wrote: Hi world. Are there Tomcat settings for achieving such a behaviour? Regards, Karl-Heinz.

Re: Tomcat's scalability

2006-06-21 Thread Alex Turner
This discussion focuses primarily on serving static files to a client, not processing dynamic web pages. Most people running tomcat are processing dynamic pages, like getting data from a database and compositing a page based on that data. An FTP site, or a static web site will typically be I/O

Re: Tomcat's scalability

2006-06-19 Thread Alex Turner
Given that you aren't CPU bound, it's highly unlikely the problem is tomcat. Alex. On 6/19/06, Biernatowski Bartosz J [EMAIL PROTECTED] wrote: I am about 90% sure the bottleneck is Tomcat or what's running on top of Tomcat. Application uses JDBC queries to MS SQL server Chips are Intel Xeon.

Re: Tomcat's scalability

2006-06-19 Thread Alex Turner
You've also totally failed to include numbers for I/O (don't forget, it's not necessarily MB/sec that counts, it's requests/sec) and for Network usage, and also for the perfomance pattern of the SQL Server system, which is considerably more likely to be the bottleneck than the app seeing that

Re: Tomcat's scalability

2006-06-19 Thread Alex Turner
On 6/19/06, Leon Rosenberg [EMAIL PROTECTED] wrote: On 6/19/06, Biernatowski Bartosz J [EMAIL PROTECTED] wrote: I am about 90% sure the bottleneck is Tomcat or what's running on top of Tomcat. Application uses JDBC queries to MS SQL server Chips are Intel Xeon. My monitoring data: Memory

Re: Problem with tag library calling

2006-06-13 Thread Alex Turner
This is still an issue - I'm trying to get a client to live... This syntax error really doesn't help me actualy fix the problem Please help somebody... This is a disaster right now. Alex. On 6/12/06, Alex Turner [EMAIL PROTECTED] wrote: It looks like it's generating the following

Problem with tag library calling

2006-06-12 Thread Alex Turner
I have the following lines in my source file: %@ taglib prefix=mp uri=com.mintpixels.web.helper % [snip] mp:dynselect values=Selling,Refininancing name=selling_refinancing/ When I run the jsp, I get the following errors: org.apache.jasper.JasperException: Unable to compile class for JSP An

Re: Problem with tag library calling

2006-06-12 Thread Alex Turner
;)org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager([ Ljava.lang.String;.class, foo, Selling,Refinancing)); got a couple of syntax errors? Alex On 6/12/06, Alex Turner [EMAIL PROTECTED] wrote: I have the following lines in my source file: %@ taglib prefix=mp uri=com.mintpixels.web.helper % [snip] mp:dynselect values=Selling

Re: Recommended Specs for Oracle 10g db server

2006-03-25 Thread Alex Turner
Turn off hyperthreading for starters. Oracle requires a minimum of 5 seperate logical disks to function at optimal in a production environment. You will need a good raid controller, and a good disk array to get any kind of decent insert speed. You will need to do some serious oracle tuning, there

Re: manager webapp absent after installation

2006-03-25 Thread Alex Turner
It's in the server/webapps/ directory instead of directly in the webapps directory Alex On 3/25/06, Alexander Nakhimovsky [EMAIL PROTECTED] wrote: I've run Windows installer, apache-tomcat-5.5.16.exe. It has worked in the sense that Tomcat is running as a service. However, there is no

Symlinked directories

2006-02-08 Thread Alex Turner
Hi, I'm using tomcat 5.5.12 on linux, and I'm wondering how I can get tomcat to follow symlinks in a web app directory? I have $CATALINA_ROOT/webapps/ROOT/pictures - /service/stuff/pictures, but tomcat ignores the symlink Thanks, Alex Turner

Connection Pool Woes

2006-01-20 Thread Alex Turner
I am using Tomcat 5.5.12 on RedHat ES 4. I have a server that is set to maxThreads=5, maxSpareThreads=5, and when I use a Simply Data Source, that does not pooling, if I hit the page a lot, I get over 30 connections opened, with database connections that are not closing quickly at all. If this

Re: Connection Pool Woes

2006-01-20 Thread Alex Turner
, but some pages are pure JSP. Alex. On 1/20/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: -Original Message- From: Alex Turner [mailto:[EMAIL PROTECTED] Subject: Re: Connection Pool Woes It looks like the connection object was not being garbage collected promptly (imagine