RE: System hangs after 2-3 hours of use

2001-07-23 Thread GOMEZ Henri
>> Exactly the same configuration here in dev and prod. >> Redhat 6.x, TC 3.2.3/3.3 and mod_jk / ajp13 >> Never go any problems > >then we have to switch to ajp13 (not in a rush though, >mod_jserv is working fine now) Yep the old duo. >They could have had the same bug.. So it was safer to swith

RE: System hangs after 2-3 hours of use

2001-07-23 Thread Martin van den Bemt
> >> >I had (on linux rh 6 and 7). > >> > >> What's the exact problem with mod_jk and ajp12 ? > >> Couldn't you switch to tomcat 3.2.3 and ajp13 ? > > Exactly the same configuration here in dev and prod. > Redhat 6.x, TC 3.2.3/3.3 and mod_jk / ajp13 > Never go any problems then we have to switch

cvs commit: jakarta-tomcat/src/native/mod_jk/apache2.0 mod_jk.c

2001-07-23 Thread hgomez
hgomez 01/07/23 23:07:31 Modified:src/native/mod_jk/apache2.0 mod_jk.c Log: Back port from J-T-C. util_date.h has moved since Apache 2.0.20 Revision ChangesPath 1.13 +5 -0 jakarta-tomcat/src/native/mod_jk/apache2.0/mod_jk.c Index: mod_jk.c ===

RE: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp13.h jk_ajp_common.c jk_ajp_common.h

2001-07-23 Thread GOMEZ Henri
Thanks Mike :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT

RE: System hangs after 2-3 hours of use

2001-07-23 Thread GOMEZ Henri
>> mod_jk is not the speciality of Pier :) > >Sorry ;-)) My eyes are not so good ;-) :::) >> >I had (on linux rh 6 and 7). >> >> What's the exact problem with mod_jk and ajp12 ? >> Couldn't you switch to tomcat 3.2.3 and ajp13 ? Exactly the same configuration here in dev and prod. Redhat 6.x, T

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread GOMEZ Henri
>> Good information, and could send us a strace ? > >This may sound strange to all you Apache experts, but how do I do that? >How do I run strace on a detached process? strace httpd -f (follow forks)

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread GOMEZ Henri
>> Good information, and could send us a strace ? > >Just occurred to me that I have the dumped core of Apache when it died. >Would that help you? May be send a gdb where output ?)

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Now I have some new info here. After recompiling everything clean, I've > >taken out PHP altogether. So it's not part of the equation. It is > >sufficient to compile mod_jk in and use static pages only (ie. no > >JSP's/VM at all). If you gracefully restart the server a > >

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets WebdavServlet.java

2001-07-23 Thread remm
remm01/07/23 18:30:59 Modified:catalina/src/share/org/apache/catalina/servlets WebdavServlet.java Log: - Various fixes to support of lock-null properties. They are now included in a PROPFIND, and it's now possible to retrieve their (blank) properties.

Re: cvs commit: jakarta-tomcat-4.0/tester/web/goldenEncoding03.txt~

2001-07-23 Thread Pier P. Fumagalli
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > craigmcc01/07/23 16:52:40 > > Removed: tester/web Encoding02.jsp~ Encoding03.jsp~ > tester/web/golden Encoding03.txt~ AH! :) That's what those things are... There were a few also somewhere else, and I thought my OS/X was going

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/filters SetCharacterEncodingFilter.java

