We made the following change to reAllocBuff() in
org.apache.jasper.runtime.BodyContentImpl with some success. Curious if this
is of use to others. There was already a note about using a multiple of
DEFAULT_BUFFER_SIZE. This takes the notion one step further, doubling size
upon each request. Made a
> what platform/os? i believe your previous claims have been on NT, is this
> also for unix now as well?
I've never tried on NT - and it would be pretty difficult anyway
( to get NT on my computer :-)
I'm using Linux/JDK1.3.
Again, I'm talking about overhead - i.e. the time spent in
tomcat (
> On Fri, 2 Mar 2001, Craig R. McClanahan wrote:
> > > Yes sure. I think the best would be not to unpack the WARs (it's a lot
> > > cleaner).
> >
> > +1, as long as we can keep performance reasonable.
>
> Well, memory's cheap. You can always just read the whole WAR in.
Performance should be good
on 3/3/01 6:55 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>> on 3/2/01 11:58 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>>
>>> For "real" production servers I hope you'll use Apache, and for embeding
>>> tomcat in apps or development you don't need 500 requests per seconde.
>>
>
> However, after upgrading to the latest and greatest
> tomcat 3.3 version out of CVS (as of last night) I've
> suddenly noticed that tomcat is no longer generating
> the mod_jk.conf-auto or tomcat-apache.conf files
> automatically.
>
> As near as I can tell, ApacheConfig.execute() is not
> being
> I need to choose for my company the "next generation" servlet-engine.
> For now we are using JRUN. I am doing benchmark to choose the next one.
> choices for me are : JRUN, RESIN... not Tomcat as it is considered not
> stable
> and slow compare to the two others...
What version of tomcat did y
So this checkin is just for branched JSP label? Just want to be sure. Also thanks for
interviewing the candidate yesterday. What do you think about him? What's the rank (1
- 10) you wil give him?
Alex Yiu wrote:
> Yes. a branch for JSP Oracle 9i beta releas was made already.
>
> Yaqing Wang wr
> on 3/2/01 11:58 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > For "real" production servers I hope you'll use Apache, and for embeding
> > tomcat in apps or development you don't need 500 requests per seconde.
>
> What if we need 500 requests per second for non-static files? :-)
Yo
On Fri, 2 Mar 2001, Craig R. McClanahan wrote:
> > Yes sure. I think the best would be not to unpack the WARs (it's a lot
> > cleaner).
>
> +1, as long as we can keep performance reasonable.
Well, memory's cheap. You can always just read the whole WAR in.
Then you'll get great performanc
on 3/2/01 9:12 AM, "Jones, Stephen" <[EMAIL PROTECTED]> wrote:
> Does anybody know how to use autoconf or automake?
>
> We could perhaps put an end to most of the mod_jk compilation problems if we
> had some good configure scripts that generated Makefiles. I don't know how
> complicated the tool
Under NT (and
presumably any OS where File.sep != '/') JspC has a stack underflow at
baseDirStack.peek() in ParserController.java. This patch converts from '\' to
'/' for those cases. It also sets the package name for the class based on the
URI, so that the java file is distinguished from ot
on 3/2/01 11:58 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> For "real" production servers I hope you'll use Apache, and for embeding
> tomcat in apps or development you don't need 500 requests per seconde.
What if we need 500 requests per second for non-static files? :-)
-jon
---
Hi y'all.
I'm in the process of making a small tweak so that the
mod_jk.conf-auto file uses conditionals
around the LoadModule statments. As discussed
earlier, there should be a lot of deployment
configuration value in this tweak.
However, after upgrading to the latest and greatest
tomcat 3.3
Hello !
I am using the Apache-Tomcat configuration - using mod_jserv.so
I am trying to get the tomcat to serve different web pages that have other language characters like ja_JP (Japanese) .. But all i am coming up is garbage characters . Does anyone can help me out on that ?
Does Tomcat support
Remy Maucherat wrote:
> > Remy,
> >
> > What I am trying to do is start a discussion of _what_ the behaviour
> should be,
> > so it can be fixed. I already consider the current behaviour to be broken.
>
> I'm mixed on the subject. Craig implemented it that way, so I want to hear
> his opinion on
Hi,
See below.
Roy
> -Original Message-
> From: Thomas Bezdicek [mailto:[EMAIL PROTECTED]]
> Sent: 02 March 2001 09:50
> To: [EMAIL PROTECTED]
> Subject: Just another Benchmark
> Hi,
> we tried the apachebench on our solaris system, to check out
> differences between architecture
Hi,
I seem to be having a problem with session.invalidate(). I'm using this for
users to log out of my web site but it seems to take two attemps before the user
is properly logged out!
I am using JDBCRealms for authentication BTW.
I have set up a simple four page web site:
test/jsp/index.jsp -
I need to choose for my company the "next generation" servlet-engine.
For now we are using JRUN. I am doing benchmark to choose the next one.
choices for me are : JRUN, RESIN... not Tomcat as it is considered not
stable
and slow compare to the two others...
my tests are done with LoadRunner and
jean-frederic clere wrote:
> Hi,
>
> There is (still) a problem using xerces with Tomcat4.0:
Could you expand on precisely what JAR files you have in what directories
when it fails, and when it succeeds? The test case that I know works
correctly (at least for my tests) is to leave Jasper using
larryi 01/03/02 10:30:07
Modified:src/etc/jk workers.properties
Log:
Port Tomcat 3.2 changes and fix some typos.
Changing this file to require modification before use. The chances of an
unmodified version being usable is very slim anyway.
Example settings for Unix syst
larryi 01/03/02 10:25:45
Added: src/native/mod_jk/apache1.3 build-solaris.sh
Log:
Adding a build script for Solaris
Submitted by: Mike Braden
Revision ChangesPath
1.1 jakarta-tomcat/src/native/mod_jk/apache1.3/build-solaris.sh
Index: build-s
The isapi_redirect.dll in the 3.2.1 and 3.2.2 beta 1 binary download areas
have been tested with both Win2000 and WinNT (by me personally) and on the
Win9x platforms by others. Problems getting isapi_redirect.dll loaded have
always turned out to be configuration errors, or a corrupted DLL. Again
Does anybody know how to use autoconf or automake?
We could perhaps put an end to most of the mod_jk compilation problems if we
had some good configure scripts that generated Makefiles. I don't know how
complicated the tools are...
Steve
-
Hi all.
I did the tomcat self-tests on my machine (thru /admin) and the watchdog
tests (jsp/servlet) are all ok, in both standalone and with Apache.
Found some minor errors in the sanity check in the tests labeled
tomcat-standalone and tomcat-apache respectively (see attached files),
but that
> Right, but that is excruciating to configure and more excruciating to
> maintain...
We need to fix that :-)
> Why not use two copies of Tomcat, each with their own mod_jk.conf-auto which
> can be included in the appropriate VirtualHost section?
Use 2 copies of tomcat as a workaround for stup
Well, there is a possible explanation :-)
The static interceptor ( which serves static files ) was never tuned or
optimized. It probably does multiple accesses to disk, while in
Apache there are a number of low-level optimizations, caching, etc.
I am not very interested in spending time tuning t
Thanks for these bug reports -- if you enter them into the Bug tracking tool
(Bugzilla), there's a MUCH better chance that they'll get tracked/dealt
with.
The link is:
http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%203
-Dan
"[EMAIL PROTECTED]" wrote:
>
> I think there is some
Hi Keith,
I re-downloaded it and re-tested it and it works fine for me
on WinNT 4.0 SP5 and PWS 4.0.
Larry
> -Original Message-
> From: Hawkins, Keith (Keith) [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 02, 2001 9:13 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: isapi_redirect.dll :
OK. I'll ask my question another way. Has the version
that is currently available on the Website actually been
tested on NT4.0?
Because the same dll that I downloaded loads fine under Win2K but does not
under NT4.0 which makes me worry about it not being backwards compatible
(and eliminates
Hi,
There is (still) a problem using xerces with Tomcat4.0:
+++
Exception during startup processing
java.lang.reflect.InvocationTargetException:
javax.xml.parsers.FactoryConfigurationError:
org.apache.crimson.jaxp.SAXParserFactoryImpl
at
javax.xml.parsers.SAXParserFactory.newInstance(SAXP
I think there is some problems in tomcat3.3m1 :
1/ the destroy() method of servlets isn't call on shutdown
-> state problem between Context.removeServletByName()
and ServletHandler.destroy()
2/ if a servlet handler falls in STATE_DISABLED,
the underlying servlet can't be reloaded and reinitializ
Hello,
I try to build mod_jk module on HP-UX 11.00 but I have many problem
in compilation.
Is there anybody who has tried this porting?
My configuration is: Tomcat 3.2.1 and Apache 1.3.9
Thank you in advance, Best Regards.
begin:vcard
n:Blaas;Dennis
tel;cell:+39 0335 68345
apache will also be faster for serving static pages, thats what apache is
good at. Tomcat CPU will depend on the task its doing and whats spare CPU is
avaliable. I dont think there is a limit in java or tomcat
-Original Message-
From: Thomas Bezdicek [mailto:[EMAIL PROTECTED]]
Sent: 02
Casey Lucas:
Interested in a co-ordinated effort?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
30
that's -minutes-, right?
--
Mvh,
Endre
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
Hi,
we tried the apachebench on our solaris system, to check out
differences between architectures and thereby we found a quite
interesting behaviour.
When serving a static page, apache uses the whole machine
resources while tomcat isn't (CPU usage 100% to 20%) and for
maybe this reason isn't se
36 matches
Mail list logo