DO NOT REPLY [Bug 4383] New: - NamingException message fails to specify parameter

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Port=0, binding in Random...

2001-10-23 Thread Tal Dayan
I proposed not to consider port 0 as a fatal error that will abort Tomcat but simply to ignore it and not to bind to any shutdown port at all. In our deployment we are not using the shutdown port, so having to have an unused 'shutdown' port open is just an invitation for problems (security wise).

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

2001-10-23 Thread bip
bip 01/10/23 17:03:04 Modified:catalina/src/share/org/apache/catalina/servlets SsiInvokerServlet.java Log: Some of the inputstream being used was not explicity closed. PR: 4361 Submitted by: rami.hanninen davisor.com Revision ChangesPath

DO NOT REPLY [Bug 4382] New: - Starting up twice prevents stopping

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Port=0, binding in Random...

2001-10-23 Thread Pier Fumagalli
Anytime we construct a ServerSocket in Tomcat, we shouldn't allow the value "0" to be passed to the ServerSocket constructor, as that will bind down to a random port number... (and we don't want to open random ports on the server, don't we?) For TC40, I believe the fix is pretty easy, in ServerSo

RE: DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread Bip Thelin
> -Original Message- > From: Paul Speed [mailto:[EMAIL PROTECTED]] > > For the curious reader, after looking into this code at some length > it seems clear why the set command was not added. All SSI requests > share the same environment, which not only makes a set command > impossible

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

2001-10-23 Thread remm
remm01/10/23 16:08:10 Modified:catalina/src/share/org/apache/catalina/valves Tag: tomcat_40_branch AccessLogValve.java Log: - Port fix for 4327. Revision ChangesPath No revision No revision 1

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/logger FileLogger.java

2001-10-23 Thread remm
remm01/10/23 16:03:28 Modified:catalina/src/share/org/apache/catalina/logger FileLogger.java Log: - Cosmetic change: it seems to me that there could be a double creation of the new writer (which should be harmless, so I won't roll back the change to

DO NOT REPLY [Bug 4327] - access log not rotated

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2001-10-23 Thread remm
remm01/10/23 16:00:51 Modified:catalina/src/share/org/apache/catalina/valves AccessLogValve.java Log: - Fix 4327. A second instant is needed to do the check for the rotation (since the first one is updated at the beginning at the invoke, a sevlet

RE: servlets path in tomcat 3.3

2001-10-23 Thread Larry Isaacs
Servlet mappings in the web.xml file are intended for this purpose. It should work in any version of Tomcat. Check out the and web.xml elements in the Servlet 2.2 or 2.3 spec. If you can provide some more detail about what isn't working in Tomcat 3.3, I'll try to help. Cheers, Larry Fro

Re: [PATCH] Files to start implementation of an "AdministrativeApps" webapp in Tomcat 4.x

2001-10-23 Thread Craig R. McClanahan
On Tue, 23 Oct 2001 [EMAIL PROTECTED] wrote: > Date: Tue, 23 Oct 2001 12:49:46 -0700 (PDT) > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [PATCH] Files to start implementation of an "Administrative > Apps" webapp in Tomcat 4.x > > On Tue, 23

cvs commit: jakarta-tomcat/src/webpages index.html

2001-10-23 Thread larryi
larryi 01/10/23 15:01:45 Modified:src/webpages index.html Log: Update for 3.3.1 development Revision ChangesPath 1.21 +2 -2 jakarta-tomcat/src/webpages/index.html Index: index.html === RC

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java

2001-10-23 Thread larryi
larryi 01/10/23 15:01:23 Modified:src/share/org/apache/tomcat/core ContextManager.java Log: Update for 3.3.1 development Revision ChangesPath 1.199 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/core/ContextManager.java Index: ContextManager.java

DO NOT REPLY [Bug 4380] - Multiple ISAPI redirectors on single IIS website

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4379] - Incorrect content-length header with redirect

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Can I use Tomcat without any other webserver ?

2001-10-23 Thread Bojan Smojver
Lee Bruce wrote: > > hi , > I installed Tomcat 4.0 at windows 2000 workstation version . The problem is > : I don't know if the workstation version is enough , should I use "server > edition" ? Do I need "IIS" ? I think you should be able to run it even on Win 9x (from posts on this list - don't

DO NOT REPLY [Bug 4198] - __lshrdi3: referenced symbol not found

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread Paul Speed
On a vaguely related note... For the curious reader, after looking into this code at some length it seems clear why the set command was not added. All SSI requests share the same environment, which not only makes a set command impossible but also means that multiple SSI requests (or even nested

DO NOT REPLY [Bug 4315] - EJB Access with weblogic.jar included: Can't access new InitialContext()

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4380] New: - Multiple ISAPI redirectors on single IIS website

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [ANNOUNCEMENT] Tomcat 3.3 Final Released

2001-10-23 Thread GOMEZ Henri
RPMs and Linux binaries (i386) are available. http://www.apache.org/dist/jakarta/jakarta-tomcat/release/v3.3/rpms/ You'll find mod_jk for Apache 1.3 STD and EAPI, and mod_jk for Apache 2.0 grabbed from jakarta-tomcat-connectors (20011123). http://www.apache.org/dist/jakarta/jakarta-tomcat/rele

Tomcat JSP Servlet

2001-10-23 Thread Liu, Jianmin
I'm wondering if someone can tell me how the JSP Servlet (org.apache.jasper.servlet.JspServlet) is configured in Tomcat Servlet Container, does every web application have an instance of JspServlet or they share one JspServlet instance ? Thanks, Jianmin

DO NOT REPLY [Bug 4379] New: - Incorrect content-length header with redirect

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [PATCH] Files to start implementation of an "AdministrativeApps" webapp in Tomcat 4.x

2001-10-23 Thread cmanolache
On Tue, 23 Oct 2001, Craig R. McClanahan wrote: > > Given the complexity of the app and the fact that it has many external > > deps ( including JMX, etc), wouldn't be a better idea to create a separate > > repository, in the style of jakarta-tomcat-jasper and > > jakarta-tomcat-connector ? > > >

DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4374] - bypass of authentication mechanism

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2001-10-23 Thread craigmcc
craigmcc01/10/23 12:11:38 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: Report the directory used for /WEB-INF/classes whether or not it is copied to the work directory (because we are running from a WAR). Revision Chan

