Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-25 Thread Christopher Schultz
Leon, Leon Rosenberg wrote: > Each day there are at least 2-3 people on the tomcat irc channel > claiming having problems with tomcat, which results in using package > from a distro or gcj. Not all from gentoo though :-) For the record (and from a Gentoo user), no Gentoo newbie is going to be hav

Re: Peak load of Tomcat-powered server(s)?

2006-12-25 Thread Christopher Schultz
Li Ma wrote: > Actually you can imagine the server serves a site like mySpace where people > can access their own home, blog, images, forum, etc. It's always different. If your disk array is different from someone else's, the answer will be different. If you are using 100baseT instead of gigabit,

RE: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
--- Mon Cab <[EMAIL PROTECTED]> wrote: > I just added the following to web.xml. > > > checkInterval > 1 > > > development > true > > But, I'm not getting any change in behaviour. It seems that sometimes when I edit th

Re: Tomcat on Gentoo from the horse, no hearsay.

2006-12-25 Thread Christopher Schultz
All, William L. Thomson Jr. wrote: > On Sun, 2006-12-24 at 11:20 -0500, David Smith wrote: > >> 1. Compiling tomcat. Why??? > > Because it's FOSS why not? I might want to use a newer version of things > Tomcat is compiled against. There are tons of reasons, thus the link I > provided before.

RE: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
I just added the following to web.xml. checkInterval 1 development true --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Mon Cab [mailto:[EMAIL PROTECTED] > > Subject: Re: JSP Reload problem (wierd) >

RE: JSP Reload problem (wierd)

2006-12-25 Thread Caldarale, Charles R
> From: Mon Cab [mailto:[EMAIL PROTECTED] > Subject: Re: JSP Reload problem (wierd) > > Also, It looks like Tomcat is already configured to > reload the jsp's. (below is from the server.xml file). The config for jsp handling is in conf/web.xml, not server.xml. Look at the various attributes for

Re: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
Clearing the cache does not make any differnece. The jsp does not seem to be being recompiled on the production server (Fedora 4, Tomcat 5.0.28). When I edit my Login.jsp, and then request it in my browser, should there not be a new Login_jsp.class compiled in the work directory? I cannot find

how to halt session restore when tomcat start

2006-12-25 Thread red phoenix
when I start tomcat6,sometimes tomcat6 start successfully and don't raise any error,sometimes tomcat6 start successfully too,but it raise errors,I heard tomcat6 add some new feature which it will restore session when tomcat6 start,I read from erorr infomation,tomcat has halt session restore,saveOn

Re: JSP Reload problem (wierd)

2006-12-25 Thread Pierre Goupil
Hello ! I think it's a cache issue, too. Doesn't suffice to reload the page, for testing purposes, you should also tell to your browser not to cache the pages. In firefox : edit / preferences / private life / cache then set it to 0 MB and erase the currently chached files (don't know the englis

Re: JSP Reload problem (wierd)

2006-12-25 Thread Mon Cab
I tried using Firefox, and got the same result. I also tried using shift + reload. Also, It looks like Tomcat is already configured to reload the jsp's. (below is from the server.xml file). How come no new Login_jsp.class is being written to the work directory? (The jsp file tmestamp is defi

Re: Peak load of Tomcat-powered server(s)?

2006-12-25 Thread David Smith
I knew somewhere in the past someone had done some performance testing against static content. After a bit of googling, I found this paper detailing some performance testing with regard to various JDKs and different sizes of static png files: http://cvs.apache.org/~woolfel/benchmark_summary.d

Re: setting headers on non-jsp files

2006-12-25 Thread Marco Pöhler
Hi Daniel, You can use a Servlet-Filter if you can select all JavaScript-Files with servlet-filter mappings. best regards Marco -- http://www.kontaktlinsen-preisvergleich.de http://www.tintenpatronen-preisvergleich.de Daniel Blumenthal schrieb: Happy holidays, all! Is there any way to

Re: Peak load of Tomcat-powered server(s)?

2006-12-25 Thread David Kerber
My app has about 270 simultaneous site connections, each sending data pretty much continuously (it's instrumentation readings). The total data readings I receiven averages about 2.1 million per day, and ranges from about 50 to 500 per second. I run a single instance of tomcat on a single mach

setting headers on non-jsp files

2006-12-25 Thread Daniel Blumenthal
Happy holidays, all! Is there any way to set HTTP headers on non-jsp files, using only tomcat? What I would like to do is set javascript files to "no-cache", so that the browsers pick up the (fairly frequent) changes. Any ideas? (I could just turn them into jsp files, and I may yet do so, but

Re: Peak load of Tomcat-powered server(s)?

2006-12-25 Thread Martin Gainty
Tim makes a very good point to make this distinction clearer there are 2 distinct concepts which we need to have clear understanding 1)there may be thousands of of (browser users) connecting in (on unix as the nobody account) to a tomcat server 2)number of in the latter case the number of us

Re: JSP Reload problem (wierd)

2006-12-25 Thread David Smith
Try Shift+Reload. I don't think Ctrl+Reload does anything. --David Mon Cab wrote: I am using WinSCP to open and edit jsp's on my remote Tomcat server. I open the file from the server to edit and add a hello world into the Login jsp. Then I request the page in IE 6 and it loads the page and

Re: Peak load of Tomcat-powered server(s)?

2006-12-25 Thread Tim Funk
Any modern server can easily handle thousands of concurrent users. But that doesn't answer concurrent requests. Which should be > 100/sec. But there are 2 major factors - use of HttpSession is light - Using HttpSession for users can kill scalability due to memory constraints. (YMMV) - Amount of

Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-25 Thread Gregor Schneider
hi guys, just my 0.02 €: we are working with debian. as you may know, debian works this way that they take quite their time for testing every app to enable it's working properly. so basically, you should be fine with what the distro has. however, we're working aith apache httpd and tomcat, but

Re: JK Connector

2006-12-25 Thread Edoardo Causarano
Rename your app archive ROOT.war and deploy it. Tomcat will use it as unnamed context Ciao, e 2006/12/22, wolverineny ny <[EMAIL PROTECTED]>: Hello, How can I configure JK connector to redirect all requests to a particular webapp. http://localhost/index.html > http://localhost:8080