DO NOT REPLY [Bug 5116] New: - Segmentation fault whilst using jdk1.3.1_01

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5116. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

How can I execute a jsp from Catalina?

2001-11-27 Thread Juan Carlos Fernández Galante
Hi, I want to execute a jsp from, but I don´t know whats are the steps. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: How can I execute a jsp from Catalina?

2001-11-27 Thread Tor Magne Hougen
If you have Tomcat 4.0 up and go , put the jsp (myjsp.jsp) in : CATALINA_HOME webapps/ROOT/myjsp.jsp In your browser type : http://localhost:port/myjsp.jsp you can try this JSP: !DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'

Re: How can I execute a jsp from Catalina?

2001-11-27 Thread Tor Magne Hougen
OK, there are a lot of help and example in the Web Applications that follows with tomcat: http://localhost:8080/examples/ If you cant find soulutions there. Sorry i cant help you Regards. Tor Magne Juan Carlos Fernández Galante wrote: Thanks, for your help, but I want to make a Web Server,

Re: 4.0.1 ClassLoader breaks singletons on webapp reload.

2001-11-27 Thread Craig R. McClanahan
On 25 Nov 2001, Kevin A. Burton wrote: Date: 25 Nov 2001 21:20:09 -0800 From: Kevin A. Burton [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: 4.0.1 ClassLoader breaks singletons on webapp reload. -BEGIN PGP SIGNED MESSAGE-

Re: readme for webapp connector update.

2001-11-27 Thread jean-frederic clere
Timothy Stone wrote: Pier, et.al., I just completed building the Tomcat 4.0.1 WARP connector. I doing so I noted a problem with the README.txt (v1.15 in CVS) regarding the configure script. Specifically, the detailed the command line options (switches) mentions the use of

Re: 4.0.1 ClassLoader breaks singletons on webapp reload.

2001-11-27 Thread Craig R. McClanahan
On Mon, 26 Nov 2001, Mika Goeckel wrote: Date: Mon, 26 Nov 2001 15:05:27 +0100 From: Mika Goeckel [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: 4.0.1 ClassLoader breaks singletons on webapp reload. Hi,

Re: Undocumented change in 1.4 JDK can cause problems with taglibraries

2001-11-27 Thread Craig R. McClanahan
This restriction is not new -- it has been in the JavaBeans spec since the very beginning. If you have getter and setter methods that have different types (or you have multiple setter properties with different types), then your application is broken and is guaranteed to be non-portable. People

Re: Jk and APR

2001-11-27 Thread jean-frederic clere
GOMEZ Henri wrote: I would even use APR to build mod_jk: APR of httpd-2.0 (installed or source) otherwise the one given by --with-apr parameter with configuring mod_jk :) Ok, we should be carefull with apr, since I've got many problems using it with mod_webapp when creating library

DO NOT REPLY [Bug 5126] New: - Client request using HEAD results in a response body returned to client.

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5126. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Can I execute a Jsp only with Catalina API?

2001-11-27 Thread Juan Carlos Fernández Galante
Hi, Can I execute a Jsp, only with Catalina API. Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Jk and APR

2001-11-27 Thread costinm
On Tue, 27 Nov 2001, jean-frederic clere wrote: Excellent, we should give a way to user to fall back to OS calls if they could find an APR installed. I am not sure about that, APR should hide all OS calls. Mixing APR and OS calls is possible but probably not very safe. Not mixing - just

[PATCH] Watchdog-4.0 -- GetMethod_HEADTest patch

2001-11-27 Thread Ryan Lubke
Hi, This test, the way it is currently written, expects that whent he client invokes the HTTP HEAD method, that a response-body is returned. This is incorrect. The test currently passes due to Tomcat Bugzilla 5126. I've modified the test so that no response output is written via a writer and

Re: Jk and APR

2001-11-27 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: On Tue, 27 Nov 2001, jean-frederic clere wrote: Excellent, we should give a way to user to fall back to OS calls if they could find an APR installed. I am not sure about that, APR should hide all OS calls. Mixing APR and OS calls is possible but probably

DO NOT REPLY [Bug 5116] - Segmentation fault whilst using jdk1.3.1_01

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5116. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5132] New: - request.getRemoteAddr() always returning 127.0.0.1

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5132. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java

2001-11-27 Thread remm
remm01/11/27 08:22:47 Modified:catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java Log: - Add a generic mechanism to swallow the content when using HEAD. Note: The problem was only present with error reports, as the default

DO NOT REPLY [Bug 5126] - Client request using HEAD results in a response body returned to client.

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5126. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5114] - The methods getPathInfo() and getRequestURL() of the HttpServletReguest interface gives different path information for Latin-1 characters not included in the english language.

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5114. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5134] New: - problems using the manager app from within a java app

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5134. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5110] - ErrorDispatcherValve throws NullPointerException on 403 forbidden!

2001-11-27 Thread bugzilla
Resolution|FIXED | --- Additional Comments From [EMAIL PROTECTED] 2001-11-27 09:08 --- As of jakarta-tomcat-4.0-20011127 nightly build : Following the same steps I described in the original bug description now results in a 404 error now. In tomcat-4.0.1

