RE: System hangs after 2-3 hours of use

2001-07-24 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 to ajp13 (not in

RE: System hangs after 2-3 hours of use

2001-07-24 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 back to

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread Bojan Smojver
GOMEZ Henri wrote: 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) Thanks for the tip. The log file (bziped) is attached. Bojan

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread jean-frederic clere
Bojan Smojver wrote: GOMEZ Henri wrote: 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) Thanks for the tip. The log file (bziped)

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread Bojan Smojver
jean-frederic clere wrote: Bojan Smojver wrote: GOMEZ Henri wrote: 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)

tomcat download

2001-07-24 Thread arun yadav
Iam unable 2 download the binaries source code of tomcat Can anyone help me When I click on the link from where I've to download it gives retry window adinfinitum Thanx _ Get your FREE download of MSN Explorer at

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 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) Thanks for the tip. The log file (bziped) is attached. I didn't locate the core !

Cookieless session management by URL rewritting

2001-07-24 Thread
Is there any way to configure Tomcat 3.2.2 so that it automatically rewrites URLs by adding Session ID (SID) on them? I'm using Oracle XSQL Servlet, Apache 1.3.20 with mod_jk as NT service on Windows 2000 Server. I can't use encodeURL because I develop no servlets. One solution could be a

RE: Cookieless session management by URL rewritting

2001-07-24 Thread Li Liang
I don't know any "automatic" approach. How can Tomcat know which URL is supposed to rewrite? It has no knowledge of the format of the response. If you need to modify the response, at least you need access to HttpServletResponse. If I understand right, RequestInterceptor with noCookies only

Error when createing tomcat from source

2001-07-24 Thread Torsten Glunde
Hi when I try to compile tomcat from source I get a NoClassDefFoundException for org.apache.tomcat.util.xml.ObjectCreate. Looking in the Source of XmlMapper there is an inner class defined called ObjectCreate - but no public class ObjectCreate which should recide in an own File called

Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Since it can be used by different projects (not only Tomcat), I wanted to separate the Service code into a new CVS repository (jakarta-service). How about it? Pier

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Craig R. McClanahan
On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: Since it can be used by different projects (not only Tomcat), I wanted to separate the Service code into a new CVS repository (jakarta-service). How about it? Under the management of which subproject? How about putting it in commons, if

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread jean-frederic clere
Pier P. Fumagalli wrote: Since it can be used by different projects (not only Tomcat), I wanted to separate the Service code into a new CVS repository (jakarta-service). How about it? +1 Pier

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

2001-07-24 Thread jfclere
jfclere 01/07/24 09:38:44 Modified:jk/native README.configure Log: Add a line to tell to configure apache before configuring mod_jk, otherwise the file ap_config.h is not found by the configure of mod_jk. Revision ChangesPath 1.7 +1 -0

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Craig R. McClanahan
On Tue, 24 Jul 2001, jean-frederic clere wrote: Pier P. Fumagalli wrote: Craig R. McClanahan at [EMAIL PROTECTED] wrote: On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: Since it can be used by different projects (not only Tomcat), I wanted to separate the Service code into a

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: So far, commons is 100% Java, but I don't believe they (really we, cause I'm a committer there :-) would be opposed to a commonly useful project that has native code components. Dunno... jakarta-tomcat-connectors is a place where C and Java

Is there a bug in Tomcat 4.0 - MY JSP PAGES Does not get Refreshed every time I make changes to them -

2001-07-24 Thread Praveen Moturu
Hi All, I am using Tomcat 4.0 and my jsp pages do not get refreshed i.e. the JSP engine does not check to see if the JSP has been changed at all. All I need to do is remove the class files from the work directory and then I can see the new changes. I request if any, can help me understand if I

Re: Is there a bug in Tomcat 4.0 - MY JSP PAGES Does not get Refreshed every time I make changes to them -

2001-07-24 Thread Craig R. McClanahan
This bug existed in beta 5, and was fixed shortly thereafter in a nightly build. It's also fixed in beta 6. If you're still experiencing problems with beta 6, please file a bug report: http://nagoya.apache.org/bugzilla/ Craig McClanahan On Tue, 24 Jul 2001, Praveen Moturu wrote: Hi

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: I'd say, let's stick it with Tomcat until we don't have a proof-of-concept that it works, and then we can decide... I like jakarta-tomcat-service. Request-for-vote: Can I go ahead and open the new CVS repo? Pier Print and detach the

Strange looping behaviour in B6

