What is correct for workers.properties.minimal

2005-09-27 Thread David Thielen
have just one server running one instance of Tomcat? Does it load balance within that one instance? Second, what is jkstatus for? Thanks - dave David Thielen 303-499-2544 www.windwardreports.com

Please verify this is correct: Need multiple virtual directories for isapi_redirector

2005-09-27 Thread David Thielen
Note: I looked and looked and couldn't find this documented. Hi; I want to make sure this is correct: If you want to run Tomcat against multiple websites, not just the default website, this is what I have had to do. This is on Windows 2003/IIS 6.0. I removed isapi_redirector.dll from the defau

isapi_redirect expert?

2005-09-27 Thread David Thielen
site as I know others are hitting these same questions. ??? - Thanks - dave David Thielen 303-499-2544 www.windwardreports.com

Re: mod_jk 1.2.14.1 core dump

2005-08-29 Thread David Rees
On 8/28/05, Jean-frederic Clere <[EMAIL PROTECTED]> wrote: > David Rees wrote: > > >I'm getting a core dump on my SGI IRIX machine using mod_jk 1.2.14.1 > >in jk_lb_worker.c line 605. The stack trace is below. This happens on > >any JK request I try. Going ba

mod_jk 1.2.14.1 core dump

2005-08-25 Thread David Rees
I'm getting a core dump on my SGI IRIX machine using mod_jk 1.2.14.1 in jk_lb_worker.c line 605. The stack trace is below. This happens on any JK request I try. Going back to 1.2.11 works fine. Any ideas? -Dave > 0 service(e = 0x1035afe8, s = 0x7fff2b28, l = 0x10281f68, is_error = > 0x7fff1a

Tomcat 5.5.9 crashes DB server network card?

2005-08-17 Thread David Schnall
MethodAccessor1866.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) ... similar errors follow almost at same time of crash David

Bug report: HTTPS buffer contains trailing x'00' after 4096 bytes

2005-07-18 Thread David J. Marcus
eas on 1- how to debug this problem? 2- how to get around this bug? The bug is 100% reproducible on my system. -TIA David

Re: *SPAM* Session Affinity after Graceful Apache restart? [was Re: Adding working dynamically with mod_jk status?]

2005-06-07 Thread David Rees
On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Does anyone know (David, Mladen?) what will happen to session affinity is > this situation? > > ie with Apache in front of several tomcats using mod_jk, when Apache is > restarted "gracefully" using

Re: Graceful restart on Windows [was Re: Adding working dynamically with mod_jk status?]

2005-06-02 Thread David Rees
On 6/1/05, Bernard <[EMAIL PROTECTED]> wrote: > > I follow this sequence because mod_jk returns a server error if it > cannot connect to Tomcat. To avoid this during Tomcat restarts, you need to have 2 Tomcat instances running and set them up with mod_jk to load balance across them. -Dave -

Re: Graceful restart on Windows [was Re: Adding working dynamically with mod_jk status?]

2005-05-31 Thread David Rees
On 5/31/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > After some more digging, it *appears* that "apache -k restart" WILL do a > graceful restart of Apache2 on Windoze. > > Can anyone confirm this please? And are there any "gotcha's" to watch out > for? Can someone explain exactly how th

Re: Adding working dynamically with mod_jk status?

2005-05-31 Thread David Rees
Yes, it should be possible on Windows as well. You may have to invoke apache.exe manually on that platform, I am not familiar with Apache on Windows. Apache docs or a google search should tell you more. -Dave On 5/31/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > That sounds perfectb

Re: Adding working dynamically with mod_jk status?

2005-05-25 Thread David Rees
On 5/25/05, [EMAIL PROTECTED] wrote: > > Is this still true if we were to define "extra" workers that are marked as > disabled at startup? Could we then point them to any new servers as they > are added and enable them without a restart? I know it's not very clean, > but would it work? > > We'd

Tomcat 5.5.4- ClassNotFoundException:org.apache.commons.dbcp.BasicDataSourceFactory

2005-02-02 Thread DAVID TURNER
I'm getting the below WARNING when Tomcat 5.5.4 starts up on Windows 2000 server: Feb 2, 2005 10:50:49 AM org.apache.catalina.core.NamingContextListener addResource WARNING: Failed to register in JMX: javax.naming.NamingException: Could not create resource factory, ClassNotFoundException:org.a