DO NOT REPLY [Bug 5135] New: - URL typo in BUILDING.txt

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5135. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5110] - ErrorDispatcherValve throws NullPointerException on 403 forbidden!

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5110. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5132] - request.getRemoteAddr() always returning 127.0.0.1

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5132. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4564] - request.getRemoteAddr() and AccesLog not working

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4564. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

What Happen with of Tomcat 4.0.1 instalation?

2001-11-27 Thread Juan Carlos Fernández Galante
I am attempting to install Tomcat 4.0.1, on Windows 2000 Apache 1.3 jdk1.3.1 jdk1.4 beta3 but when I try to execute the jakarta-tomcat-4.0.1.exe file, the next message appear: Could´t find a JDK on this computer. Can you help me? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

DO NOT REPLY [Bug 5137] New: - Null pointer in class loader after attempting to run invalid servlet file

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5137. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Info on customizing jspc - jasper

2001-11-27 Thread Alberto Romei
I wanted to use JspC to generate a java program (not exactly a servlet) which writes its output to a file on the disk instead of the HttpServletResponse's JspWriter. In practice, i just need to customize the fixed parts of the generated code like: public class Foo extends HttpJspBase { or

DO NOT REPLY [Bug 5107] - TOMCAT 4.1 : WSPack Embedded Version

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5107. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5105] - Tomcat can not automatically reload web apps if a context is defined in server.xml

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5105. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5105] - Tomcat can not automatically reload web apps if a context is defined in server.xml

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5105. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 4829] - Automatic deployment of war files does not work properly

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4829. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5098] - anonymous and internal classes not found

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5098. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Info on customizing jspc - jasper

2001-11-27 Thread Bill Barker
This is off-topic for the dev list. You'll probably get a better response from [EMAIL PROTECTED] What you want is @page extends=my.jsp.page.class % - Original Message - From: Alberto Romei [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:32 AM Subject: Info on

Re: Info on customizing jspc - jasper

2001-11-27 Thread Michael Jennings
I think you can do what you want by simply creating your own subclass/implementation of HttpServletRequest and HttpServletResponse to pass to the service() method of your servlet (or whatever the equivalent is for JSPs) Just make sure that the HttpServletResponse.getOutputStream() returns the

Page Auto Refresh

2001-11-27 Thread Bala Nemani
Hi: We have several JSP pages in our application. In few of the pages, we open small windows (pop up windows) for displaying/updating specific information. We like to refresh the main page upon closing a pop up window. We could do this but every time we close the popup window, Microsoft

RE: Page Auto Refresh

2001-11-27 Thread Martin van den Bemt
The page that called the page that needs to be refreshed contains a form submit to that servlet. That is what ie is trying to do again. To overcome this problem, create a save servlet en resp.redirect to the page that is showing the information. Mvgr, Martin -Original Message- From:

DO NOT REPLY [Bug 5143] New: - Please allow to specify the cipher set for HTTPS connectors

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5143. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5145] New: - Add validation of server.xml

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5145. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http HttpResponseStream.java

2001-11-27 Thread remm
remm01/11/27 13:35:39 Modified:catalina/src/share/org/apache/catalina/connector/http Tag: tomcat_40_branch HttpResponseStream.java Log: - Port fix for bug 5126. Revision ChangesPath No revision No

DO NOT REPLY [Bug 5145] - Add validation of server.xml

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5145. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5148] New: - mod_webapp chokes on binary data (file upload)

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5148. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.sh catalina.sh tool-wrapper.sh

2001-11-27 Thread patrickl
patrickl01/11/27 14:34:25 Modified:catalina/src/bin catalina.sh tool-wrapper.sh Added: catalina/src/bin setenv.sh Log: Added file for user customizable environment variables such as JAVA_HOME to be saved Revision ChangesPath 1.21 +4 -1

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Jon Stevens
on 11/27/01 2:34 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Index: setenv.sh === #!/bin/sh # - # setenv.sh - File to hold all user customizable

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Patrick Luby
Jon, What I could do is not distribute the setenv.sh file and, instead, check for the existence of this file. If it exists (which would only occur if the user has created the file), then catalina.sh and tools-wrapper.sh would source it. I think that would comply with your requirement. Also,

cvs commit: jakarta-tomcat-4.0/catalina/src/bin catalina.sh tool-wrapper.sh setenv.sh

2001-11-27 Thread patrickl
patrickl01/11/27 15:10:14 Modified:catalina/src/bin catalina.sh tool-wrapper.sh Removed: catalina/src/bin setenv.sh Log: Incorporate Jon Stevens point that we should not distribute a setenv.sh as this will cause overwriting of the user's modified setenv.sh upon upgrade. Now,