Re: JAAS/Classloaders/Tomcat4

2001-10-23 Thread Andy Armstrong
Thanks Craig "Craig R. McClanahan" wrote: > > On Tue, 23 Oct 2001, Andy Armstrong wrote: > > > Date: Tue, 23 Oct 2001 18:54:12 +0100 > > From: Andy Armstrong <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Subject: Re: JAAS/Classloaders/Tomcat4 > > > > As a mat

DO NOT REPLY [Bug 4374] - bypass of authentication mechanism

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4374] New: - bypass of authentication mechanism

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: JAAS/Classloaders/Tomcat4

2001-10-23 Thread Craig R. McClanahan
On Tue, 23 Oct 2001, Andy Armstrong wrote: > Date: Tue, 23 Oct 2001 18:54:12 +0100 > From: Andy Armstrong <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: JAAS/Classloaders/Tomcat4 > > As a matter of interest are these rules for classpath construction > d

DO NOT REPLY [Bug 4327] - access log not rotated

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Bug #280

2001-10-23 Thread Bo Yuan
I still have the problem similar to Bug#280.

Re: [PATCH] Files to start implementation of an "AdministrativeApps" webapp in Tomcat 4.x

2001-10-23 Thread Craig R. McClanahan
(Following up on this a little late, but it's definitely worth discussing). On Wed, 17 Oct 2001 [EMAIL PROTECTED] wrote: > Date: Wed, 17 Oct 2001 15:43:42 -0700 (PDT) > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [PATCH] Files to start implementat

Re: JAAS/Classloaders/Tomcat4

2001-10-23 Thread Andy Armstrong
As a matter of interest are these rules for classpath construction documented anywhere (other than the source of course ;-)? "Craig R. McClanahan" wrote: > > On Tue, 23 Oct 2001, Antony Bowesman wrote: > > > Date: Tue, 23 Oct 2001 17:24:56 +0300 > > From: Antony Bowesman <[EMAIL PROTECTED]> > >

DO NOT REPLY [Bug 4371] New: - No responses on browsing root when using WarpConnector

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/tester/web/WEB-INF web.xml

2001-10-23 Thread craigmcc
craigmcc01/10/23 10:06:16 Modified:tester/src/tester/org/apache/tester Jndi02.java tester/web/WEB-INF web.xml Log: Add a test for access to a nested environment entry. Revision ChangesPath 1.3 +24 -2 jakarta-tomcat-4.0/tester/src/tester/org/apac

DO NOT REPLY [Bug 4361] - SsiServlet potentially leaks files

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Tomcat-IIS integration

2001-10-23 Thread GOMEZ Henri
You should take a look at mod_jk for IIS doc, you could find in TC 3.3/3.2 dirs... - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-O

DO NOT REPLY [Bug 4367] New: - Apache segfaults when using mod_webapp

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: JAAS/Classloaders/Tomcat4

2001-10-23 Thread Craig R. McClanahan
On Tue, 23 Oct 2001, Antony Bowesman wrote: > Date: Tue, 23 Oct 2001 17:24:56 +0300 > From: Antony Bowesman <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: TomcatDev <[EMAIL PROTECTED]> > Subject: JAAS/Classloaders/Tomcat4 > > Hi, > > I've been a bit confused after reading the classloader

Re: How can I update TC4 within J2EE 1.3 ?

2001-10-23 Thread Craig R. McClanahan
On 23 Oct 2001, Mykola A. Nickishov wrote: > Date: 23 Oct 2001 10:32:23 +0300 > From: Mykola A. Nickishov <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: How can I update TC4 within J2EE 1.3 ? > > "Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > > > A

Can I use Tomcat without any other webserver ?

2001-10-23 Thread Lee Bruce
hi , I installed Tomcat 4.0 at windows 2000 workstation version . The problem is : I don't know if the workstation version is enough , should I use "server edition" ? Do I need "IIS" ? Thanx for your help. _ ¦b http://explorer.msn

Tomcat-IIS integration

2001-10-23 Thread Ram Kumaran
Sir/Madam, We are using jakarta-tomcat-4.0.1 We are not having any documents for integrating Tomcat with IIS So, we are not able to integrate. kindly help us to get the document. Regards Ram *NEW* Connect to Yahoo! Messenge

JAAS/Classloaders/Tomcat4

2001-10-23 Thread Antony Bowesman
Hi, I've been a bit confused after reading the classloader docs for Tomcat 4, the %CATALINA_HOME/lib %CATALINA_HOME/classes are accessed via the shared classloader but the startup script sets certain jars from %CATALINA_HOME/lib on the system classpath. JAAS 1.0 requires login config and login m

DO NOT REPLY [Bug 4354] - fatal relocation error for __lshrdi3

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4198] - __lshrdi3: referenced symbol not found

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Fwd: horizontal scrolling

