cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

2001-10-27 Thread remm
remm01/10/26 13:38:23 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: - Add the allowChunking flag for the HTTP/1.1 connector. Revision ChangesPath 1.3 +5 -1

DO NOT REPLY [Bug 4434] - ClassCastException on page context

2001-10-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=4434. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

java.lang.NoSuchMethod

2001-10-27 Thread Ben Sifuentes
I'm getting a java.lang.NoSuchMethod error when executing the following: // Retrieve the context for this object HttpSession session = req.getSession(); ServletContext context = session.getServletContext(); The error seems to be happening on the call to getServletContext() The

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2001-10-27 Thread costin
costin 01/10/26 15:28:27 Modified:jk build.xml jk/jkant/java/org/apache/jk/ant SoTask.java jk/native build.xml Added: jk/jkant/java/org/apache/jk/ant ApacheConfig.java JniConfig.java Log: Another small step.

RE: t3 and sun.com

2001-10-27 Thread Paulo Gaspar
They have slow reflexes??? Hey, but aren't some guys from Sun working on some Tomcat version??? =;o) Have fun, Paulo Gaspar -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 10:30 PM

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java

2001-10-27 Thread remm
remm01/10/26 15:53:27 Modified:catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java Log: - Add support for basic authentication to the HTML adaptor. Revision ChangesPath 1.2 +39 -4

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

2001-10-27 Thread remm
remm01/10/26 15:53:40 Modified:catalina/src/conf server.xml Log: - Add support for basic authentication to the HTML adaptor. Revision ChangesPath 1.42 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2001-10-27 Thread costin
costin 01/10/26 15:53:56 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java jk/native build.xml Log: Dependecy checking works, all files compile ( both 1.3 and 2.0 - this is the first improvement over configure, no need to run twice ). Still need to link,

Where's the 3.3 release build?

2001-10-27 Thread Schreibman, David
Hi, Just wondering what happened to the 3.3 release build at http://jakarta.apache.org/site/binindex.html I'm pretty sure I got a copy from there last week but it's gone now. One of my co-workers was looking to install it today and just came by to ask me about this. Thanks, -David

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2001-10-27 Thread costin
costin 01/10/26 16:28:50 Modified:jk/jkant/java/org/apache/jk/ant SoTask.java Log: Almost done. Compile all the .so files, dependencies, linking, etc. If libtool is available everything should work. Still need to clean up and better organize the source, merge the

Porlet and Servlet

2001-10-27 Thread tuandang
Hi Is there any relation between Portlet and Servlet ? Thanks a lot. Dang Tuan mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java

2001-10-27 Thread billbarker
billbarker01/10/26 19:12:19 Modified:src/share/org/apache/tomcat/modules/aaa AccessInterceptor.java Log: With the old code, if you have a context /foo and set it's login page to /foologin.html, horrible things would happen to you. With this, the context

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-27 Thread craigmcc
craigmcc01/10/26 17:50:05 Modified:catalina build.xml Log: Add a kludge to avoid compiling the SSI servlet (and associated utilities) because the build is currently broken, and I haven't seen the commit message yet (due to the mail delay) in order to properly revert it.

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

2001-10-27 Thread billbarker
billbarker01/10/26 18:36:10 Modified:src/share/org/apache/tomcat/modules/mappers DecodeInterceptor.java Log: Change the debug level to have to be positive to display charset selection. I know how much pain it caused Costin to write this ;), but the

cvs commit: jakarta-tomcat-4.0 build.xml

2001-10-27 Thread remm
remm01/10/26 18:05:42 Modified:.build.xml Log: - Add jpg in the filter. Revision ChangesPath 1.49 +1 -1 jakarta-tomcat-4.0/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-tomcat-4.0 build.xml

2001-10-27 Thread remm
remm01/10/26 18:13:01 Modified:.Tag: tomcat_40_branch build.xml Log: - Add jpg in the filter. Revision ChangesPath No revision No revision 1.38.2.9 +1 -1 jakarta-tomcat-4.0/build.xml Index:

Re: [PATCH] SingleThreadModel Pool for TC 3.3

2001-10-27 Thread Bill Barker
As promised, I've just checked this in. I've modified the original patch slightly so that the configuration can be set as options to Servlet22Interceptor. I've also added an option to disable pooling so that we don't get flooded with why doesn't my CounterServlet work anymore messages.

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