Re: Class Load Issue

2005-01-27 Thread DAVID B. LEVI
Kevin I have been getting mail from Tomcat for many months. I have tried unsuccessfully to "unsubscribe" from the list as I have nothing to do with Tomcat. Will you please ask someone there to unsubscribe this address? Many thanks. "Kevin L. Cobb" <[EMAIL PROTECTED]> wrote: Hi all, I am new

Re: [ANN] Jakarta Tomcat Connectors 1.2.7-beta-2 released

2004-12-09 Thread David Rees
Looks like more bad newlines were added to jk/native/apache-2.0/mod_jk.c in this release. -Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Newline Patch for JTC 1.2.7-beta

2004-12-01 Thread David Rees
I had a few problems compiling on SGI as it's compiler doesn't like the mix of windows/unix style line feeds present in a couple files. Not sure if they'll show up in this patch, but at least the patch will show where the windows style newlines are. -Dave ---

Re: Question about new mod_jk jk_lb_worker.c

2004-11-16 Thread David Rees
Rainer Jung wrote, On 11/16/2004 1:11 AM: Unfortunately I don't understand. Trying to combine rotatelogs with mod_jk.log in the following way (apache 1.3): Doh. I've been using Apache 2 for so long I forgot that it doesn't work with Apache 1.3. It does work using Apache 2 / mod_jk. -Dave -

regular expression matching in JK?

2004-11-15 Thread David Boyer
I've been using isapi_redirector2.dll in production for about nine months with no problems. The sole reason I'm using JK2 over JK is because of the ability to use regular rexpression uri matching. With JK2 being unsupported, will JK3 included support for regular rexpressions or will it be added to

Re: Question about new mod_jk jk_lb_worker.c

2004-11-14 Thread David Rees
Rainer Jung wrote, On 11/14/2004 7:31 AM: 0) Any ideas on rotating the mod_jk log file? Use cronolog http://cronolog.org/ or the rotatelogs program included with Apache. -Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13_worker.c

2004-11-10 Thread David Rees
[EMAIL PROTECTED] wrote, On 11/10/2004 7:24 AM: mturk 2004/11/10 07:24:17 Modified:jk/native/common jk_ajp13_worker.c Log: Use new TRACE/DEBUG logging. Also skip checking for memory allocation. If we can not allocate enough memory it's better to core dump then try to continue.

Re: [VOTE] Tomcat 5.5.4 Stability

2004-11-09 Thread David H. DeWolf
[ ] Alpha [ ] Beta [ X ] Stable A non-binding vote. I've done a bit of testing and haven't had any issues. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Two modest proposals about common\lib

