RE: Patch for mod_jk and Apache 2.0

2001-09-06 Thread GOMEZ Henri
Thanks a log Ryan and Will :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Ryan Bloom [mailto:[EMAIL

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

2001-09-06 Thread jfclere
jfclere 01/09/06 01:49:39 Modified:jk/native configure.in Log: Improve the error message with the given apxs is no valid. Revision ChangesPath 1.12 +3 -3 jakarta-tomcat-connectors/jk/native/configure.in Index: configure.in

Help trying to compile nsapi_redirector.so

2001-09-06 Thread abdullah . h . rashid
Help! We are trying to use the iPlanet 4.1 as a front end Web Server that is passing through to Tomcat 3.2 servlet engine as part of the backend. Both servers are sitting on the Solaris 2.6 OS. The problem I have been having is that Makefile.solaris is not allowing me to compile successfully.

[PATCH] Tomcat 3.2.1 Admin Context

2001-09-06 Thread Oliver Szymanski
Hello *, i have found an error in the admin context of tomcat 3.2.3 and hopefully corrected it. You can not use the function view all contexts because this functionality throws an error. The problem is that the method public final static String URLDecode(String str) in the class

AW: LinkageError: duplicate Class definition

2001-09-06 Thread Peter Romianowski
ok, i try to develop a test case (and environment). but my first attempt to reproduce the error in that testcase failed (even though it remains in my real application). here's a short doc on what's happening: 1. i start tomcat with tomcat/bin/catalina.sh -config myserver.xml - file follows

RE: [PATCH] Tomcat 3.2.1 Admin Context

2001-09-06 Thread Ed Yu
Yes, I've found this to be true in 3.2.2 and 3.2.3 also. I've ask around and no-one seems to be willing to look into fixing it in the distribution. -Original Message- From: Oliver Szymanski [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 8:46 AM To: '[EMAIL PROTECTED]'

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2001-09-06 Thread jfclere
jfclere 01/09/06 06:39:29 Modified:jk/native/apache-2.0 mod_jk.c Log: This patch allows mod_jk to successfully serve pages against Apache 2.0 and Tomcat. This is required after the changes to abstract out location and directory walks from the core request processing. (since

Re: Patch for mod_jk and Apache 2.0

2001-09-06 Thread jean-frederic clere
Many thanks. I have committed it. Ryan Bloom wrote: This patch allows mod_jk to successfully serve pages against Apache 2.0 and Tomcat 4.0. This is required after the changes to abstract out location and directory walks from the core request processing. This was created by Will Rowe and

Re: Where should i put the JSP file ?

2001-09-06 Thread Joseph Toussaint
Just put it at the same level as the WEB-INF directory. So it looks something like this \---+ index.jsp WEB-INF--+ web.xml classes lib

Re: LinkageError: duplicate Class definition

2001-09-06 Thread Remy Maucherat
ok, i try to develop a test case (and environment). but my first attempt to reproduce the error in that testcase failed (even though it remains in my real application). here's a short doc on what's happening: 1. i start tomcat with tomcat/bin/catalina.sh -config myserver.xml - file follows

[PATCH] MIME type for MIDlet Java Application Descriptor

2001-09-06 Thread Kare Nuorteva
I hope it's useful! mime-mapping extensionjad/extension !-- Java Application Descriptor -- mime-typetext/vnd.sun.j2me.app-descriptor/mime-type /mime-mapping Cheers, Kare -- Kare Nuorteva System Architect tel: +44 207 598 3010 mobile: +44 777 384 6595

RequestDispatcher problems [Tomcat 3.3b1].

2001-09-06 Thread Prasanna Uppaladadium
Hello. The bugs database is down so I couldn't check to see if there is already a bug filed for this one. It looks to me that something in the RequestDispatcher interface implementation is fundamentally broken: the following code causes Tomcat 3.3b1 to just crash (I mean the process just

RE: RequestDispatcher problems [Tomcat 3.3b1].

2001-09-06 Thread Larry Isaacs
Hi Prasanna, Code like you show works for me. It is supposed to be impossible for a Java program to crash. If it does, there is a bug in the JVM. Which JVM are you using and is there an upgrade or alternative you can try. Larry -Original Message- From: Prasanna Uppaladadium

Re: User of catalina.home property

2001-09-06 Thread Craig R. McClanahan
On Thu, 6 Sep 2001, Anand B N wrote: Date: Thu, 06 Sep 2001 11:40:36 +0530 From: Anand B N [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: User of catalina.home property Can we rely on the fact that catalina.home property will always return a valid

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread jfclere
jfclere 01/09/06 10:00:54 Modified:jk/native/apache-2.0 mod_jk.c webapp/apache-2.0 mod_webapp.c Log: Arrange apache-2.0 support (like in mod_jk.c). Submitted by: Ryan Bloom, [EMAIL PROTECTED] Revision ChangesPath 1.23 +2 -2

RE: LinkageError: duplicate Class definition

2001-09-06 Thread Peter Romianowski
ok, i switched to today's nightly (20010906) but the error remains. instead of bothering you again and again i downloaded the src (20010906) and fixed the bug. (or at least make it disappear :-) first i simply synchronized the complete method (WebappClassLoader.findClassInternal) and that did

RE: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread GOMEZ Henri
This will need to change when my next patches in the webapp library go in, as Apache will be able to serve static files when possible... Also, since Apache 2.0 is not final yet, I would remove all MODULE_MAGIC_NUMBER checks, and _require_ for the module to be built with the latest HEAD out of

minor bug 3114 : LocalStrings_es.properties

2001-09-06 Thread Carlos Gaston Alvarez
Hi Craig, I did some small spelling corrections to the file as I found it at bugzilla. If this is not all tell me that I can help you. Chau, Gaston LocalStrings_es.properties

Tomcat 3.3 (JDK 1.1 compatibility fixes)

2001-09-06 Thread James THOMAS
Hello, I've provided below JDK 1.1 compatibility fixes for Tomcat 3.3. Can someone please add these fixes to the code? I believe you'll find that the fixes are trivial except for the last one. The last problem I described below concerns the way the class loaders are implemented. I have a

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

2001-09-06 Thread craigmcc
craigmcc01/09/06 13:10:29 Modified:.RELEASE-PLAN-4.0.txt catalina/src/conf web.xml Log: Pretty up the $CATALINA_HOME/conf/web.xml deployment descriptor that provides defaults for all web apps. No functional changes (the size of the commit message is

WG: worker.properties swallows my first worker (mod_jk)

2001-09-06 Thread Hans Schmid
Hi, just filed a bug on Larrys request http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3467 Thanks for looking into this one. Cheers, Hans -Ursprüngliche Nachricht- Von: Larry Isaacs [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. September 2001 19:39 An: '[EMAIL PROTECTED]'

xsl by extension

2001-09-06 Thread javi .
hello everybody!! i'm new here, and so excuse me if this thread has been started (and closed) before. and xcuse me for my spelling ;) my native language is java. i'm trying to add to tomcat a nice feature of resin: automatically apply a xsl transformation over all files with .xtp extension (xml

Re: Tomcat 3.3 (JDK 1.1 compatibility fixes)

2001-09-06 Thread cmanolache
Thanks James, I'm very happy to see your contributions. ( and my appologies for not testing with 1.1 often enough ). jakarta-tomcat-3.3-dev-src\src\share\org\apache\tomcat\util\depend\DependClassLoader.java == The method

Re: xsl by extension

2001-09-06 Thread Craig R. McClanahan
In a servlet 2.3 environment (i.e. Tomcat 4) you can do this sort of thing with a Filter. You would map *.xtp to the JSP servlet, and then apply your filter as well to the response. Craig On Thu, 6 Sep 2001, javi . wrote: Date: Thu, 06 Sep 2001 21:15:29 + From: javi . [EMAIL PROTECTED]

Re: xsl by extension

2001-09-06 Thread javi .
Thanks, craig, but i'm working with version 3.3. ¿isn't any alternative avalaible? it seems it should be a quite common problem... jv From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: xsl by extension Date: Thu, 6 Sep 2001 14:37:43 -0700

[PATCH] Jasper generates bad custom tag variable names

2001-09-06 Thread Kin-Man Chung
This patch fixes Bug 3019. If a tag name includes a '-', the generated var name is not a legal Java identifier name, causing javac compilation errors. The bug is fixed by substituting '-' with $1. Similarily, '.' is replaced by $2, and ':' by $3. runsocks cvs diff -u TagGeneratorBase.java

Re: xsl by extension

2001-09-06 Thread Jeff Turner
Ummm... perhaps invoke Jasper from your servlet? Class clazz = Class.forName(org.apache.jasper.servlet.JspServlet); HttpServlet jsp = (HttpServlet) clazz.newInstance(); jsp.init(context); jsp.service(request, response); That code is from Cocoon 2's JspGenerator, which uses Jasper to create XML

cvs commit: jakarta-tomcat-4.0/webapps/examples/WEB-INF/classes/compressionFilters CompressionFilter.java CompressionResponseStream.java CompressionServletResponseWrapper.java

2001-09-06 Thread remm
remm01/09/06 16:05:08 Modified:webapps/examples/WEB-INF/classes/compressionFilters CompressionFilter.java CompressionResponseStream.java CompressionServletResponseWrapper.java Log: - Fixes various issues

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs realm-howto.xml

2001-09-06 Thread ccain
ccain 01/09/06 16:06:43 Modified:webapps/tomcat-docs realm-howto.xml Log: Typo correction. Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/realm-howto.xml Index: realm-howto.xml

Re: xsl by extension

2001-09-06 Thread Craig R. McClanahan
On Thu, 6 Sep 2001, javi . wrote: Date: Thu, 06 Sep 2001 21:45:46 + From: javi . [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: xsl by extension Thanks, craig, but i'm working with version 3.3. ¿isn't any alternative avalaible? Nope ... if you map

[PATCH] only parse workers.properties once

2001-09-06 Thread Ryan Bloom
This is an improvement for mod_jk, to only parse workers.properties once on platforms that use fork(). Most platforms will not require us to read the workers.properties file in the child process, because they process it in the parent. Windows is the only platform I know of today that does

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

2001-09-06 Thread craigmcc
craigmcc01/09/06 17:18:49 Modified:.RELEASE-PLAN-4.0.txt jasper/src/share/org/apache/jasper/compiler TagBeginGenerator.java Log: Fix two bugs in the generated code for custom tag attributes: * If the property type is char or

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread Pier Fumagalli
GOMEZ Henri [EMAIL PROTECTED] wrote: I didn't agree with that Pier, we must try to keep compatibility with previous release of Apache 2.0, since there IS STILL NO official release. Many users are still using Apache 2.0.24-alpha (including myself), or even 2.0.18-beta (including IBM

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

2001-09-06 Thread craigmcc
craigmcc01/09/06 18:01:01 Modified:.RELEASE-PLAN-4.0.txt jasper/src/share/org/apache/jasper/compiler XmlOutputter.java Log: Fix bugs in the generation of the XML view of a JSP page that caused duplicate jsp:root elements (or

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_w ebapp.c

2001-09-06 Thread Justin Erenkrantz
On Fri, Sep 07, 2001 at 01:52:50AM +0100, Pier Fumagalli wrote: Since there is no official release of httpd-2.0, I am confident that nobody will actually care unless they're testing something... And by testing good practice says get the HEAD of CVS and try it out yourself if it doesn't work.

Re: cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2001-09-06 Thread Pier Fumagalli
Justin Erenkrantz [EMAIL PROTECTED] wrote: On Fri, Sep 07, 2001 at 01:52:50AM +0100, Pier Fumagalli wrote: Since there is no official release of httpd-2.0, I am confident that nobody will actually care unless they're testing something... And by testing good practice says get the HEAD of CVS

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader WebappClassLoader.java

2001-09-06 Thread remm
remm01/09/06 18:23:25 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Should make the classloading fully thread safe (apparently synchronizing on the defineClass is not enough). - The critical path of

Re: xsl by extension

2001-09-06 Thread cmanolache
Thanks, craig, but i'm working with version 3.3. ¿isn't any alternative avalaible? Nope ... if you map your extension to your servlet, you cannot also map it to the JSP servlet. Of course there are alternative :-) The easiest - have your xsp generate 'plain' jsp files, and redirect.

Re: xsl by extension

2001-09-06 Thread cmanolache
Another ( and better ) solution - extend JspInterceptor ( well, the code needs some cleanup - again I would recomend you do that in j34 workspace ). Then you can add the dependencies and avoid any overhead - your XSP pages will run as fast as a servlet, without any extra dispatching or

Re: xsl by extension

2001-09-06 Thread Pier Fumagalli
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Another ( and better ) solution - extend JspInterceptor ( well, the code needs some cleanup - again I would recomend you do that in j34 workspace ). Then you can add the dependencies and avoid any overhead - your XSP pages will run as fast as a

cvs commit: jakarta-tomcat-4.0 tomcat.nsi

2001-09-06 Thread remm
remm01/09/06 20:50:03 Modified:.tomcat.nsi Log: - Fixes problems with JDK 1.4 installing the NT service. - Also fix a bug where the service was incorrectly installed if the path to the JDK contained a path. - The installer now uses the JRE for everything, but

cvs commit: jakarta-tomcat-4.0 RELEASE-PLAN-4.0.txt

2001-09-06 Thread remm
remm01/09/06 21:13:42 Modified:.RELEASE-PLAN-4.0.txt Log: - Updated bug status. - Reclassified some of the unconfirmed bugs as Catalina bugs (3009 and 3336). Revision ChangesPath 1.9 +6 -10 jakarta-tomcat-4.0/RELEASE-PLAN-4.0.txt Index:

Re: xsl by extension

2001-09-06 Thread cmanolache
On Fri, 7 Sep 2001, Pier Fumagalli wrote: Of course none of this is portable across servlet containers, but we seem to easily forget about that :) Being Tomcat the Reference Implementation, as an ASF member, and Servlet JSR member, I'll never stop stressing out that IMNSO relying on

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/depend DependClassLoader.java

2001-09-06 Thread costin
costin 01/09/06 21:25:20 Modified:.build.xml src/admin/WEB-INF/classes/tadm AntTag.java src/share/org/apache/tomcat/startup EmbededTomcat.java Main.java src/share/org/apache/tomcat/util/compat

Re: WG: worker.properties swallows my first worker (mod_jk)

2001-09-06 Thread cmanolache
Hi, Just closed your bug report, please let me know if it solves your problem :-) Costin On Thu, 6 Sep 2001, Hans Schmid wrote: Hi, just filed a bug on Larrys request http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3467 Thanks for looking into this one. Cheers, Hans

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

2001-09-06 Thread costin
costin 01/09/06 21:35:27 Modified:src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java src/share/org/apache/jasper/compiler JasperMangler.java Log: Minors - one extra debug ( usefull ) in S22, workaround for a common config error

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime PageContextImpl.java

2001-09-06 Thread costin
costin 01/09/06 21:39:31 Modified:src/share/org/apache/jasper/runtime PageContextImpl.java Log: Fix for 3307, thanks to [EMAIL PROTECTED] for filling the bug _and_ making sure it is fixed by reopening it with a quote from spec :-) Submitted by: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java

2001-09-06 Thread costin
costin 01/09/06 21:51:45 Modified:src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java Log: Some requests may have no C-L header. Revision ChangesPath 1.4 +2 -3

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-09-06 Thread costin
costin 01/09/06 21:52:18 Modified:src/share/org/apache/tomcat/modules/session SessionIdGenerator.java Log: Usefull for debugging session creation. Revision ChangesPath 1.6 +1 -0

PATCH: Multiple Tomcat 3.2 ISAPI redirectors on the one machine

2001-09-06 Thread Tim Whittington
Afternoon tomcat-dev (It's late afternoon down here in New Zealand) We have multiple applications that use the IIS ASAPI redirector to talk to Tomcat instances. They all get installed separately and its a pain in the arse to find the worker and worker mount files and merge in your settings

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

2001-09-06 Thread remm
remm01/09/06 22:48:30 Modified:catalina/src/share/org/apache/catalina/servlets WebdavServlet.java Log: - Return 405 (method not allowed) in response to a PROPPATCH request. - Bug reported by Vijaya Kumar vijayakumar.ellappan at businex.com.