2001-07-23 Thread craigmcc
craigmcc01/07/23 17:26:55 Modified:webapps/examples/WEB-INF web.xml Added: webapps/examples/WEB-INF/classes/filters SetCharacterEncodingFilter.java Log: Add an example filter that unconditionally sets the character encoding (used to interpret reques

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread Bojan Smojver
GOMEZ Henri wrote: > > >Now I have some new info here. After recompiling everything clean, I've > >taken out PHP altogether. So it's not part of the equation. It is > >sufficient to compile mod_jk in and use static pages only (ie. no > >JSP's/VM at all). If you gracefully restart the server a > >

cvs commit: jakarta-tomcat-4.0/tester/web/golden Encoding03.txt~

2001-07-23 Thread craigmcc
craigmcc01/07/23 16:52:40 Removed: tester/web Encoding02.jsp~ Encoding03.jsp~ tester/web/golden Encoding03.txt~ Log: Remove Emacs backup files inadvertently committed.

cvs commit: jakarta-tomcat-4.0/tester/web/golden Encoding02.txt Encoding03.txt Encoding03.txt~

2001-07-23 Thread craigmcc
craigmcc01/07/23 16:46:02 Modified:tester/src/bin tester.xml tester/src/tester/org/apache/tester TestClient.java Added: tester/web Encoding02.jsp Encoding02.jsp~ Encoding03.jsp Encoding03.jsp~ tester/web/golden Encoding02.txt

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler JspUtil.java

2001-07-23 Thread craigmcc
craigmcc01/07/23 16:45:37 Modified:jasper/src/share/org/apache/jasper/compiler JspUtil.java Log: Re-fix escaping so that %\> is recognized correctly (bugzilla #2602) AND the Unicode literal string is still recognized correctly. Revision ChangesPath 1.12 +21 -3

cvs commit: jakarta-tomcat KEYS

2001-07-23 Thread mmanders
mmanders01/07/23 16:24:46 Modified:.KEYS Log: Added my key so I can sign NetWare binaries. Revision ChangesPath 1.5 +22 -0 jakarta-tomcat/KEYS Index: KEYS === RCS file: /home/cvs/j

cvs commit: jakarta-tomcat-4.0/tester/web/golden Encoding01.txt

2001-07-23 Thread craigmcc
craigmcc01/07/23 15:10:09 Modified:tester/src/bin tester.xml Added: tester/web Encoding01.jsp tester/web/golden Encoding01.txt Log: Add a unit test for not doing "\"-escaping inside a string literal. Revision ChangesPath 1.61 +7 -0 jakart

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler JspUtil.java

2001-07-23 Thread craigmcc
craigmcc01/07/23 15:04:00 Modified:jasper/src/share/org/apache/jasper/compiler JspUtil.java Log: Fix an as-yet-unfiled bug related to escaping of '\' characters in runtime expressions (which was recently patched in response to Bugzilla #2602. The previous patch caused this code:

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/loader AdaptiveClassLoader.java AdaptiveClassLoader12.java

2001-07-23 Thread marcsaeg
marcsaeg01/07/23 14:49:08 Modified:src/share/org/apache/tomcat/loader Tag: tomcat_32 AdaptiveClassLoader.java AdaptiveClassLoader12.java Log: Added findResource() and findResources() per the JDk 1.2 class loader. These methods only appear in AdaptiveClassLo

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

2001-07-23 Thread mmanders
mmanders01/07/23 14:02:43 Modified:jk/native/common jk_ajp13.h jk_ajp_common.c jk_ajp_common.h Log: Ported fixes for AJP13 wrong response from Tomcat 3.3 branch. Revision ChangesPath 1.5 +2 -1 jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h Index: j

RE: System hangs after 2-3 hours of use

2001-07-23 Thread Martin van den Bemt
after 2-3 hours of use > > > >It's a mod_jk bug. Mod_jserv doesn't seem to have the problem > >and I don't > >know if mod_jk is already fixed. (Pier?) > >Don't know about NT though, but I suspect the same problem is > >there as what > > mod_jk is not the speciality of Pier :) Sorry ;-)) My eyes a

RE: System hangs after 2-3 hours of use

2001-07-23 Thread GOMEZ Henri
>It's a mod_jk bug. Mod_jserv doesn't seem to have the problem >and I don't >know if mod_jk is already fixed. (Pier?) >Don't know about NT though, but I suspect the same problem is >there as what mod_jk is not the speciality of Pier :) >I had (on linux rh 6 and 7). What's the exact problem wi

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler TagBeginGenerator.java TagEndGenerator.java

2001-07-23 Thread craigmcc
craigmcc01/07/23 12:57:32 Modified:jasper/src/share/org/apache/jasper Constants.java jasper/src/share/org/apache/jasper/compiler TagBeginGenerator.java TagEndGenerator.java Log: Fix a spec compliance bug. Jasper was generating servlets that im

Re: System hangs after 2-3 hours of use

2001-07-23 Thread Pier P. Fumagalli
Martin van den Bemt at [EMAIL PROTECTED] wrote: > It's a mod_jk bug. Mod_jserv doesn't seem to have the problem and I don't > know if mod_jk is already fixed. (Pier?) I have no whatsoever clue on mod_jk, sorry... Pier

RE: System hangs after 2-3 hours of use

