RE: Alternative to NSI

2001-07-17 Thread GOMEZ Henri
A Java installer is what we need, OpenSource one of course. Installing a Java product should not be too related to the platform on which it is installed, installing is just copying the right files at the right place. (well may a little more ;-)). Does someone knows about such a tool? It seems

RE: New Tomcat 4 installer nightly

2001-07-17 Thread Kevin Jones
- The JAVA_HOME env variable is no longer needed (instead, it looks in the registry to get the JDK path). The problem with this is that when you install the JDK you end up with two JREs. So Java developers may have JAVA_HOME pointed at c:\jdk1.3.1 (say) and the registry is pointing at

Problem starting latest nightly

2001-07-17 Thread Kevin Jones
I've just downloaded the latest nightly (20010716), and I can't get it to start. I have a context entry in server.xml that looks like this Context path=/AddressBook docBase=AddressBook debug=9 reloadable=true Loader checkInterval=3 lassname=org.apache.catalina.loader.StandardLoader/

Tomcat4: Persistent http connection problem.

2001-07-17 Thread Ralf Bechtel
Hi everybody! I've encountered a problem with Tomcat4-b5: We implemented a client/server system for a callcenter. The client is an applet running in a browser. The server is a servlet running in Tomcat4-b5. The client sends a request to the servlet and waits for the answer from the servlet. The

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/test Report.java GTest.java HttpClient.java TestDefaults.java

2001-07-17 Thread larryi
larryi 01/07/17 06:34:04 Modified:src/share/org/apache/tomcat/util/test GTest.java HttpClient.java TestDefaults.java Added: src/share/org/apache/tomcat/util/test Report.java Log: My attempt a fixing the problem where HttpClient based tests only

cvs commit: jakarta-tomcat/src/admin/WEB-INF/scripts watchdog-servlet.xml

2001-07-17 Thread larryi
larryi 01/07/17 06:36:50 Modified:src/admin/WEB-INF/scripts watchdog-servlet.xml Log: Update to use crimson.jar. Also, I only count 4 levels up to tomcat.home, though it doesn't really matter since this property is likely to be set externally. Revision ChangesPath

cvs commit: jakarta-tomcat/src/admin/test watchdog-jsp.jsp

2001-07-17 Thread larryi
larryi 01/07/17 06:40:53 Modified:src/admin/test watchdog-jsp.jsp Added: src/admin/WEB-INF/scripts watchdog-jsp.xml Log: Update watchdog-jsp.jsp to use a build script like watchdog-servlet.jsp. This seems to help watchdog-jsp.jsp capture the output of the test in the

Re: Alternative to NSI

2001-07-17 Thread jean-frederic clere
GOMEZ Henri wrote: A Java installer is what we need, OpenSource one of course. Installing a Java product should not be too related to the platform on which it is installed, installing is just copying the right files at the right place. (well may a little more ;-)). Does someone

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers SimpleMapper1.java

2001-07-17 Thread larryi
larryi 01/07/17 07:02:34 Modified:src/share/org/apache/tomcat/modules/mappers SimpleMapper1.java Log: Some corrections for the case insensitive handling. Revision ChangesPath 1.7 +7 -4

cvs commit: jakarta-tomcat/src/doc readme

2001-07-17 Thread marcsaeg
marcsaeg01/07/17 07:07:01 Modified:.Tag: tomcat_32 RELEASE-NOTES src/doc Tag: tomcat_32 readme Log: Updated readme and RELEASE-NOTES for the 3.2.3 security release. Revision ChangesPath No revision No

cvs commit: jakarta-tomcat/src/tests/webpages/WEB-INF test-tomcat.xml

2001-07-17 Thread larryi
larryi 01/07/17 07:12:06 Modified:src/tests/webpages/WEB-INF test-tomcat.xml Log: Specifying a classpath in a Task definition causes Ant to create the task in its own class loader. Thus, GTestDefaults, GTest, and HttpClient tasks reference different sets of static result

cvs commit: jakarta-tomcat/bin jaxp.jar

2001-07-17 Thread costin
costin 01/07/17 07:14:50 Modified:bin jaxp.jar Log: Updated jaxp.jar to the latest from xml-commons. Revision ChangesPath 1.2 +310 -153 jakarta-tomcat/bin/jaxp.jar Binary file

cvs commit: jakarta-tomcat build.xml

2001-07-17 Thread marcsaeg
marcsaeg01/07/17 07:25:30 Modified:.Tag: tomcat_32 build.xml Log: Now include RELEASE-NOTES and KEYS in the binary distribution. Revision ChangesPath No revision No revision 1.53.2.7 +2 -0

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