DO NOT REPLY [Bug 5150] New: - webapp module doesn't compile

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5150. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5151] New: - Unable to bind datasource object from servlet to InitialContext()

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5151. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Jon Stevens
on 11/27/01 3:09 PM, Patrick Luby [EMAIL PROTECTED] wrote: Jon, What I could do is not distribute the setenv.sh file and, instead, check for the existence of this file. If it exists (which would only occur if the user has created the file), then catalina.sh and tools-wrapper.sh would

DO NOT REPLY [Bug 5151] - Unable to bind datasource object from servlet to InitialContext()

2001-11-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5151. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/bin catalina.bat tool-wrapper.bat

2001-11-27 Thread patrickl
patrickl01/11/27 17:39:10 Modified:catalina/src/bin catalina.bat tool-wrapper.bat Log: Add user customization of environment variables for Windows Revision ChangesPath 1.22 +12 -6 jakarta-tomcat-4.0/catalina/src/bin/catalina.bat Index: catalina.bat

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Patrick Luby
Jon, Jon Stevens wrote: [snip] Just as a side note, we need to be more cautious about upgrades and how users perform them. The server.xml is a big sore spot as well because that is another file that needs to be changed by the users. Thanks for catching this in my initial commit. I have

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Remy Maucherat
on 11/27/01 3:09 PM, Patrick Luby [EMAIL PROTECTED] wrote: Jon, What I could do is not distribute the setenv.sh file and, instead, check for the existence of this file. If it exists (which would only occur if the user has created the file), then catalina.sh and tools-wrapper.sh would

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Jon Stevens
on 11/27/01 6:11 PM, Remy Maucherat [EMAIL PROTECTED] wrote: Yes. I'm very cautious in the Windows installer to not overwrite the config files. It has lots of problems (which are slowly getting resolved), but not that one ;-) Remy Actually, that is still a problem. If the server.xml file

[PATCH] jakarta-tomcat-4.0/webapps/admin

2001-11-27 Thread tangojaz
Removing decoding for special characters like = and because Tomcat does this automatically. Below is the cvs diff Jazmin -- __ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin TreeControlTestAction.java

2001-11-27 Thread patrickl
patrickl01/11/27 19:33:49 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin TreeControlTestAction.java Log: Removed extraneous code Submitted by: Jazmin Jonson Revision ChangesPath 1.3 +15 -29

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/bin setenv.sh catalina.sh tool-wrapper.sh

2001-11-27 Thread Daniel Rall
Jon Stevens [EMAIL PROTECTED] writes: on 11/27/01 2:34 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Index: setenv.sh === #!/bin/sh # - #

Problems building webapp_module

2001-11-27 Thread Gonzalez, Federico
I get the following error when trying to build webapp_module make[1]: Entering directory apache-1.3 make[1]: Invoking make build make[2]: Entering directory `/tmp/webapp-module-1.0.1-tc401/apache-1.3' { APXS_LDFLAGS_SHLIB=`/apache/bin/apxs -q LDFLAGS_SHLIB` \ \ -lm -lcrypt

Re: [PATCH] jakarta-tomcat-4.0/webapps/admin

2001-11-27 Thread Bill Barker
I don't like to step on 4.x toes, or I'd do it my self. But isn't it time to change the subject to [VOTE] and make Jazmin a committer? - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 7:04 PM Subject: [PATCH]

[VOTE] Tomcat 4.0.2 Release Plan

2001-11-27 Thread Remy Maucherat
Hi, I think it's the appropriate time to consider starting a new release cycle for Tomcat 4.0. There has been a variety of significant bugs fixed since 4.0.1 (although there hasn't been any fixes for any showstopper bug). I don't plan to propose a formal release plan for this release, as it is

Re: [VOTE] Tomcat 4.0.2 Release Plan

2001-11-27 Thread Bill Barker
[ ] +1: I approve this plan, and I'll help [X] +0: I approve this plan [ ] -0: I'm against this plan, but I won't veto it [ ] -1: I'm against this plan, and my reason is: /ballot Remy -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

http protocol version question

2001-11-27 Thread yuexiang
Hi, I am new as a tomcat user. Who can explain to me what is the relation between http protocol version (1.0 /1.1) and the tomcat? It seems that the servlet already return http packet as 1.0 verion. Thanks yang ^ ^ (oo)\___ (__)\ )\/\

RE: cvs commit: jakarta-tomcat-4.0/catalina/src/binsetenv.shcatalina.sh tool-wrapper.sh

2001-11-27 Thread Bernard D'Have
Patrick, I think that you can include setenv.sh.sample setenv.bat.sample It's the way used for /build.properties Bernard -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 November, 2001 03:12 To: Tomcat Developers List Subject: Re: cvs commit:

http verion question

2001-11-27 Thread yuexiang
Hi, does tomcat context container implemented http/1.1? Where can I get the related information? Thanks yang -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Emulating JServ's session.topleveldomain with Catalina

2001-11-27 Thread Daniel Rall
[This was originally sent to tomcat-user, but is probably better discussed on tomcat-dev.] Why does the Valve implementation at the bottom of this message never print out any session cookies? Craig R. McClanahan [EMAIL PROTECTED] writes: On Wed, 21 Nov 2001, Daniel Rall wrote: Using Tomcat