2001-07-23 Thread Martin van den Bemt
It's a mod_jk bug. Mod_jserv doesn't seem to have the problem and I don't know if mod_jk is already fixed. (Pier?) Don't know about NT though, but I suspect the same problem is there as what I had (on linux rh 6 and 7). Mvgr, Martin > -Original Message- > From: Twele, Charles G [mailto:[

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/buf UDecoder.java

2001-07-23 Thread mmanders
mmanders01/07/23 11:40:30 Modified:src/share/org/apache/tomcat/util/buf UDecoder.java Log: Fixed an ArrayOutOfBoundException in convert( CharChunk mb ). Copied the same test used in convert( ByteChunk mb ). Submitted by: Thibault FREY <[EMAIL PROTECTED]> Revision Change

System hangs after 2-3 hours of use

2001-07-23 Thread Twele, Charles G
My Tomcat 3.1 application hangs after a while. However, if I restart Tomcat again all goes well for some time i.e. 2 to 3 hours and then it goes down again. I am using Apache 1.3.12 and Tomcat 3.1 on Win NT Anyone encountered this problem with Tomcat?

Re: Post B6 modifications...

2001-07-23 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: > >> * I like symmetry :-), so shouldn't there also be some sort of >> shutdown() method that is called after stop() that corresponds to >> initialize() being called before start()? > > Ok, but it wouldn't be that useful. I don't know... If Service

Re: Post B6 modifications...

2001-07-23 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > I do have two design quibbles: > > * The initialize() method you added throws LifecycleException, but you > are not using the remainder of the Lifecycle family of APIs. This is > not particularly clean, and the obvious answer would be to exten

Re: NT/2000 service donation?

2001-07-23 Thread Pier P. Fumagalli
Joe Flowers at [EMAIL PROTECTED] wrote: > "Pier P. Fumagalli" wrote: >> >> Joe Flowers at [EMAIL PROTECTED] wrote: >>> >>> If the attached "TomcatService" program is "worthy", I would like to >>> donate it to the Tomcat project. >>> >>> What makes this program "interesting" is that it starts a

Re: Post B6 modifications...

2001-07-23 Thread Remy Maucherat
> On Fri, 20 Jul 2001, Pier P. Fumagalli wrote: > > > > > This patch actually starts fixing things, but doesn't break the build > > neither compromises functionality (checked it already), but I would like > > someone (Craig/Remy/Amy/Glenn...) to review it and, if ok, apply it... > > > > I do have

Re: tar bundle of latest mod-Web source?

2001-07-23 Thread jean-frederic clere
"Craig R. McClanahan" wrote: > > On Mon, 23 Jul 2001, jean-frederic clere wrote: > > > > > Well, the watchdog tests are OK now. > > Just a question about DoInit1Test. As it throws exception in init() what should > > be the behaviour if called more than once? (it returns 404). > > > > Are you re

Re: tar bundle of latest mod-Web source?

2001-07-23 Thread Craig R. McClanahan
On Mon, 23 Jul 2001, jean-frederic clere wrote: > > Well, the watchdog tests are OK now. > Just a question about DoInit1Test. As it throws exception in init() what should > be the behaviour if called more than once? (it returns 404). > Are you referring to the fact that if you run this test

Re: Post B6 modifications...

2001-07-23 Thread Craig R. McClanahan
On Fri, 20 Jul 2001, Pier P. Fumagalli wrote: > > This patch actually starts fixing things, but doesn't break the build > neither compromises functionality (checked it already), but I would like > someone (Craig/Remy/Amy/Glenn...) to review it and, if ok, apply it... > I do have two design q

Re: NT/2000 service donation?

2001-07-23 Thread Joe Flowers
"Pier P. Fumagalli" wrote: > > Joe Flowers at [EMAIL PROTECTED] wrote: > > > > If the attached "TomcatService" program is "worthy", I would like to > > donate it to the Tomcat project. > > > > What makes this program "interesting" is that it starts and stops Tomcat > > using the > > %TOMCAT_HOME%

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-23 Thread GOMEZ Henri
>Now I have some new info here. After recompiling everything clean, I've >taken out PHP altogether. So it's not part of the equation. It is >sufficient to compile mod_jk in and use static pages only (ie. no >JSP's/VM at all). If you gracefully restart the server a >number of times >(the number va

Re: tar bundle of latest mod-Web source?

2001-07-23 Thread jean-frederic clere
Clere Jean-Frederic FSC EP LP COM 5 wrote: > > "Pier P. Fumagalli" wrote: > > > > Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > > On Fri, 20 Jul 2001, Thom Park wrote: > > > > > >> Hi all, > > >> > > >> is there a tarbundle somewhere of the latest (circa-Tomcat 4-b6) web-app > > >> connecto

Status virtual host- reasking question..

2001-07-23 Thread Martin van den Bemt
Hi, I'm about to setup virtual host specific stuff on my webserver. Are there some scenario's I can test (using rh 71, apache 1.3.20, tomcat 33). Or should every scenario just work and testing isn't needed ? I can even setup some docs on this (if not already there). Please let me know.. Mvgr, M

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server.xml

2001-07-23 Thread pier
pier01/07/23 06:43:59 Modified:catalina/src/conf server.xml Log: Fixed small configuration problem and wrong documentation. Thanks to Muminur Rashid Choudhury <[EMAIL PROTECTED]> Revision ChangesPath 1.26 +8 -17 jakarta-tomcat-4.0/catalina/src/conf/server.

[PATCH] src/share/org/apache/tomcat/util/buf/UDecoder.java TC3.3b1

2001-07-23 Thread [EMAIL PROTECTED]
The joined diff corrects the next problem : the method convert( CharChunk mb ) throws an ArrayIndexOutOfBoundsException when the buffer doesn't contain '%' Thanks in advance to commit this patch Thibault FREY -- Profitez de l'offre spéciale Liberty Surf ! 50 h / 95 F TTC par mois t

no jvm_dll_path in nsapi_redirect.so

2001-07-23 Thread Ray Shun
Hi Developers, When I run iPlanet 6.0 and use nsapi_redirect.so to try to redirect servlet requests to tomcat, the iplanet cannot start. One segment of nsapi.log reads: [jk_jni_worker.c (405)]: Fail-> no jvm_dll_path After tracing the source, I find that the function jk_get_worker_jvm_path retur

Re: [DOC] Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/class es

2001-07-23 Thread Will England
On Fri, 20 Jul 2001, Craig R. McClanahan wrote: > On Fri, 20 Jul 2001, Rob S. wrote: > > A, maybe I should add this to the INSTALL.txt file - unset your > > CLASSPATH before starting TC? I've logged into my fair share of *nix boxes > > where the admins have conveniently set a system-wide CLAS

Re: mod_jk info...

2001-07-23 Thread Andrea Barbieri
I tried to put your option but is not recognized by the Apaci configure script, so i tried to change build-solaris.sh under mod_jk dir, in the apxs module copilation line: -CFLAGS="-DSOLARIS -DUSE_EXPAT -I../lib/expat-lite -DEAPI" and now run whithout problem tnx Andrea Intelcom SpA At 10.

RE: ajp13 slowish

2001-07-23 Thread GOMEZ Henri
>Speak of the devil, I just ran across this page today, from a hosting >service: >http://www.aoindustries.com/servlet/com.aoindustries.website.WhatsNew > >which says: >"Please note that AJP13 is still much slower than AJP12. Using AJP12, >ourstandard "Hello" servlet processes 544 requests per seco

cvs commit: jakarta-tomcat-connectors/jk/native README.configure

2001-07-23 Thread jfclere
jfclere 01/07/23 01:59:30 Modified:jk/native README.configure Log: Add the missing decription of --enable-EAPI (of apache-1.3 and mod_ssl). Revision ChangesPath 1.6 +4 -0 jakarta-tomcat-connectors/jk/native/README.configure Index: README.configure =

Re: mod_jk info...

2001-07-23 Thread jean-frederic clere
Andrea Barbieri wrote: > > Hi to all, > i compiled mod_jk for Apache 1.3 whithout problems, following instruction > and manuals. > Before this installation my preferred platform was Jserv always over Apache > 1.3, now for support XML and other i tryed mod_jk. > When i run Apache bin the shell war

Re: tar bundle of latest mod-Web source?

2001-07-23 Thread jean-frederic clere
"Pier P. Fumagalli" wrote: > > Craig R. McClanahan at [EMAIL PROTECTED] wrote: > > On Fri, 20 Jul 2001, Thom Park wrote: > > > >> Hi all, > >> > >> is there a tarbundle somewhere of the latest (circa-Tomcat 4-b6) web-app > >> connector stuff anywhere? > > > > Will, it would have been there alread

mod_jk info...

2001-07-23 Thread Andrea Barbieri
Hi to all, i compiled mod_jk for Apache 1.3 whithout problems, following instruction and manuals. Before this installation my preferred platform was Jserv always over Apache 1.3, now for support XML and other i tryed mod_jk. When i run Apache bin the shell warm my like this: [warn] Loaded DSO l