chop() / cut() ?
Jerome "Lacoste
I think the answer is no -- you should recompile all JSPs. Would defo be
the safest option anyway.
Eddie Ruvinsky wrote:
Resending this. Does anyone happen to know the answer
to this? Is this supported?
Thanks in advance,
Eddie
--- Eddie Ruvinsky <[EMAIL PROTECTED]> wrote:
In Tomcat 4.1.x
(non-committer) 5 & 6 as Bojan suggested.
-Original Message-
From: Bojan Smojver [mailto:[EMAIL PROTECTED]]
Sent: 02 September 2002 21:55
To: Tomcat Dev List
Subject: Re: [vote] Possible logos for mod_jk documentation
On Mon, 2002-09-02 at 23:35, jean-frederic clere wrote:
>
> I prefe
This question should really be asked on tomcat-users.
You cannot use the context path in an include. If you want to deploy this with the
full paths, deploy it as the default webapp, ie with "/" as the context path (into
webapps/ROOT).
-Original Message-
From: Alfian Hadi [mailto:[EMAIL
The scope of scripting variables from tags is specified in the Tag. From the 1.1 spec:
The defined values for scope are:
· NESTED, if the scripting variable is available between the start tag and the end tag
of the
action that defines it.
· AT_BEGIN, if the scripting variable is available from t
I have to admit not having read the MinTC source, however, I thought the tomcat
community uses/develops multiple implementations of many interfaces. Most of the
http/socket/auth?/config (xml file/ajp-webapp/admin) code is effectively multiple
implementations of the same interfaces. Isn't the w
Another (non-committer) +1 for keeping MinTC on tomcat-dev. Having a (perhaps limited)
web/servlet server in a jar is a great idea. If Catalina core, migrates to allow this
without a MinTC, other than a special server.xml, then that's OK. MinTC will probably
have served it's purpose, and will d
Maybe I've not kept up on the docs enough but ...
I do think this thread, highlights a general confusion around tomcat.
Over the last couple of years, there have been many
mod_jk/jk2/webapp/warp/?? implementations, ajp versions etc, and even
when the discussions are on the list, it's still ha
As a quick note, I did some Jasper profiling on a previous project (it
was Jasper from 3.1, running inside weblogic 5.1). The single biggest
runtime cost, was all the calls to Introspector.getBeanInfo(). I
created a cache of these using a similar technique to FastHashMap in
commons collection
tomcat-user question... but:
Can your server reach the CA for the client certificate? AFAICR it must
check the cert is valid..
-Original Message-
From: patrick.luby
Sent: 15 March 2002 17:11
To: tomcat-dev
Cc: patrick.luby
Subject: Re: setting up tomcat to accept client certificate
K
I seem to remember getXMLReader is a SAX2 method. What SAX/XML parser
are you linking with in the build?
-Original Message-
From: JLupo
Sent: 20 December 2001 20:39
To: tomcat-dev
Cc: JLupo
Subject: Problems building Tomcat 4.0.1
When I try to build Tomcat 4.0.1 on my system, I get th
Are you using IE ? It sometimes has a tendency to request multiple times,
with slightly different headers each time. I've never tracked down exactly
what triggers this.
You can sometimes also get it if you have multiple submit fields on a form,
some with Javascript, and then you hit ...
Hi,
Two things.
1) Your servlet implements SingleThreadModel -- which means Tomcat *may*
create multiple instances of your class -- how do other servlets get hold
of the instance? The public method is not static - did you mean it to be?
2) In order to flush the (instance) variables to other th
I'm using Jasper in Weblogic from tomcat 3.1 (ish, we've patched a couple
of things too). While profiling some of my JSP's, I see the
JspRuntimeLibrary.introspectHelper consuming between 40-70% of the time,
and a large %age of the object creation. Drilling down, most of the time is
the line (which
IE firing off multiple requests is quite common - esp when it's trying to
download something - we had it with PDF's. Typically it'll use different
headers each time too if only it would pay attention to the headers
provided instead..
[EMAIL PROTECTED] on 14/06/2001 13:10:00
Please respo
We use Jasper (from a 3.1 build!) in another container. How big is the
change if we wanted to move to the 3.3 version to get the tag pooling. I'm
about to start performance testing our app, and currently the pages are
taking ages to render (we build up to 1Meg of html.. :o), so we'll be
looking a
16 matches
Mail list logo