2001-10-23 Thread Pier Fumagalli
Not acked... Begin forwarded message: > From: Roger van Wersch <[EMAIL PROTECTED]> > Date: Tue Oct 23, 2001 11:37:21 am Europe/London > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: horizontal scrolling > > If I load the following page, the page is wider than my screen > (1280 pixe

DO NOT REPLY [Bug 4365] New: - build-solaris for Apache connector does not compile with -DEAPI

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: mod_jk support for LimitRequestBody

2001-10-23 Thread GOMEZ Henri
Thanks, I take a look ASAP :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: David Dankwerth [mailto:[

RE: mod_jk support for LimitRequestBody

2001-10-23 Thread David Dankwerth
Hello Attached is mod_jk.diff which is diff mod_jk.c (my version) and old_mod_jk.c which is a copy of the mod_jk.c from JTC . Thanks David -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 11:24 To: [EMAIL PROTECTED] Subject: RE: mod_jk support f

DO NOT REPLY [Bug 4198] - __lshrdi3: referenced symbol not found

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4354] - fatal relocation error for __lshrdi3

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4330] - ClassCastException with DocumentBuilderFactoryImpl

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4330] - ClassCastException with DocumentBuilderFactoryImpl

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: mod_jk support for LimitRequestBody

2001-10-23 Thread GOMEZ Henri
Could you send .diff instead and against latest JTC code ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >Fr

RE: Bug in RPM? [Was: FW: Re: Apache and Tomcat configuration]

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

Re: Bug in RPM? [Was: FW: Re: Apache and Tomcat configuration]

2001-10-23 Thread Pier Fumagalli
On Tuesday, October 23, 2001, at 10:37 am, GOMEZ Henri wrote: > I'll fix ASAP > > Do you recommand : > > > WebAppConnection warpConnection warp localhost:8008 > WebAppMount examples warpConnection /examples/ > WebAppMount manager warpConnection /manager/ > WebAppMount we

DO NOT REPLY [Bug 4363] - webapp-module-1.0-tc40 configure option --enable-java not documented

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Bug in RPM? [Was: FW: Re: Apache and Tomcat configuration]

2001-10-23 Thread GOMEZ Henri
I'll fix ASAP Do you recommand : WebAppConnection warpConnection warp localhost:8008 WebAppMount examples warpConnection /examples/ WebAppMount manager warpConnection /manager/ WebAppMount webdav warpConnection /webdav/ - Henri Gomez ___[_]

DO NOT REPLY [Bug 4363] New: - webapp-module-1.0-tc40 configure option --enable-java not documented

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4362] New: - Cannot read init-params from within a JSP

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4361] New: - SsiServlet potentially leaks files

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

IIS 5.0 and Tomcat 3.2.3

2001-10-23 Thread Peter Barraud
Hi All, I have integrated tomcat and iis 5.0 (windows 2000 server) and created a virual folder in iis manager but when I run a jsp page the entire code in the page displays in the browser. However if I run the same page directly in iis - using http://localhost:8080/myfolder/myfile.jsp then it work

DO NOT REPLY [Bug 4359] New: - BodyTag : doInitBody() shouldn't be called when the doStartTag() method returns EVAL_BODY_INCLUDE

2001-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

mod_jk support for LimitRequestBody

2001-10-23 Thread David Dankwerth
Hello I was requested by Pier Fumagalli to forward an email i sent him about <> to this mailing list . so here it is , attached as well is a gz file with a readme and the C code . > Hello > > i have done some changes to mod_jk in order to solve a problem > i had with HTTP Error 413 and th

Re: How can I update TC4 within J2EE 1.3 ?

2001-10-23 Thread Mykola A. Nickishov
"Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > Any further questions about it should be directed to the mailing list for > the J2EE RI, not here. Where it can be reached? -- JUG Kiev @ http://www.jug.kiev.ua/ ICQ #83060237 MAN-UANIC