2001-07-24 Thread Kevin Jones
I have a web application under development that's using tag libraries. In my WEB-INF/lib directory I have a bunch of .jar files. I also have a bunch of .jar.old files (I've renamed the old jars rather than replace them). If I leave the .jar.old files in the lib directory TC4B6 goes into a

Form based logon problems in T4B6

2001-07-24 Thread Kevin Jones
I can't get form based logon to work reliably in Beta6 (in fact I've had problems for a while) I have a webapp (called course) and a sub directory (gjava) which is protected. I'm using form based logon with the username and password in tomcat-users.xml. i) If I try and access a resource in

Re: Strange looping behaviour in B6

2001-07-24 Thread Remy Maucherat
I have a web application under development that's using tag libraries. In my WEB-INF/lib directory I have a bunch of .jar files. I also have a bunch of .jar.old files (I've renamed the old jars rather than replace them). If I leave the .jar.old files in the lib directory TC4B6 goes into a

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

2001-07-24 Thread craigmcc
craigmcc01/07/24 15:39:48 Modified:jasper/src/share/org/apache/jasper/compiler JspUtil.java Log: Correct the XML quoted value for the double quote character from quote; (incorrect) to quot; (correct). PR: Bugzilla #2722. Submitted by: Prasad Subramanian [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources ProxyDirContext.java

2001-07-24 Thread remm
remm01/07/24 15:41:05 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Log: - Add a cachingAllowed flag to enable / disable caching dynamically. Revision ChangesPath 1.5 +27 -5

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Embedded.java

2001-07-24 Thread pier
pier01/07/24 15:48:32 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: Updated the Embedded server to pick up the changes in the modifications we made during the weekend. Now also Embedded calls initialize() in the Connector interface at the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2001-07-24 Thread remm
remm01/07/24 15:51:43 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix for #2710 - getNamingContextName returns incorrect name. Patch submitted by Vishy Kasar vishy at borland.com Revision ChangesPath

Re: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread Bojan Smojver
GOMEZ Henri wrote: 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) Thanks for the tip. The log file (bziped) is attached. I

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Craig R. McClanahan
On Tue, 24 Jul 2001, Pier P. Fumagalli wrote: Pier P. Fumagalli at [EMAIL PROTECTED] wrote: I'd say, let's stick it with Tomcat until we don't have a proof-of-concept that it works, and then we can decide... I like jakarta-tomcat-service. Request-for-vote: Can I go ahead and open

Re: Form based logon problems in T4B6

2001-07-24 Thread Craig R. McClanahan
Sounds like a bug introduced when the functionality was modified recently, to do redirects instead of forwards. Could you do me a favor and file a bug report so it gets tracked? Thanks, Craig On Tue, 24 Jul 2001, Kevin Jones wrote: I can't get form based logon to work reliably in Beta6 (in

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves AccessLogValve.java

2001-07-24 Thread craigmcc
craigmcc01/07/24 16:21:09 Modified:catalina/src/share/org/apache/catalina/valves AccessLogValve.java Log: Include the query string (if any) in the access log output, in a manner consistent with logging done by web servers like Apache. PR: Bugzilla

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Mike Anderson
[ ] +1 - Do it, and I can help [X] +0 - Do it, but I can't help [ ] -0 - Do it, even if [ ] -1 - Don't do it, because My comments: Haven't even looked at it but I trust Pier :-) Mike Anderson

JSPC and Ant

2001-07-24 Thread Jones, Stephen
Does the Ant project have plans to support a jspc/jspc build tag? Is JSPC friendly enough? That would rock. Steve

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Remy Maucherat
[ ] +1 - Do it, and I can help [ ] +0 - Do it, but I can't help [X] -0 - Do it, even if that would make the build process (even) more complex. [ ] -1 - Don't do it, because Remy

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Remy Maucherat at [EMAIL PROTECTED] wrote: Do it, even if that would make the build process (even) more complex. I believe this can be achieved by simply copying the few interfaces over to jakarta-tomcat-4.0. Once those have been defined, they shouldn't change. While the actual big work is on

RE: Problem with mod_jk 1.2.0 (latest CVS snapshot)