2001-07-17 Thread marcsaeg
marcsaeg01/07/17 08:57:00 Modified:src/webpages Tag: tomcat_32 index.html src/share/org/apache/tomcat/core Tag: tomcat_32 Constants.java Log: Updated version numbers for the 3.2.3 release. Revision ChangesPath No

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

2001-07-17 Thread craigmcc
craigmcc01/07/17 09:32:42 Modified:catalina/docs/config context.html catalina/src/share/org/apache/catalina/startup Catalina.java Log: Correct the default classname for the Loader implementation, which is used when you specify a Loader element without a className

Re: Problem starting latest nightly

2001-07-17 Thread Craig R. McClanahan
On Tue, 17 Jul 2001, Kevin Jones wrote: I've just downloaded the latest nightly (20010716), and I can't get it to start. I have a context entry in server.xml that looks like this Context path=/AddressBook docBase=AddressBook debug=9 reloadable=true Loader checkInterval=3

Re: HTML filtering on tomcat-dev

2001-07-17 Thread Christopher Cain
Jon Stevens wrote: on 7/16/01 5:44 PM, Christopher Cain [EMAIL PROTECTED] wrote: In addition to leaving my inbox blissfully free of such abominations, I have a feeling it will also reduce the amount of user questions on the dev list. I've noticed that a good percentage of the

RE: Problem starting latest nightly

2001-07-17 Thread Kevin Jones
Thanks Craig, what's the difference between the two (WebappLoader and StandardLoader)? and should I care? Kevin Jones DevelopMentor www.develop.com -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 17 July 2001 17:34 To: Tomcat-Dev Subject: Re: Problem

Re: New Tomcat 4 installer nightly

2001-07-17 Thread Christopher Cain
Kevin Jones wrote: - The JAVA_HOME env variable is no longer needed (instead, it looks in the registry to get the JDK path). The problem with this is that when you install the JDK you end up with two JREs. So Java developers may have JAVA_HOME pointed at c:\jdk1.3.1 (say) and the

cvs commit: jakarta-tomcat-site/docs index.html news.html

2001-07-17 Thread marcsaeg
marcsaeg01/07/17 11:25:18 Modified:xdocsindex.xml news.xml docs index.html news.html Log: Release 3.2.3. Revision ChangesPath 1.3 +5 -3 jakarta-tomcat-site/xdocs/index.xml Index: index.xml

RE: Problem starting latest nightly

2001-07-17 Thread Craig R. McClanahan
On Tue, 17 Jul 2001, Kevin Jones wrote: Thanks Craig, what's the difference between the two (WebappLoader and StandardLoader)? and should I care? WebappLoader runs faster, and has a bunch of bugfixes. It is now the default loader that Catalina uses for web applications. Kevin Jones

[PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Craig R. McClanahan
I would like to propose that we create a beta 6 release of Tomcat 4.0 on Thursday, July 19, 2001 (with me as release manager). This release will incorporate: - Fix for the security vulnerability (already present in the 20010717 nightly build). - Updates to conform to Servlet 2.3 PFD3 and JSP

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Jon Stevens
on 7/17/01 12:19 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote: Please vote on a Tomcat 4.0-beta-6 Release: [*] +1 - I support this proposal, and will actively assist [ ] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going

RE: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Marc Saegesser
Please vote on a Tomcat 4.0-beta-6 Release: [ ] +1 - I support this proposal, and will actively assist [X] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going to resist :-) [ ] -1 - I oppose this proposal (backed by reasons

FW: Mailing list delays?

2001-07-17 Thread Brett Rizk
-Original Message- From: Alex Fernández [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 2:33 AM To: [EMAIL PROTECTED] Subject: Re: Mailing list delays? Hi Pier! Pier P. Fumagalli wrote: Rob S. at [EMAIL PROTECTED] wrote: 2-3 hours? Try DAYS! =( A delay of DAYS might

FW: Alternative to NSI

2001-07-17 Thread Brett Rizk
-Original Message- From: Rolf Veen [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 4:02 AM To: [EMAIL PROTECTED] Subject: Re: Alternative to NSI The Windows installer I like most is InnoSetup (www.innosetup.org). It's free, but not MSI based. Rolf.

FW: Alternative to NSI

2001-07-17 Thread Brett Rizk
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of jean-frederic clere Sent: Monday, July 16, 2001 4:15 AM To: [EMAIL PROTECTED] Subject: Re: Alternative to NSI Klaus Sonnenleiter wrote: I've worked with both Setup Factory and InstallShield in the

RE:Using bean in Jsp

2001-07-17 Thread Rino Srivastava
I tried to use a bean in a jsp page. i got a error Fatal Error:missing resource: java.util.PropertyResourceBundle could u pls help me? Thanks. Sincerely, Rino Srivastava

Re: FW: latest cvs checkout test

2001-07-17 Thread Dale Ghent
On Mon, 16 Jul 2001, Justin Erenkrantz wrote: | On Mon, Jul 16, 2001 at 06:34:48PM +0100, Pier P. Fumagalli wrote: | I just tried it on Nagoya, and it does the same for me... | Do someone has _ANY_ clue of WTF is going on | | Yeah, I've seen this before (Solaris, too). I had to add -lgcc.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/util/xml XmlMapper.java

2001-07-17 Thread craigmcc
craigmcc01/07/17 13:24:18 Modified:catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java catalina/src/share/org/apache/catalina/util/xml XmlMapper.java Removed: catalina/src/conf tld_11.dtd

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Remy Maucherat
Please vote on a Tomcat 4.0-beta-6 Release: [*] +1 - I support this proposal, and will actively assist [ ] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going to resist :-) [ ] -1 - I oppose this proposal (backed by reasons

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Glenn Nielsen
-- SNIP HERE -- Please vote on a Tomcat 4.0-beta-6 Release: [X] +1 - I support this proposal, and will actively assist [ ] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going to resist :-) [ ] -1 - I

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources web-jsptaglib_1_1.dtd web-jsptaglib_1_2.dtd web_22.dtd web_23.dtd

2001-07-17 Thread craigmcc
craigmcc01/07/17 13:47:01 Modified:jasper/src/share/org/apache/jasper Constants.java jasper/src/share/org/apache/jasper/parser ParserUtils.java Removed: jasper/src/share/org/apache/jasper/resources web-jsptaglib_1_1.dtd web-jsptaglib_1_2.dtd

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Pier P. Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: - Beta-quality implementation of the mod_webapp connector. Please vote on a Tomcat 4.0-beta-6 Release: [X] +1 - I support this proposal, and will actively assist [ ] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/parser ParserUtils.java

2001-07-17 Thread craigmcc
craigmcc01/07/17 13:48:53 Modified:jasper/src/share/org/apache/jasper/parser ParserUtils.java Log: Oops, remove debugging statement. Revision ChangesPath 1.4 +1 -3 jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/parser/ParserUtils.java Index:

Re: Alternative to NSI

2001-07-17 Thread Jon Stevens
Why the heck does it matter what installer software that we use? As long as people can easily modify it without having to purchase expensive software and that it does the job well, all that matters is that someone is doing the work to create the installer. I don't care if it is Java based or not

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Amy Roh
Please vote on a Tomcat 4.0-beta-6 Release: [X] +1 - I support this proposal, and will actively assist [ ] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going to resist :-) [ ] -1 - I oppose this proposal (backed by reasons

Re: [DOC] TOC - thoughts

2001-07-17 Thread Pier P. Fumagalli
Gomez Henri at [EMAIL PROTECTED] wrote: Yes, just take a look at discussion on [EMAIL PROTECTED] about using anakia to generate doc (Re: -1 to anakia). What about taking a look at what will be used at xml.apache.org as documentation generator ?) Having choice is great, but there is at

Re: latest cvs checkout test

2001-07-17 Thread Pier P. Fumagalli
Brian P Millett at [EMAIL PROTECTED] wrote: Justin Erenkrantz wrote: On Mon, Jul 16, 2001 at 06:34:48PM +0100, Pier P. Fumagalli wrote: I just tried it on Nagoya, and it does the same for me... Do someone has _ANY_ clue of WTF is going on Yeah, I've seen this before (Solaris, too).

Re: Alternative to NSI

2001-07-17 Thread Pier P. Fumagalli
GOMEZ Henri at [EMAIL PROTECTED] wrote: A Java installer is what we need, OpenSource one of course. Installing a Java product should not be too related to the platform on which it is installed, installing is just copying the right files at the right place. (well may a little more ;-)).

RE:Fatal Error:missing resource: java.util.PropertyResourceBundle

2001-07-17 Thread Rino Srivastava
Hi there: I tried to use a bean in a jsp page. i got a error Fatal Error:missing resource: java.util.PropertyResourceBundle could u pls help me? Thanks. Sincerely, Rino Srivastava Application Developer Producers America, Inc. Omaha, NE-68144 (402)778-4987

Multipart/form-data with JSP ajp12 or ajp13 doesn't work

2001-07-17 Thread Beaumier Eric
Hi, We have created a JSP pages enabling POST with multipart/form-data and using the Oreilly MultipartRequest object on server side. Following some warnings regarding the AJP13 on Tomcat 3.2.1 and 3.2.2, we have downloaded 3.2.2 and configure with AJP12 : (uriworkermap.properties)

TomCat 4.0 and NetBeans

2001-07-17 Thread Charlie Woloszynski
Folks: We currently use Netbeans 3.2 and Tomcat 3.2 and run Tomcat from with Netbeans to develop JSP/Servlet code. We are now moving to using JNDI in the Appserver. So, we are moving to TomCat 4 (are we correct in understanding that this is the right path for JNDI to get DataSource support in

Re: Fatal Error:missing resource:java.util.PropertyResourceBundl e

2001-07-17 Thread Jon Stevens
on 7/17/01 7:16 AM, Rino Srivastava [EMAIL PROTECTED] wrote: Hi there: I tried to use a bean in a jsp page. i got a error Fatal Error:missing resource: java.util.PropertyResourceBundle could u pls help me? First: Don't use JSP. As you can clearly see, it is riddled with mysterious gremlins

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday07/19/2001

2001-07-17 Thread Mike Anderson
Please vote on a Tomcat 4.0-beta-6 Release: [ ] +1 - I support this proposal, and will actively assist [X] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going to resist :-) [ ] -1 - I oppose this proposal (backed by reasons

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

2001-07-17 Thread horwat
horwat 01/07/17 15:12:03 Modified:jasper/src/share/org/apache/jasper/compiler JspUtil.java ExpressionGenerator.java Log: Fix escape character quoting. As outlined in JSP 1.2 PFD section 2.6 Bugzilla #2602 Revision ChangesPath 1.9 +13

Re: latest cvs checkout test

2001-07-17 Thread Brian P Millett
Pier P. Fumagalli wrote: Brian P Millett at [EMAIL PROTECTED] wrote: Justin Erenkrantz wrote: On Mon, Jul 16, 2001 at 06:34:48PM +0100, Pier P. Fumagalli wrote: I just tried it on Nagoya, and it does the same for me... Do someone has _ANY_ clue of WTF is going on Yeah, I've

Re: latest cvs checkout test

2001-07-17 Thread Pier P. Fumagalli
Thanks a lot for the input, Brian... Just remember to CC [EMAIL PROTECTED], if, as you show here, the stuff happens in APR... :) Thanks a bazillion... Pier Brian P Millett at [EMAIL PROTECTED] wrote: Pier P. Fumagalli wrote: Brian P Millett at [EMAIL PROTECTED] wrote: Justin Erenkrantz

Re: [PROPOSAL] Tomcat 4.0-beta-6 Release on Thursday 07/19/2001

2001-07-17 Thread Martin Dengler
For what it's worth as a non-committer... Please vote on a Tomcat 4.0-beta-6 Release: [X] +1 - I support this proposal, and will actively assist [ ] +0 - I support this proposal, but do not have time to assist [ ] -0 - I do not support this proposal, but am not going to resist :-) [ ] -1 - I

cvs commit: jakarta-tomcat-4.0/tester/src/bin tester.xml

2001-07-17 Thread craigmcc
craigmcc01/07/17 15:34:53 Modified:tester/src/bin tester.xml Log: With the recent change in normalizing request URIs, this path now returns a 302 instead of a 404. Revision ChangesPath 1.58 +1 -1 jakarta-tomcat-4.0/tester/src/bin/tester.xml Index:

Re: [ANNOUNCEMENT] Tomcat 3.2.3 released

2001-07-17 Thread Mark Currie
Marc, when can we expect to see 3.2.3 binaries for Netware? Regards, Mark Currie (CNE) Senior Consulting Engineer Network Integration and Design Austnet Support Group Pty Ltd 88 St Kilda Road St Kilda. Vic. 3182. Australia. Phone: +61 3 9525-5755 Fax:+61 3 9525-5979 Mobile:

[DOC] INSTALL.txt

2001-07-17 Thread Rob S.
Along the right line? Used the formatting from the TC4 readme files. Needs some polish. - r Apache Tomcat Version 4.0 Beta 6 Install Guide = cvs keyword

[FAQ] jGuru FAQ Update

2001-07-17 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

TC4 URL BUG

2001-07-17 Thread Song Dongsheng
Hi all, TC4 list dirs use UTF-8 encoding, buf http/ajp connector within TC4 not support UTF-8 encoding, they only support x-www-form-urlencoded format encoding. If you use DBCS dir name, you will encounter trouble. Dongsheng Song _ Do