2001-10-27 Thread marcsaeg
marcsaeg01/10/26 18:14:45 Modified:xdocsnews.xml docs news.html Log: Added Tomcat 3.2.4 Revision ChangesPath 1.10 +18 -0 jakarta-tomcat-site/xdocs/news.xml Index: news.xml

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

2001-10-27 Thread remm
remm01/10/26 19:53:01 Modified:catalina/src/share/org/apache/catalina Globals.java Log: - If a context is privileged, a reference to the MBeanServer will be added to its servlet context. Revision ChangesPath 1.41 +13 -4

cvs commit: jakarta-tomcat/src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java ServletHandler.java

2001-10-27 Thread billbarker
billbarker01/10/26 19:55:20 Modified:src/facade22/org/apache/tomcat/facade Servlet22Interceptor.java ServletHandler.java Log: Add pooling support for STM servlets. At long last, Tomcat catches up with JServe ;). This is slightly modified from the

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java

2001-10-27 Thread remm
remm01/10/26 19:58:35 Modified:catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java Log: - If a context is privileged, a reference to the MBeanServer will be added to its servlet context. Revision ChangesPath 1.3

RE: Where's the 3.3 release build?

2001-10-27 Thread Larry Isaacs
Hi David, In the recent past, the server for jakarta.apache.org was having performance problems. I think these have largely be cleared up. I'm not having any trouble getting to the 3.3 release through your link. On occasion, I've had to refresh the binindex.html page before I would see the

[FAQ] jGuru FAQ Update

