RE: Is jsp designed for use by large websites

2006-12-06 Thread Peter Crowther
From: Martin Gainty [mailto:[EMAIL PROTECTED] As Tomcat is OpenSource (and not proprietary) and can be installed on any OS (vs just 1) I dont undertand What is causing the number of Tomcat users to attenuate over time? Ancient history, I know, but I'll respond anyway. A Model T Ford is a

Re: Is jsp designed for use by large websites

2006-12-06 Thread Rashmi Rubdi
- Original Message From: Peter Crowther [EMAIL PROTECTED] Tomcat and JSP is a perfectly good model for web applications. However, if the Java community and the Tomcat developers don't innovate and other communities do (for example the PHP community and Microsoft), people deploying new

Re[2]: Is jsp designed for use by large websites

2006-12-06 Thread Dima Retov
CPU throttling and thread termination are essential for shared hosting. The only way to terminate bad application is kill VM. .NET has Application Domains. You are able to unload it without restart of hole VM. I think it is alreadfy possible to make CPU throttling in Java and even in Tomcat.

Tomcat5.5.17 not releasing custom JSP tags ?

2006-12-06 Thread Laurent Perez
Hi A webapp I'm working on uses custom JSP tags (1.2) under tomcat 5.5.17. I ran into the following problem : custom b tag is supposed to have custom a tags as children : ba/a//b b has a addChild(Tag tag) method, doing children.add(tag); b doStartTag() inits its children container : children =

Re: big image only appear at half

2006-12-06 Thread mast
Hi, nobody have had problem with big image on tomcat ? (it do that on a brand new tomcat with common configuration that s why i am surprised nobody has encounter this) Regards - Original Message - From: mast [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent:

Re: Redirect in Tomcat 5.5 Not Working

2006-12-06 Thread Latesha Williams
It worked. Thanks. Latesha Williams [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] We are running Tomcat 5.5.20 as a standalone web server for a third-party's web and servlet applications. On this server (Linux), Iptables is redirecting ports 80 to 8080 and 443 to 8443 (to run

Re: big image only appear at half

2006-12-06 Thread Hassan Schroeder
On 12/6/06, mast [EMAIL PROTECTED] wrote: nobody have had problem with big image on tomcat ? (it do that on a brand new tomcat with common configuration that s why i am surprised nobody has encounter this) I just installed a fresh 5.5.20, dropped a 643K jpeg in the ROOT directory, and it

Re: Is jsp designed for use by large websites

2006-12-06 Thread Leon Rosenberg
On 12/6/06, Peter Crowther [EMAIL PROTECTED] wrote: From: Martin Gainty [mailto:[EMAIL PROTECTED] As Tomcat is OpenSource (and not proprietary) and can be installed on any OS (vs just 1) I dont undertand What is causing the number of Tomcat users to attenuate over time? Ancient history, I

Re: big image only appear at half

2006-12-06 Thread mast
nobody have had problem with big image on tomcat ? (it do that on a brand new tomcat with common configuration that s why i am surprised nobody has encounter this) I just installed a fresh 5.5.20, dropped a 643K jpeg in the ROOT directory, and it loads fine, displays fully. (using JDK

Re: big image only appear at half

2006-12-06 Thread mast
i would like to add that s the same connector on the tomcat 5.5.9 and 5.5.20 because both tomcat are on the same machine (they are configure the same way in the workers.properties) really strange problem - Original Message - From: mast [EMAIL PROTECTED] To: Tomcat Users List

RE: [OT] Is jsp designed for use by large websites

2006-12-06 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Subject: Re: Is jsp designed for use by large websites But trying to deliver a fridge to the customer with a bike is rather stupid. I remember a story a couple of years ago about somebody hitchhiking in Ireland with a fridge, just to see who

Re: big image only appear at half

2006-12-06 Thread Hassan Schroeder
On 12/6/06, mast [EMAIL PROTECTED] wrote: don't think it s a brower problem because if i umount the image to make apache run it , it work without any problem if tomcat is not the problem maybe the problem is between tomcat and mod_jk i use apache 2.2.3 mod_jk last version and jdk 1.5.0 if i

Re: big image only appear at half

2006-12-06 Thread mast
i have advance a little on the problem and when i try to acces the image of the website there is this error on mod_jk error log : [Wed Dec 06 23:10:37 2006] [error] ajp_connection_tcp_get_message::jk_ajp_common.c (1026): ERROR: can't receive the response message from tomcat, network problems

RE: big image only appear at half

2006-12-06 Thread Miller, Steve
Is this image embedded in the jsp page? Are you calling it directly as the image only? Do you have a code snippet? Knowing that would help us help you :-) If you have it in a JSP page, one thing you might try within the JSP code at the top is: %@ page autoFlush=true % %@ page buffer=256kb % If

Re: big image only appear at half

2006-12-06 Thread mast
I call it directly as a image only with no code : www.mysite.com/myimage.jpg for outputstream it doesn t seem to be used i am searching on different ml and on the net for any similar problem on mod_jk but doesn t get any chance right now seb - Original Message - From: Miller, Steve

Re: Is jsp designed for use by large websites

2006-12-06 Thread Brian Caruso
On Wednesday 06 December 2006 4:27 pm, Leon Rosenberg wrote: I'd too like to know which communities are out-innovating java? To stay in you example, comparing php (or ruby for this matter) to java is like comparing bicycles with cars. Sure its fun to make a ride on sunday. Sure it's ok to bike

Re: Is jsp designed for use by large websites

2006-12-06 Thread Pierre Goupil
Yes, of course. But if you've got a trailer, why not use it with your car ?!?! Pierre, I hope we're not too much O/T -- L'une des raisons pour lesquelles la vie est complexe C'est qu'elle a une partie réelle et une partie imaginaire.

Re: big image only appear at half

2006-12-06 Thread mast
finally one thing that may help i just discover that if i disable the apache native library the image work well (but tomcat complain : INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path) so how the apache

JSessionId and Google

2006-12-06 Thread Simon Pink
Hi there, It is well noted by Google (and other search engines) that they do not like session tracking info as part of the URL. This does include JSessionId, and because Google visits your site as a cookieless user, every page indexed by them includes JSessionId, this is bad for numerous reasons

Re: JSessionId and Google

2006-12-06 Thread Rashmi Rubdi
Hi Simon, There is a debate about this topic and there are a few threads on this, in the archive. While it is true for some that the jsessionid appears in the URL, it's not happening in my case and I don't have a clear explaination as to why. But if you are unable to remove jsessionid from

Server side forward across different webapps?

2006-12-06 Thread Stanley Yue
Hi all: I have two webapps running in the same tomcat process. I want to have one webapps perform a server-side forward to a servlet in the second webapps? Is this possible? If not, what are some of the workarounds? Thanks, Stanley

Re: Is jsp designed for use by large websites

2006-12-06 Thread epyonne
Totally agree. PHP is no doubt an excellent tool, but primarily for hobbyists or standalone type of deployment. On the other hand, Java is widely used on enterprise application. If you open up the hood and look, all the expensive application like WebSphere are running Tomcat inside. epy. -

EAGAIN

2006-12-06 Thread James McIntosh
Hi, I am having intermittent error message being returned as below and was wondering if anyone else has come across it and found a cause / solution / additional info. java.io.IOException: Exception filling buffer with data from underlying input stream: not an EAGAIN status, so perhaps

RE: EAGAIN

2006-12-06 Thread Caldarale, Charles R
From: James McIntosh [mailto:[EMAIL PROTECTED] Subject: EAGAIN I am having intermittent error message being returned as below and was wondering if anyone else has come across it and found a cause / solution / additional info. What happens if you use the standard HTTP connector rather than

Tomcat6 start error for sometimes

2006-12-06 Thread red phoenix
When I start tomcat6,sometimes I find tomcat6 raise errors while tomcat start,but sometimes I find tomcat6 don't raise errors while tomcat start,I don't know why? Any body can tell the reason which raise following error and how to correct it? My JDK version is 6,Tomcat version is 6.I only add

RE: Tomcat6 start error for sometimes

2006-12-06 Thread Caldarale, Charles R
From: red phoenix [mailto:[EMAIL PROTECTED] Subject: Tomcat6 start error for sometimes My JDK version is 6,Tomcat version is 6.I only add resource... into tomcat6\conf\context.xml You're on the bleeding edge here, so there's a lot of places to point fingers. Try clearing out the temp and

Re: Tomcat6 start error for sometimes

2006-12-06 Thread Steve Burrus
well you seem to have a typo in the url value : jdbc:oracle:thin:@localhost:1521:Orcle it should be Oracle of course. See please if that helps. red phoenix wrote: When I start tomcat6,sometimes I find tomcat6 raise errors while tomcat start,but sometimes I find tomcat6 don't raise errors

RE: Minimum requirement to run/test the Tomcat Cluster

2006-12-06 Thread JiaDong Huang
I have set up my own DNS server to have a play. My Tomcat cluster works well, including my Database Web App. Dong -Original Message- From: JiaDong Huang [mailto:[EMAIL PROTECTED] Sent: Wednesday, 6 December 2006 1:09 PM To: users@tomcat.apache.org Subject: Minimum requirement to

RE: Is jsp designed for use by large websites

2006-12-06 Thread JiaDong Huang
As far as I know, JBoss/SunOne are all bundling Tomcat inside. Not sure where the feeling of the number of Tomcat users to attenuate over time comes from. Dong -Original Message- From: epyonne [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 December 2006 3:07 PM To: Tomcat Users List

Re: big image only appear at half

2006-12-06 Thread Dick Balaska
Out of memory, perhaps? I've run into this with big images. I had to serialize my image reader/preparer too. Trying to do more than one image at a time would exhaust memory rather quickly. -Xms512m -Xmx768m dik On 12/6/2006 3:09 PM also sprach mast : Hi, nobody have had problem with big