2004-10-28 Thread David Cassidy
i normally resolve this with symlinks. Means I can have 'my' common stuff like database drivers in any place I like. (ie in a versioned directory like dbdrivers/database/version/jar Kind regards Dav

Re: method to protect webapps from users

2004-10-27 Thread David Cassidy
Peter, I'm very interrested in this. how does it work ? does it send the request as normal then only set the 'ive finished' flag to true when its got the end of the content from the orig request ? does the application care / notice ? tell me more ! Kind regard

RE: Tomcat 4.1.30 (although its still there in tomcat 5.0.28) temp file issue.

2004-09-15 Thread David Cassidy
Mark, Great news ! I think i'll check that one out and update our servers. Thanks Kind regards David Ca

Tomcat 4.1.30 (although its still there in tomcat 5.0.28) temp file issue.

2004-09-14 Thread David Cassidy
p;& firstFileName >= 0) { PrintWriter out = null; try { tmpFile = java.io.File.createTempFile( "files", ""); tmpFile.deleteOnExit(); Thanks david -- This e-mail may contain confidential and/or priv

Re: Dates for 5.0.29 and 5.5.2

2004-09-09 Thread David Rees
Shapira, Yoav wrote, On 9/9/2004 5:46 AM: Take a look at the changelog in CVS. Thanks, found the changelog here in CVS in case anyone else wants to look as well, took me a while to find it: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/docs/changelog.xml?sortby=date&only_with_

RE: Dates for 5.0.29 and 5.5.2

2004-09-08 Thread David Rees
Shapira, Yoav wrote: > > We don't need 5.0.29 already. But it's had a number of small bug fixes > and enhancements over 5.0.28. We can wait longer -- this is why I asked What bugs and enhancements have been made since 5.0.28? -Dave -

Re: Hi!

2004-08-31 Thread David Rees
Shapira, Yoav wrote, On 8/31/2004 11:34 AM: Welcome ;) The web site shows latest stable version, and 5.0.28 has yet to be voted as such. Shouldn't the release notes in the email announcement say that explicity in the subject? IIRC, previous releases happenned that way... http://marc.theaimsgrou

Re: Where's 4.1.31?

2004-08-20 Thread David Rees
Jeanfrancois Arcand wrote, On 8/20/2004 9:45 AM: Althrough I agree with peoples that can't move to Tomcat 5, Tomcat 5 has been available for more that 1 year. That will be good for Tomcat if people migrate from 4.1.x to 5 and find bugs (that way they will not be carried into 5.5/6). Although I w

Re: [Fwd: Re: Some benchs results : WAS: Invitation to HTTPD commiters in tomcat-dev]

2004-07-28 Thread David Rees
Remy Maucherat wrote, On 7/28/2004 7:54 AM: One thing I noticed when looking at Tomcat 5.0.x is that its default, static-file-delivering servlet does a stat(2) of each path prefix leading up to the file. A standard installation of Apache 2.x, with FollowSymlinks enabled, doesn't do these stat cal

Re: Simple Sticky LB WAS: Invitation to HTTPD commiters in tomcat-dev

2004-07-22 Thread David Rees
Remy Maucherat wrote, On 7/21/2004 11:33 PM: The changes would have to be simple, and non intrusive performance wise. Otherwise, I'm going to prefer AJP ;) Speaking about performance, did anyone do a comparison of mod_proxy against mod_jk to see how good/bad it is ? This is really important info

Re: mod_jk 1.0.26 release ?

2004-07-15 Thread David Rees
nyhgan wrote: > > Tomcat 3.3.2 and jk1.2.5 is what I am using now and it runs fine. The > problem described emails below only occurs if you use jk1.2.x with Tomcat > 5.x (or 4.x). And because of this reasonI can't upgrade my Tomcat to > Tomcat5.x. This sounds like more of a problem in your applica

Re: Some JK2 ideas

2004-07-15 Thread David Rees
Henri Gomez wrote: > > My idea is about a new module, only Apache 2.x for now, which will > make use of SetEnv, SetEnvIf, BrowserMath and Location > directives to redirect some URLs to tomcats via AJP. This sounds like a great idea. It would be easy to configure, and I would love to be able to co

RE: Some JK2 ideas v.2

2004-07-15 Thread David Rees
[EMAIL PROTECTED] wrote: > > There is a learning cliff with mod_jk2 that many I feel try to climb, and > don't make it. They then tomcat gives them a bad taste. > > KISS - the easier it is to do a simple config (and at the same time have > flexibility to do a complicated one) the better. That is

Re: Time for JkMountExclude in jk 1.2.x ?

2004-07-13 Thread David Rees
Henri Gomez wrote, On 7/13/2004 3:27 AM: What about adding support for JkMountExclude : I would suggest leaving it for the next release of mod_jk, unless it is simple and there is little chance of it adding any regressions. -Dave ---

Re: Ready for mod_jk 1.2.6 release?

2004-07-07 Thread David Rees
Rainer Jung wrote: > > the last release of mod_jk 1.2.x (1.2.5) is more than 9 months old. > Since then there have been important improvements (CPing/CPong and > recovery_options). Especially recovery_options is very useful in > transparent administration (start/stop) of cluster nodes. I would lik

Re: [5.next] Progress

2004-07-02 Thread David Rees
Remy Maucherat wrote, On 7/2/2004 2:13 AM: Jeanfrancois Arcand wrote: Remy Maucherat wrote: Speaking of which, does anyone know any OSes (besides Windows) which lock files ? NFS sometimes lock file (I did see a similar problem with Solaris) Thanks for the tip. I'll code in Windows by default, and

RE: Which class stores the JNDI resources?

2004-04-30 Thread David
Any idea which version has it fixed sandy? I've tried Tomcat 4.1.30 as well as 5.0.19 to no avail. Is it only in cvs at this point? Thanks, David -Original Message- From: Sandy McArthur [mailto:[EMAIL PROTECTED] Sent: Friday, April 30, 2004 3:12 PM To: Tomcat Developers List Subjec

Which class stores the JNDI resources?

2004-04-30 Thread David
bapp via a war file so it needs to be in the default context. Can anyone point me to the class handling the saves to JNDI so I can see exactly what is happening? Or a good workaround for this? Thanks, David - To unsubscribe

RE: XXX Funny movie

2004-04-27 Thread David Rees
Shapira, Yoav wrote: > >>It looks to me that the headers of the email are forged, so I doubt >> that [EMAIL PROTECTED] is the one actually sending the emails. > > You're most likely right, but I looked through the headers, couldn't > find anything else, and so went ahead. It seems OK so far. Yeah

RE: XXX Funny movie

2004-04-27 Thread David Rees
Shapira, Yoav wrote: > > I've put [EMAIL PROTECTED] on the deny list for tomcat-dev, so no more > messages from that address should get through. I've also emailed > [EMAIL PROTECTED] to let him know of this and ask him to contact us > after cleaning up his computer. It looks to me that the header

Re: Movie

2004-04-27 Thread David Rees
Remy Maucherat wrote: > > I'm going to unsubscribe Gal from tomcat-dev for now, since a lot of > spam is coming through this old email. > Subscribe again if you'd like to be on the list (but with a slightly > different email so we don't get the spam ;) ). > > (Apache really needs to add competent s

RE: single percent sign in a parameter causes an exception report detailing tomcat version

2004-04-16 Thread David Cassidy
I've tried customizing the error page for the single percent sign problem with a status code 500 but it doesn't seem to work :( any id

RE: single percent sign in a parameter causes an exception report detailing tomcat version

2004-04-16 Thread David Cassidy
still makes a nasty mess on your screen :) They also discovered that if you pass 7,600 bytes as the value for a GET parameter that mod_jk1 tells you the server is down. When you see reports from 'pen testers' with this is you know they are clutching at straws its a boring frida

single percent sign in a parameter causes an exception report detailing tomcat version

2004-04-16 Thread David Cassidy
Anyone seen this before ? Anyone got a fix ? Thanks David -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthoriz

Re: Losing line numbers in stracktraces

2004-04-06 Thread David Rees
Hans Verschoor wrote: > > I have a problem reading stacktrace info when Tomcat throws an exception > caused by a servlet or a class calld by a servlet > I have my classes compiled into in the . WEB-INF/classes directory and > (so far) I use no war or jar. > When an exception is thrown the stack

RE: Returned mail: Delivery Failed

2004-03-15 Thread David Rees
Shapira, Yoav wrote: >> I wouldn't call the current situation as "moderated" so much as >> "managed". Is there a reason that the developers list allows posting >> from non-subscribers? Or are these troubled addresses actually fully >> subscribed? > > All these addresses are fully subscribed (i.e.

Re: mod_jk 1.2.6 and hung tomcat

2004-03-09 Thread David Rees
Mike Charnoky wrote: > > Is there a concise reference for this problem? It is intrinsically a > tomcat issue or is it a problem with a badly behaved app? How can I > determine what is causing the hang? Is there something in the > archives that I am completely missing? In my case, Tomcat hangs

RE: jk2 buglets II

2004-02-26 Thread David Rees
[EMAIL PROTECTED] wrote: > > This seemed to be an issue with tomcat 4.1.24. > > Using 4.1.29 resolves this issue. > > Thanks for the pointers, especially the one to open my eyes and check > which tomcat version I was using. While you're at it, you should upgrade to 4.1.30 which fixes some memory l

RE: jk2 buglets II

2004-02-23 Thread David Rees
On Mon, February 23, 2004 1at 0:28 am, [EMAIL PROTECTED] wrote: >> Does restarting the Tomcat instance free up the stuck processes? > > Yup. Apache seems to recover fine, as the socket gets reset. OK, can you figure out what Tomcat is doing when these processes get stuck? It seems that you may h

Re: jk2 buglets II

2004-02-23 Thread David Rees
[EMAIL PROTECTED] wrote, On 2/23/2004 8:37 AM: We seem to have another buglet with mod_jk2 2.0.2. We seem to be unable to recreate the bug using ab, but when one of our busiest servers has been running for a few hours we get apache children "stuck" (at times upto 100 children are blocked, which is

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2004-02-17 Thread David Rees
Attached is a patch which cleans it up. -Dave David Rees wrote, On 2/17/2004 8:28 AM: > Umm, tab police? ;-) -Dave [EMAIL PROTECTED] wrote, On 2/17/2004 2:38 AM: hgomez 2004/02/17 02:38:25 Modified:jk/native/common jk_ajp_common.c - /* communication with tom

Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2004-02-17 Thread David Rees
Umm, tab police? ;-) -Dave [EMAIL PROTECTED] wrote, On 2/17/2004 2:38 AM: hgomez 2004/02/17 02:38:25 Modified:jk/native/common jk_ajp_common.c - /* communication with tomcat has been interrupted AFTER - * headers have been sent to the client. -

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_vm_default.c

2004-02-13 Thread David Rees
Henri Gomez wrote, On 2/13/2004 3:08 AM: Are you sure it will works on non gcc compiler ? I'd like to see Jean-Frederic opinion :) (exotic os/hardware) Does not look like it does, but at least now you'll know that if you're writing gcc specific code you can do it. ;-) The only non-gcc compiler

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_vm_default.c

2004-02-13 Thread David Rees
David Rees wrote, On 2/13/2004 1:14 AM: If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf("This is a ") "very long line.\n"); Oops, my patch was reversed. Here's a good one. -Dave

Re: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_vm_default.c

2004-02-13 Thread David Rees
Henri, If you want to use shorter lines, you can wrap long lines and still compile. For example (in case my patch gets stripped): printf("This is a ") "very long line.\n"); -Dave [EMAIL PROTECTED] wrote, On 2/13/2004 12:46 AM: hgomez 2004/02/13 00:46:37 Modified:jk/native2/c

RE: [PATCH] Clustering members using UDP sockets instead of multicast ones

2004-01-27 Thread David Cassidy
Filip, This is a very useful thing for those of us who have to contend with firewalls and multiple datacentres. If it can't go into the main CVS area can we have a 'standard extentions' type area where things like this can be kept with instructions on how to install ?

Re: cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2004-01-25 Thread David Rees
[EMAIL PROTECTED] wrote, On 1/25/2004 5:16 AM: RCS file: /home/cvs/jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 @@ -1066,6 +1105,8 @@ [4.1.27] #21984 HandlerReqest: Fix potential Dos condition

Re: Mod_Jk2 Enhancement - Bugzilla Option?

2004-01-17 Thread David Rees
NormW wrote, On 1/17/2004 12:27 PM: Good morning Developers. Recent testing of mod_jk2 status pages revealed the information was being returned to the client in about 42 byte chunks on a LAN that supports 1500 byte packets. I would like to submit a request for the chunk size to be increased or adap

Re: Found it - WAS: Memory leak

2004-01-16 Thread David Strupl
after your eval period is over ;-) Best regards, David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error in mod_jk Makefile?

2004-01-15 Thread David Meier
Yap! That was it. I am fairly new to FreeBSD and I was not aware about that issue. Thanx a lot! Dave > David Meier wrote: >> I am trying to build mod_jk-1.2.5 from source on FreeBSD 4.9-RELEASE and I >> encounter at the end of the build process the following error: >> >

Error in mod_jk Makefile?

2004-01-15 Thread David Meier
I am trying to build mod_jk-1.2.5 from source on FreeBSD 4.9-RELEASE and I encounter at the end of the build process the following error: ... /usr/local/bin/bash /usr/local/apache/build/libtool --silent --mode=install cp `pwd`/mod_jk.so libtool: install: you must specify a destination Try `libtool

Re: TC 5.0.17: Relative context path no longer works

2004-01-14 Thread David Rees
On Wed, January 14, 2004 at 4:56 pm, Remy Maucherat wrote: > >> I'll strip down my config and do more testing... > > I don't see the point: this should be trivial. Either the manager webapp > works or it doesn't. It seems to me like it does ;-) Yeah, it works, and I did something dumb that I don't

Re: TC 5.0.17: Relative context path no longer works

2004-01-14 Thread David Rees
On Wed, January 14, 2004 at 4:52 pm, David Rees wrote: > > Running RH 7.3 with JDK 1.4.2_03-b02. What OS do you develop on? I'll > try windows. > > I'll strip down my config and do more testing... Just tested on Windows XP, and JDK 1.4.2_03-b02 where it works with t

Re: TC 5.0.17: Relative context path no longer works

2004-01-14 Thread David Rees
On Wed, January 14, 2004 at 4:29 pm, Remy Maucherat wrote: > David Rees wrote: >> In previous versions of Tomcat, I've used a relative context path like >> this to setup the manager webapp: >> >> > privileged="true"/> > > This works for me

TC 5.0.17: Relative context path no longer works

2004-01-14 Thread David Rees
In previous versions of Tomcat, I've used a relative context path like this to setup the manager webapp: If I use the absolute path to the manager directory everything is OK. I couldn't find any mention of this in the changelog. However, this no longer works in 5.0.17 and I get a ClassNotFound

Re: Multiple applications single signon.

2004-01-13 Thread David Cassidy
Michael, Sounds like you are after Tomcats Single Signon system. Best to ask on the user list for that as the developer list is for people developing Tomcat, not developing applications using Tomcat. David

Re: [kylev-jakarta@kylev.com: DataSourceRealm and Context defined JNDI Resource]

2004-01-09 Thread David Cassidy
bal resources rather than using the initial context as well. but ... ?? ) Kind regards David Cassidy

RE: mod_jk will only connect to tomcat on the localhost

2003-12-23 Thread David Cassidy
Can you run - on the tomcat server if linux netstat -tln if anything else ! netstat -an | grep tcp | grep LISTEN then we can see if you are actually listening on anything other than localhost :) david

Re: 5.next + 4.1.x future

2003-12-18 Thread David Rees
Costin Manolache wrote: Jan-Henrik Haukeland wrote: Remy Maucherat <[EMAIL PROTECTED]> writes: My opinion is that NIO is going to be really useless. Eh, hello!? Oh, okay if it's not important that Tomcat scale and perform well it may be useless. But, really, before NIO it was hopeless to try and wr

Re: 5.next + 4.1.x future

2003-12-12 Thread David Rees
On Fri, December 12, 2003 at 2:12 pm, Adam Fisk wrote: > > I'd be happy to send my data to the group if people are interested. > Aside from memory, I was surprised to find that the effect on CPU was > negligible (not much of a benefit from no context-switching between > threads) -- CPU was virtuall

RE: Jetty Architecture

2003-12-11 Thread David Evans
ormatics > > > >-Original Message- > >From: David Evans [mailto:[EMAIL PROTECTED] > >Sent: Thursday, December 11, 2003 9:34 AM > >To: Tomcat Developers List > >Subject: Re: Jetty Architecture > > > >Hello, > > > > > >On Wed,

Re: Jetty Architecture

2003-12-11 Thread David Evans
Hello, On Wed, 2003-12-10 at 16:08, Filip Hanik wrote: > I have a basic doc (text no pictures) one page that describes some of this, > let me see if I can dig it up for you, > but your diagram would be "much" bigger :), since the number of components > in Tomcat is "slightly" more complex than Je

Re: 5.0.X Benchmarks Was: [VOTE] New builds

2003-10-29 Thread David Rees
On Wed, October 29, 2003 1at 1:41 am, Mladen Turk wrote: > > AFAICT the 5.0.14 is production quality version, much more stable and > faster, at least for the applications I'm using. > Just upgraded the application (ESRI ArcIMS) from IIS/Jrun to Tomcat > 5.0.14, and it's lot faster. > I'll post some

Faking server_port

2003-10-28 Thread David Cassidy
the server_port tells it 8080 and hence any redirect fails. Is there anyway to fake the server_port to be 80 yet or is this something I'll need to add in ? Any suggestions ? Thanks David -- This e-mail may contain confidential and/or privileged information. If you are not the int

Re: New builds ?

2003-10-27 Thread David Rees
On Fri, October 24, 2003 1at 1:27 am, Remy Maucherat wrote: > Remy Maucherat wrote: >> >> OTOH, there has been a few useful fixes and tweaks since 5.0.13 in the >> 5.0 branch, so I'll tag a new 5.0.14 at the end of the week (these .13 >> builds are all cursed :-D). > > Ok, tomorrow or Sunday :) (I'

Re: DO NOT REPLY [Bug 24075] New: - mod_jk will not resolve hostnames

2003-10-24 Thread David Cassidy
IP address and all is OK. (this going to about 300 tomcat instances on another 14 servers) Assuming your dns works so should yours :) let us know what you f

Re: New builds ?

2003-10-23 Thread David Rees
Remy Maucherat wrote: David Rees wrote: I've been using 4.1.29 for development without any issues for a few days now. Just one minor annoyance, I get this message twice when starting Tomcat up: "CoyoteConnector Coyote can't register jmx for protocol" Very good point. I&#

Re: New builds ?

2003-10-23 Thread David Rees
Remy Maucherat wrote: So, what do we do with 4.1.28 ? AFAIK, no significant issue has been found with this build, with minor tweaks being made since then in the connectors. Is a 4.1.29 needed, or is it simply people forgot about that build ? Comments ? I've been using 4.1.29 for development with

AJP / JK connector mass hosting SLB port translation problem

2003-10-22 Thread David Cassidy
go through to tomcat through ajp13 the server port is taken not from what apache says but from some command ;) Any ideas on how to do this ? Thanks David -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail

Re: Restart automatically Tomcat

2003-10-06 Thread David Rees
On Mon, October 6, 2003 at 2:41 am, Slimane Amar sent the following > > I'm using Tomcat 4.1.24 et i want after it fails it restarts > automatically > to have a high availability. > > Is it possible with only Tomcat ? If using Unix, check out these tools: http://cr.yp.to/daemontools.html Specifi

Re: [next] What's next ?

2003-10-02 Thread David Rees
On Thu, October 2, 2003 1at 0:33 am, Filip Hanik sent the following >>- Java or native load balancer, with session affinity support. This >>could be the perfect commons project, and is not really related to Tomcat > > After looking into it, writing a load balancer in Java will only cause the > load

RE: [next] What's next ?

2003-10-02 Thread David Rees
On Thu, October 2, 2003 at 8:56 am, Shapira, Yoav sent the following >>> 3. Provide a complete working configuration example for a cluster of >>> tomcat servers with a front-end tomcat as well, i.e. a pure >>> tomcat-only >>> solution. We already have the jvmRoute mechanism, but I think it >>> nee

Re: connectors documents

2003-10-01 Thread David Rees
On Wed, October 1, 2003 at 1:18 am, Mark Lowe sent the following > > Despite using tomcat for 3-4 years jakarta connectors has remained the > moving goal post. I dont usually have the pleasure of having to get > tomcat and apache talking to one another, but i do now. Subject is really for tomcat-

RE: Jakarta Tomcat 4.1 XSS vulnerability

2003-09-29 Thread David Rees
On Mon, September 29, 2003 1at 2:49 pm, Shapira, Yoav sent the following > > Howdy, > OK, makes sense. Thanks for the examples! Glad I could help. Hopefully you (and others) can use this information while designing web applications to avoid similar XSS issues in the future even if they are relat

RE: Jakarta Tomcat 4.1 XSS vulnerability

2003-09-29 Thread David Rees
On Mon, September 29, 2003 1at 2:34 pm, Shapira, Yoav sent the following > > Howdy, > This is interesting, hopefully you won't mind educating me a bit > further... Not at all, but keep in mind I haven't studied all that much myself... ;-) >>> - Is it really a vulnerability? What can you get from

Re: Jakarta Tomcat 4.1 XSS vulnerability

2003-09-29 Thread David Rees
On Mon, September 29, 2003 1at 2:32 pm, Bill Barker sent the following > Remy has already patched the HTTP Connector for this one (both Tomcat > 4&5). I believe that the patch still needs to be ported to the JK2 > Connector. Thanks for the update, Bill. Hope to see Tomcat 4.1.28 out soon, look li

RE: Jakarta Tomcat 4.1 XSS vulnerability

2003-09-29 Thread David Rees
On Mon, September 29, 2003 1at 1:57 am, Shapira, Yoav sent the following > I'm not a big security buff, but three things come to mind: > - The original post with the "exploit" is more than a year old, yet we > haven't heard anything about this actually used maliciously -- how come? Can't answer th

Re: Jakarta Tomcat 4.1 XSS vulnerability

2003-09-29 Thread David Rees
Anyone know how serious this is? It also appears to affect Tomcat 4.1.27 when using mod_jk as well. Below is a sample trace of a HTTP session. -Dave > telnet localhost 8080 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /666%0a%0aalert("asdf");666.jsp HTTP/1.0 Host: l

RE: CoyoteRequest assumption that breaks UTF-8 support

2003-09-25 Thread Oxley, David
This is not a bug. Read http://asg.web.cmu.edu/rfc/rfc2070.html#sec-5. Use this code: String result = req.getParameter(parm); if (result == null) return null; try { return new String(result.getBytes("ISO-8859-

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

2003-09-25 Thread David Rees
David Rees said: > I think there's a typo-o in here, looks like the text for the PONG REPLY > will read as follows: "The reply to a PING request. yet." The attached > patch should fix it (Against rev 1.5) > > -Dave Doesn't look like my attachment made it. He

Re: cvs commit: jakarta-tomcat-connectors/jk/xdocs/common AJPv13.xml

2003-09-25 Thread David Rees
I think there's a typo-o in here, looks like the text for the PONG REPLY will read as follows: "The reply to a PING request. yet." The attached patch should fix it (Against rev 1.5) -Dave [EMAIL PROTECTED] said: > /home/cvs/jakarta-tomcat-connectors/jk/xdocs/common/AJPv13.xml,v > retrieving

[ANNOUNCEMENT]: Tomcat Service Manager for Windows 1.0.0

2003-09-25 Thread Oxley, David
http://www.daveoxley.co.uk/tcsm tcsm is a Service Manager for Tomcat that looks and works in a similar way to the MS SQL Server Service Manager. Enjoy. Dave. [EMAIL PROTECTED] This e-mail has been scanned for all viruses b

Re: mod_jk does not detect a hung Tomcat

2003-09-25 Thread David Rees
Henri Gomez said: >> >> This won't work with the pre-fork MPM, since each Apache child will >> have >> its own idea of the timing. The only way that it could tell that a >> Tomcat >> failed is to try the request and fail :). >> >> >>>The idea needs to be flushed out some more. But we should be ab

Servlet destory method not being called

2003-09-23 Thread Oxley, David
I've just reported a serious bug that means that servlet destroy methods don't get called on server shutdown. See my comments at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23373 Dave. This e-mail has been scanned fo

Re: mod_jk does not detect a hung Tomcat

2003-09-23 Thread David Rees
Henri Gomez said: > Henri Gomez a écrit : >>> Nope since you don't have to just test at protocol level but also on >>> higher level, for instance check the full chain, up to servlet >>> handling. >>> It's easy to simulate this behavior by sending a STOP signal to Tomcat. I've al

mod_jk does not detect a hung Tomcat

2003-09-22 Thread David Rees
I posted this to tomcat-users last week, but didn't get a reply... I'm hoping to get some feedback from the connectors developers on this issue I occasionally run into... I've got a setup where I've got two load balanced Tomcats running off of Apache and mod_jk. I've got a problem where one of t

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
now. Dave. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: Monday, September 22, 2003 4:05 PM > To: Tomcat Developers List > Subject: Re: Tomcat 5.0.12 > > Oxley, David wrote: > > Ok. Yup. Didn't see that. Just found that my problem was that

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
Sent: Monday, September 22, 2003 2:27 PM > To: Tomcat Developers List > Subject: Re: Tomcat 5.0.12 > > Oxley, David wrote: > > > Remy, > > > > The service installed by the installer doesn't start. I think it is > > because it is missing the java.en

RE: Tomcat 5.0.12

2003-09-22 Thread Oxley, David
a.startup.Bootstrap;main;start --ShutdownClass org.apache.catalina.startup.Bootstrap;main;stop --Java java --JavaOptions -Xrs#-Djava.endorsed.dirs="$INSTDIR\bin;$INSTDIR\common\endorsed"#-Dcatalina .base="$INSTDIR"#-Dcatalina.home="$INSTDIR"#-Djava.io.tmpdir="$INS

  1   2   3   4   >