> The cases you've described above all happen only once (at startup
> time). Assuming that we could safely optimize these cases, would it
> really make a significant difference?
It wouldn't.
While you were away, I did some profiling of the startup (since people
complained), and it turns out tha
On Wed, 4 Jul 2001, Rob S. wrote:
> 2) Web Application Developers' Guide
>
>- Things to know while developing with Tomcat. The web dev
> doesn't have to be an admin pro!
>
One decision to be made when actually *writing* this thing is whether you
consider the servlet spec to be a "r
On Wed, 4 Jul 2001, Robert Slifka wrote:
> More refinements... if i didn't quote it, I agree with it =) BTW, what
> does "AW" in a subject line mean? I see it all the time...
>
> 0) Introduction to the TC4 container
> ADD > - Requirements (JDK versions, extra libs?, etc.)
>
> 1) "User's G
On Wed, 4 Jul 2001, Stuart Roebuck wrote:
> I've been hitting against getCanonicalPath myself recently in the context
> of Cocoon 2 and Tomcat 4 under Mac OS X.
>
> I've taken a look through some of the code of Tomcat and it appears that
> there are opportunities to cut down on calls to getC
On Wed, 4 Jul 2001, Rob S. wrote:
> It'll already take a tremendous amount of time to get the user's side up and
> going, which is what I think the grand majority of people will benefit the
> most from. I'm not saying the dev design docs aren't extremely important,
> I'm just saying that I wan
On Wed, 4 Jul 2001, Andy Armstrong wrote:
> "Rob S." wrote:
> >
> > > Anyway +1 million on getting some decent docs written. Personally I'd
> > > find it useful if someone who is reasonably clueful on the state of TC
> > > documentation at the moment could summarise what's out there. The TC
>
On Tue, 3 Jul 2001, Jonathan Pierce wrote:
> This may be a stupid question but I've found hundreds of messages from confused
> users on the subject of JDBC Realms and Tomcat and no good explanation or
> example. There is a documentation file JDBCRealm.howto but it doesn't describe
> how to instan
On Tue, 3 Jul 2001, Alex Chaffee wrote:
> Leaving aside the issue of file format for just one second...
>
> Are we agreed on the following?
>
> 1. Tomcat documentation sucks :-)
>
> 2. There needs to be a new CVS project called jakarta-tomcat-doc.
>
> My reasoning is that we want to avoid t
On Fri, Jul 06, 2001 at 10:06:21PM -0700, Craig R. McClanahan wrote:
> * Tomcat docs for a particular version should be delivered as one or more
> web apps (not necessarily the root webapp as is current practice). That
> way, the corresponding WAR files could be dropped into *any* container,
On Thu, 5 Jul 2001, Justin Erenkrantz wrote:
> On Thu, Jul 05, 2001 at 06:10:42PM +0100, Andy Armstrong wrote:
> > "Swart, James (Jim) ** CTR **" wrote:
> > >
> > > why is it everyone has such a hard time getting off this list? Someone put
> > > me in charge of getting people off the jarkata
On Mon, 2 Jul 2001, Rob S. wrote:
> > We've started writing some new docs in XML (catalina/docs/dev/xdocs). The
> > HTML generation is done with XSL, but the DTD should be the same
> > as the one
> > used by Anakia.
>
> I noticed the xdocs directory, but I didn't see anything in there. I sent
On Mon, 2 Jul 2001, Rob S. wrote:
> This seems to be one of the questions that comes up and never gets answered
> (re: docs, not Jon's behavior ;) I'm not sure what magical solution will
> get people to read docs. Frankly, I'd just like to get started. Anakia
> works for Jakarta,
Yep, thank
On Mon, 2 Jul 2001, Jon Stevens wrote:
> on 7/2/01 5:58 PM, "Pier P. Fumagalli" <[EMAIL PROTECTED]> wrote:
>
> > Excellent :) Anakia is a tool written by Jon to translate XML into HTML
> > (correct me if I'm wrong) based on the same language that WebMacro uses...
> > It generates http://jakart
On Tue, 26 Jun 2001, GOMEZ Henri wrote:
> Larry does a cleanup on Tomcat 3.3 project
> and remove many dirs in proposal but
>
> I removed all the proposal subdir from my
> local CVS and got all the proposal subdir
> trees at the next checkout.
>
In the Unix and CYGWIN versions of CVS
The javadoc in ApacheConfig lists the attributes as all lowercase. Some
parts of these attributes need to be capitalized. For example, the
attribute modjk actually needs to be modJk.
Index: ApacheConfig.java
===
RCS file:
/home/cvsp
nacho 01/07/06 14:02:32
Modified:src/share/org/apache/tomcat/request Tag: tomcat_32
LocalStrings.properties
Log:
Adding a Lost ( or forget ) String for JDBCRealm
Revision ChangesPath
No revision
No rev
nacho 01/07/06 13:59:35
Modified:src/share/org/apache/tomcat/request Tag: tomcat_32
JDBCRealm.java
Log:
Bug# 2149 , 727 ( possibly others )
JDBCRealm did not close all the prepared staments opened,
when trying to reconnect when found a broken DBConne
Hi Larry,
Please, ignore my last message. With this change, it fixed the problem.
Thanks a lot !!
Renato.
[EMAIL PROTECTED] wrote:
larryi 01/07/06 11:40:08Modified: src/share/org/apache/tomcat/core Tag: tomcat_32ContextManager.javaLog:Fix recursive error handling if web.xml maps error code 4
larryi 01/07/06 11:41:02
Modified:src/share/org/apache/tomcat/modules/generators
ErrorHandler.java
Log:
Fix recursive error handling if web.xml maps error code 404 to a non-existent
JSP page. With this fix, no response will be sent if status handler is cal
larryi 01/07/06 11:40:08
Modified:src/share/org/apache/tomcat/core Tag: tomcat_32
ContextManager.java
Log:
Fix recursive error handling if web.xml maps error code 404 to a non-existent
JSP page. With this fix, no response will be sent if status handler is
larryi 01/07/06 11:36:18
Modified:src/share/org/apache/tomcat/context Tag: tomcat_32
DefaultCMSetter.java
Log:
Add all default handlers to the context even though they may not be
used by default due to an web.xml error mapping. The default handler
may b
Alex Chaffee at [EMAIL PROTECTED] wrote:
>
> A note on copyright: I'm claiming copyright for this document, since I
> may use parts of it to write articles or books, and I haven't done the
> research on what it means to post text (as opposed to code) into an
> Apache project. I'd contribute it ex
Here's my current Table of Contents. As I said in an earlier message,
> I'd like to organize this TOC as a little more abstract than a simple
table of contents. Each section should be organized to contain not just
our original documents, but also a list of other resources on that
topic. This
Hi,
I have added the feature to link mod_jk staticly with httpd-2.0. Fell free to
test it.
BTW, I have just noted that the name of the installed library is libjk.* in
Apache-1.3 and lib_jk.* in Apache-2.0.
I will correct Apache-2.0 to use libjk.* (On Monday, it does not prevent the
things to wor
jfclere 01/07/06 09:43:38
Added: jk/native/apache-2.0 config.m4
Log:
m4 file needed for configure --with-mod_jk=static (httpd-2.0).
Revision ChangesPath
1.1 jakarta-tomcat-connectors/jk/native/apache-2.0/config.m4
Index: config.m4
==
jfclere 01/07/06 09:39:17
Modified:jk/native configure.in
jk/native/apache-2.0 Makefile.in
Added: common/build os_apache.m4
Log:
Add support for static linked mod_jk with httpd-2.0.
Arrange install of dynamic linked for httpd-2.0.
Revision ChangesP
jfclere 01/07/06 09:27:35
Modified:jk/native/common jk_ajp14_worker.c
Log:
Arrange C++ comment.
Revision ChangesPath
1.10 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c
Index: jk_ajp14_worker.c
Mike Anderson from novell.com is commiter
on Tomcat and works on mod_jk for Netware
and iPlanet :)
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364
Hi;
How can I find out who is involved in the tomcat build for Netware?
I'd like to bring our project wiserlabz to the table, and promote the
tomcat solution there. I noted a couple of problems with 3.2.2 as well.
In any event, wiserlabz is a collaborative effort to promote Novell and
Novell c
hey...
u r right that the tomcat documentation needs to be improved
i am ready to help.
i can work with DocBook XML.
it would be my pleasure to help..
thanx in advance..
hiten pandya
_
Get Your Private, Free
I'll help for mod_jk connector :)
Count me on
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>-Original Message-
>From: Alex Cha
> Question what about having a more detailed coverage of Tomcat's
> architecture ?
>
> ie: How to write TC 3.3 Interceptors, write 4.0 filters, writing
> realms.
Yes, there needs to be a separate Developers' Guide. Here's my first
pass at that. I'll be revising my whole TOC as soon as I ge
I fixed version.h (bad / split line)
and here is the steps :
You should use :
cd jakarta-tomcat-connectors/jk/native/
./buildconf.sh
./configure --with-apxs=/usr/sbin/apxs --enable-jni
--with-java-home=/opt/IBMJava2-13 --with-java-platform=2
cd apache-1.3/
make -f Makefile.apxs
cp mod_jk.so
hgomez 01/07/06 08:27:17
Modified:jk/native/common jk_version.h
Log:
Invalid line split use (at least in gcc)
Revision ChangesPath
1.2 +2 -3 jakarta-tomcat-connectors/jk/native/common/jk_version.h
Index: jk_version.h
===
Hi, everyone,
I am doing some performance testing with application running on Tomcat
3.2.1. Can you please tell me how I can tune Tomcat to affect the server
performance, such as the thread pool, or any other configurable numbers?
Many thanks in advance.
Sincerely,
Li
On Fri, 6 Jul 2001, GOMEZ Henri wrote:
> What about using my RPM ?
i could do, but i wanted to try to get the latest cvs working. as it
stands now, it doesn't build. is that to be expected?
- donald
JAYAKRISHNAN.E.K koroth at [EMAIL PROTECTED] wrote:
> Hi folks
>
> I am working on load balancing(failover) on
> Apache-tomcat server. Can you guys send me the maximum
> possible details concerned with this. i have to work
> with java.
My bad... I approved this by mistake instead of redirecting
Hi folks
I am working on load balancing(failover) on
Apache-tomcat server. Can you guys send me the maximum
possible details concerned with this. i have to work
with java.
thanks & regds
Jayakrishnan
__
Do You Yahoo!?
Get personalized email addres
I'll check the patch but frankly ajp12 is pretty deprecated today
switch to ajp13
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>-Or
Hi Andrej,
> Von: Andrej Koelewijn [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 5. Juli 2001 16:05
> I think sending 'content-disposition: attachment' in the http
> headers will
> cause msie to save the file. But I'm not sure if it's
> supported in 5.0...
Sounds good - i will have a look
Hi Tom,
> "Thomas Colin de Verdiere" wrote:
> what's your problem in ajp12
the problem, using sendRedirect( very long URL ) should send a
HTTP-Header to the client like :
HTTP/1.1 302 FOUND
Location: the new location
the Result i got was something like
HTTP/1.1 302 htp:// and a lot of more
Glenn,
Glenn Nielsen wrote:
>
> Antony Bowesman wrote:
> >
> > Glenn Nielsen wrote:
> > >
> > > Antony Bowesman wrote:
> > > >
> > > > > 8. Security
> > > >
> > > > How about
> > > > 8.1 Concepts - Explanation of J2EE and Java 2 security models
> > > > 8.2 Authentication with Realms
> > > > 8.2.
Antony Bowesman wrote:
>
> Glenn Nielsen wrote:
> >
> > Antony Bowesman wrote:
> > >
> > > > 8. Security
> > >
> > > How about
> > > 8.1 Concepts - Explanation of J2EE and Java 2 security models
> > > 8.2 Authentication with Realms
> > > 8.2.1 Simple realm
> > > 8.2.2 JDBC Realm
> > > 8.2.3 Custo
[This was posted on tomcat-user some weeks ago. As there was
no response I am now trying it here.]
Hi,
we are using TC 3.2.2 in standalone mode on a medium frequented
site. I am sure we never have more than 40-50 active,
simultaneous connections. However, from time to time I see the
message "t
jfclere 01/07/06 03:23:02
Modified:jk/native/common Makefile.in
Log:
rm -f is better that -rm (ignored errors make me nervious).
Revision ChangesPath
1.3 +1 -1 jakarta-tomcat-connectors/jk/native/common/Makefile.in
Index: Makefile.in
===
What about using my RPM ?
-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6
>-Original Message-
>From: Donald Ball [mailto:[EMAIL PR
>What is *noarch*, exactly.. I installed this one because at
>the time it was
>the only RPM I could find but am I missing out?
noarch indicate it's not native code (i386/sparc...)
It's java code ...
>Tc 3.3 now tries to autodetect ( and use ) Jikes where possible..,
>perhaps your tc33 copy is using some Jikes present on your system..,
>
>Only a wild thought Henri..
>
I've got jikes installed, and that may explains why I should have
rt.jar in tomcat.sh (yesterday cvs)
if [ -f ${JAVA_H
"Pier P. Fumagalli" wrote:
>
> jean-frederic clere at [EMAIL PROTECTED] wrote:
> >
> >> DOH! So why do you keep saying that you're against using sources...
> >> Since all those problems are simply fixed by using them
> >
> > No, I am not against using the APR sources, I was just thinking
Hi to all,
Costin proposed sometimes ago to have an uniq
workers.properties file which will handle all
the configuration directive and settings.
What about the case of virtual hosting ?
For example, in Apache 1.3/2.0, it's nice
to be able to use a JkMount directive only
in a virtual server.
>11. Load-balancing
>that it can be done through mod_jserv and mod_jk>
mod_jserv support fault-tolerant and load-balancing mode.
original mod_jk support only load-balancing but a recent
patch (found in J-T-C) allow you to configure mod_jk
in fault-tolerant only. ie when you have a cluster of
tom
51 matches
Mail list logo