2001-07-24 Thread GOMEZ Henri
Just realised that the core I have was compiled without -g option. VERY useful. I also wanted to replicate the core dump with the httpd that was compiled with -g, but that didn't work. Now I'm starting to think that the core file I had was a result of a different crash (I was experimenting with

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Joe Flowers
Pier P. Fumagalli wrote: Pier P. Fumagalli at [EMAIL PROTECTED] wrote: I'd say, let's stick it with Tomcat until we don't have a proof-of-concept that it works, and then we can decide... I like jakarta-tomcat-service. Request-for-vote: Can I go ahead and open the new CVS repo?

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator FormAuthenticator.java

2001-07-24 Thread craigmcc
craigmcc01/07/24 17:09:34 Modified:catalina/src/share/org/apache/catalina/authenticator FormAuthenticator.java Log: When processing a form-based login, and redirecting back to the originally requested resource, include any query string that was part of the

Re: Form based logon problems in T4B6

2001-07-24 Thread Craig R. McClanahan
Kevin, As I was fixing Bugzilla #2768 (form based login was losing the query string when redirecting back to the original page), I tried out your scenario using the examples app included with Tomcat: http://localhost:8080/examples/jsp/security/protected/index.jsp and it seemed to work

RE: Separating Service code from Tomcat 4.0

2001-07-24 Thread GOMEZ Henri
Pier P. Fumagalli wrote: Since it can be used by different projects (not only Tomcat), I wanted to separate the Service code into a new CVS repository (jakarta-service). How about it? Ok for jakarta-service. And I agree with Pier that since it's not only related to tomcat, shouldn't

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Joe Flowers at [EMAIL PROTECTED] wrote: [X] +1 - Do it, and I can help [ ] +0 - Do it, but I can't help [X] -0 - Do it, even ifI hate MS. [ ] -1 - Don't do it, because My comments: Assuming you're talking about the NT/2000 service codes. Yes, that's another reason why I'm

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Remy Maucherat
Remy Maucherat at [EMAIL PROTECTED] wrote: Do it, even if that would make the build process (even) more complex. I believe this can be achieved by simply copying the few interfaces over to jakarta-tomcat-4.0. Once those have been defined, they shouldn't change. While the actual big work

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

2001-07-24 Thread remm
remm01/07/24 18:07:26 Modified:catalina/src/share/org/apache/catalina/servlets WebdavServlet.java Log: - An instance of DocumentBuilderFactory is not thread safe, so we cannot keep a reference to one in the servlet instance. Revision Changes

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

2001-07-24 Thread craigmcc
craigmcc01/07/24 18:08:13 Modified:jasper/src/share/org/apache/jasper/compiler JspParseEventListener.java StoredCharDataGenerator.java Log: Correct the pathname of the file in which the template text is stored when the largefile

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-07-24 Thread pier
pier01/07/24 18:28:06 Modified:webapp/java WarpConnector.java Log: Pick up changes from the jakarta-tomcat-4.0 repository for the Connector interface changes. NOTE - This will break compatibility with pre-beta-6 versions of Tomcat 4.0. Revision ChangesPath 1.17

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConnector.java

2001-07-24 Thread pier
pier01/07/24 18:29:59 Modified:webapp/java WarpConnector.java Log: This should restore compatibility of the WARP connector with B6 and previous versions of Tomcat. Revision ChangesPath 1.18 +1 -0 jakarta-tomcat-connectors/webapp/java/WarpConnector.java

cvs commit: jakarta-tomcat-connectors/webapp/java WarpConfigurationHandler.java WarpConnection.java WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java

2001-07-24 Thread pier
pier01/07/24 18:30:47 Modified:webapp/java WarpConfigurationHandler.java WarpConnection.java WarpPacket.java WarpRequest.java WarpRequestHandler.java WarpResponse.java Log: Trimming lines and expanding

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: Ok for jakarta-service. And I agree with Pier that since it's not only related to tomcat, shouldn't go under jakarta-tomcat-service. Should we have all developpment started by a tomcat commiter under the jakarta-tomcat responsability. I'm +1

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

2001-07-24 Thread craigmcc
craigmcc01/07/24 18:49:10 Modified:jasper/src/share/org/apache/jasper/compiler XmlOutputter.java Log: Correctly escape occurrences of ]] in XML output inside a CDATA section. PR: Bugzilla #2704 Submitted by: Shawn Bayern [EMAIL PROTECTED]

Re: Separating Service code from Tomcat 4.0

2001-07-24 Thread Pier P. Fumagalli
Pier P. Fumagalli at [EMAIL PROTECTED] wrote: Joe Flowers at [EMAIL PROTECTED] wrote: [X] +1 - Do it, and I can help [ ] +0 - Do it, but I can't help [X] -0 - Do it, even ifI hate MS. [ ] -1 - Don't do it, because My comments: Assuming you're talking about the NT/2000