2001-10-27 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

Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Rickard Öberg
Hi! Due to some recent subtle changes in Tomcat (Jasper and servlet API to be precise) it is no longer possible to implement jsp:include tags. This now results in the infamous May not flush in custom tags (or similar) error message. Two questions: * Why was this change made? (It is likely to

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Rickard Öberg
Rickard Öberg wrote: Due to some recent subtle changes in Tomcat (Jasper and servlet API to be precise) it is no longer possible to implement jsp:include tags. (clarification).. using pageContext.include. /Rickard -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Where's the 3.3 release build?

2001-10-27 Thread Marc Saegesser
I think the web site got messed up and older version of the binindex.html got posted. I updated the site last night for the 3.2.4 beta 1 release and put the 3.3 links back in at the same time. Marc Saegesser -Original Message- From: Schreibman, David [mailto:[EMAIL PROTECTED]]

Re: java.lang.NoSuchMethod

2001-10-27 Thread Incze Lajos
On Fri, Oct 26, 2001 at 05:28:43PM -0400, Ben Sifuentes wrote: I'm getting a java.lang.NoSuchMethod error when executing the following: // Retrieve the context for this object HttpSession session = req.getSession(); ServletContext context = session.getServletContext(); Ben,

Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-27 Thread Paul Speed
Craig, It looks like this might be due to Bip committing a set of patches that I sent him. So I might be able to help figure out why it's broken. What exactly does it complain about? Thanks. -Paul Speed [EMAIL PROTECTED] wrote: craigmcc01/10/26 17:50:05 Modified:catalina

realm question: GenericPrincipal not public, RealmBase is

2001-10-27 Thread jeff drost
I have plans to implement a Tomcat realm, as well as a webapp to administrate users and roles. I would use the provided JDBCRealm, however I want to have a true many-to-many relationship between users and roles in the database. The current model uses two tables (users and user_roles), I would

Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-27 Thread Paul Speed
Ahah! This is an easy one to fix. I just checked out the latest source and it looks like Bip may have forgotten to cvs remove SsiMediator.java. That's easy to do when you're updating a whole directory. Nuke this file and everything should be good. Let me know if you have any more problems.

Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-27 Thread Paul Speed
And for what it's worth... Here is a piece of the e-mail I sent to Bip... just in case anyone is curious what I changed. (I sent the e-mail to him directly since tomcat-dev was on 14 hour delay at that time and he said he was going to be out of contact for a while.) The patches fix one major

Re: Test

2001-10-27 Thread Pier Fumagalli
Craig R. McClanahan at [EMAIL PROTECTED] wrote: Sent at 21:45 Pacific Time. Thanks Craig... I'm still trying to remove some of the load off daedalus... But the queue is backlogging all messages :( New messages should go thru fine... Pier -- To unsubscribe, e-mail: mailto:[EMAIL

Newbie

2001-10-27 Thread Sean Alphonse
Hello. I would not send this question to the development group but because I couldn't get any help in the users group I am sending the question here. I have Apache and Tomcat configured to work with each other ( so I believe ). Both Apache and Tomcat work well as

Integrating PHP 4 with Tomcat

2001-10-27 Thread Sebastian Bergmann
(I already tried twice today to send this posting to tomcat-user@, but it did not went through, as of yet. As I think it more likely to get an answer to my problem on this list, I sent it here now. Sorry if I'm out of the line or off-topic here.) Hello there! I'm new to this list,

Re: WebApp Module daily snapshots available...

2001-10-27 Thread Kazuhiro Kazama
Pier, From: Kazuhiro Kazama [EMAIL PROTECTED] Subject: Re: WebApp Module daily snapshots available... Date: Thu, 18 Oct 2001 18:37:11 +0900 (JST) And its behavior is very unstable. For example, I can sometimes access Tomcat examples or get error Web-application not yet deployed. I watch its

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Rickard Öberg wrote: Date: Sat, 27 Oct 2001 16:16:15 +0200 From: Rickard Öberg [EMAIL PROTECTED] Reply-To: Tomcat Developers Mailing List [EMAIL PROTECTED] To: Tomcat Developers Mailing List [EMAIL PROTECTED] Subject: Re: Tomcat4, taglibs, and pageContext.include

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Micael Padraig Og mac Grene
Would you please expand on the ramifications? Surely this does not mean that we won't be able to use jsp: include [etc] tags? Does this mean that we won't be able to use code like: try { pageContext.include(content.toString()); }

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

2001-10-27 Thread craigmcc
craigmcc01/10/27 12:05:17 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: When auto-deploying directories as web apps, don't be fussy about whether there is a WEB-INF subdirectory or not. This is consistent with the other

[PATCH] SSI support

2001-10-27 Thread Paul Speed
Hello, I realize Bip is away, but I thought I'd post these anyway before I forget about them. Since I've had problems with multiple attachments I went ahead and stuck the files on my web site at: http://www.progeeks.com/pspeed/tomcat/SSIPatches.html Each file has a description of what it

Re: java.lang.NoSuchMethod

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Incze Lajos wrote: Date: Sat, 27 Oct 2001 17:12:26 +0200 From: Incze Lajos [EMAIL PROTECTED] Reply-To: Tomcat Developers Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: java.lang.NoSuchMethod On Fri, Oct 26, 2001 at 05:28:43PM -0400, Ben Sifuentes

Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Paul Speed wrote: Date: Sat, 27 Oct 2001 11:34:58 -0400 From: Paul Speed [EMAIL PROTECTED] Reply-To: Tomcat Developers Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml Craig,

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

2001-10-27 Thread craigmcc
craigmcc01/10/27 13:19:06 Modified:catalina build.xml Removed: catalina/src/share/org/apache/catalina/util/ssi SsiMediator.java Log: Remove the obsolete SsiMediator class, which fixes the compile problem (so I re-enabled compiling SSI code by

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm GenericPrincipal.java

2001-10-27 Thread craigmcc
craigmcc01/10/27 13:32:33 Modified:catalina/src/share/org/apache/catalina/realm Tag: tomcat_40_branch GenericPrincipal.java Log: Backport the making public of GenericPrincipal. Revision ChangesPath No revision No

Re: Integrating PHP 4 with Tomcat

2001-10-27 Thread Sebastian Bergmann
Pier Fumagalli wrote: There have been some problems with the mailing list server, and we're splitting servers ATM... At least for the tomcat mailing lists, ATM, everything should be now just fine (more or less)... Ah, okay, I see. Sorry then for sending my posting three times :-/ --

Re: Integrating PHP 4 with Tomcat

2001-10-27 Thread Pier Fumagalli
Sebastian Bergmann at [EMAIL PROTECTED] wrote: Pier Fumagalli wrote: There have been some problems with the mailing list server, and we're splitting servers ATM... At least for the tomcat mailing lists, ATM, everything should be now just fine (more or less)... Ah, okay, I see. Sorry then

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread craigmcc
craigmcc01/10/27 13:53:39 Modified:catalina/src/conf server.xml webapps build.xml Log: Migrate the actual files of the Manager application to $CATALINA_HOME/server/webapps, parallel with the Admin application. This is in no way required to be a privileged app,

cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread craigmcc
craigmcc01/10/27 14:20:03 Modified:catalina build.xml catalina/src/share/org/apache/catalina/core StandardContext.java webapps build.xml Log: Experimental patch that makes the parent class loader for privileged webapps be the

Re: Tomcat4, taglibs, and pageContext.include

2001-10-27 Thread Craig R. McClanahan
On Sat, 27 Oct 2001, Micael Padraig Og mac Grene wrote: Date: Sat, 27 Oct 2001 14:24:09 -0700 From: Micael Padraig Og mac Grene [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: Tomcat4, taglibs, and

cvs commit: jakarta-tomcat-4.0/webapps/manager manager.xml

2001-10-27 Thread craigmcc
craigmcc01/10/27 15:17:14 Added: webapps/manager manager.xml Log: Forgot to add a file. Revision ChangesPath 1.1 jakarta-tomcat-4.0/webapps/manager/manager.xml Index: manager.xml

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

2001-10-27 Thread craigmcc
craigmcc01/10/27 15:18:50 Modified:webapps/admin build.xml webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationServlet.java Added: webapps/admin dumpRegistry.jsp

cvs commit: jakarta-tomcat-4.0/webapps/admin admin.xml

2001-10-27 Thread craigmcc
craigmcc01/10/27 11:56:23 Modified:catalina/src/share/org/apache/catalina Globals.java catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java webapps/admin admin.xml Log: Make the MBeanServer available to

Re: t3 and sun.com

2001-10-27 Thread Bill Barker
Yeah, well, but the're not really involved with the 3.3 branch. - Original Message - From: Paulo Gaspar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 26, 2001 4:07 PM Subject: RE: t3 and sun.com They have slow reflexes??? Hey, but aren't some guys from Sun working

Re: cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread Remy Maucherat
craigmcc01/10/27 14:20:03 Modified:catalina build.xml catalina/src/share/org/apache/catalina/core StandardContext.java webapps build.xml Log: Experimental patch that makes the parent class loader for privileged

Re: cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread Craig R. McClanahan
Remy Maucherat wrote: craigmcc01/10/27 14:20:03 Modified:catalina build.xml catalina/src/share/org/apache/catalina/core StandardContext.java webapps build.xml Log: Experimental patch that makes the parent class

Re: cvs commit: jakarta-tomcat-4.0/webapps build.xml

2001-10-27 Thread Remy Maucherat
Remy Maucherat wrote: craigmcc01/10/27 14:20:03 Modified:catalina build.xml catalina/src/share/org/apache/catalina/core StandardContext.java webapps build.xml Log: Experimental patch that makes the

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

2001-10-27 Thread craigmcc
craigmcc01/10/27 20:39:18 Modified:webapps/admin/WEB-INF struts-config.xml Added: webapps/admin dumpServer.jsp webapps/admin/WEB-INF/classes/org/apache/webapp/admin DumpServerAction.java Log: Add a debug action that dumps the name of

Re: cvs commit: jakarta-tomcat-4.0/catalina build.xml

2001-10-27 Thread Paul Speed
:) At least the lag was shorter this time. -Paul Craig R. McClanahan wrote: On Sat, 27 Oct 2001, Paul Speed wrote: Date: Sat, 27 Oct 2001 11:34:58 -0400 From: Paul Speed [EMAIL PROTECTED] Reply-To: Tomcat Developers Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL

Re: mailing list problem ?

2001-10-27 Thread Pier Fumagalli
Pier Fumagalli at [EMAIL PROTECTED] wrote: Vincent Massol at [EMAIL PROTECTED] wrote: Hi, I have sent 5 mails to the [EMAIL PROTECTED] mailing list yesterday and they have not yet appeared on the list (after more than 15 hours). Is there any problem currently with the jakarta mail

Test with new headers...

2001-10-27 Thread Pier Fumagalli
The description in Reply-To was wrong... Let's hope I got it right this time :) :) :) Pier -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[ANNOUNCEMENT] Tomcat 3.3 RPM Updated

2001-10-27 Thread GOMEZ Henri
Some minor glitches appears and reported also bu Nicolas: RH 6.x use nobody user to run Apache HTTP server, so I used also that one to operate tomcat but RH 7.x use apache user to run Apache HTTP server === The new RPM will create a tomcat user which will run tomcat. Other updates : -