DO NOT REPLY [Bug 17908] New: - JDBCRealm getPassword() unimplemented

2003-03-12 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=17908. 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/share/org/apache/catalina/mbeansMBeanFactory.java ServerLifecycleListener.java

2003-03-12 Thread Amy Roh
Costin Manolache wrote: Amy Roh wrote: [EMAIL PROTECTED] wrote: amyroh 2003/03/10 19:25:52 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java ServerLifecycleListener.java Log: Set to use JSR77 names as default. Please make sure tomcat 5

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loaderWebappLoader.java

2003-03-12 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: costin 2003/03/11 22:33:37 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: Few getters ( Remy: don't panic, I'm not changing the loader ! ). Ok :) The array will collect the loaders that are set into

DO NOT REPLY [Bug 17749] - Order of Service tag in server.xml matters for tomcat 5.

2003-03-12 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=17749. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Tomcat as it's own apache subproject ?

2003-03-12 Thread Henri Gomez
Remy Maucherat wrote: Henri Gomez wrote: Did some of you ever think that Tomcat could became a direct Apache subproject, like ant ? It seems Maven follow the same way. As such having Tomcat as a direct Apache projects will allow a Tomcat PMC ? Costin, Remy, other commiters, what do you think ?

Send parameters to the JNDIRealm

2003-03-12 Thread jazorin
Hi. I have an application that it connects to a servlet and send it a set of parameters through OutputStream. I make a JNDIRealm and when the application connects to the servlet, my Realm can't to map these parameters (with the client certificate) a none authenticate() method. What parameters

Re: Send parameters to the JNDIRealm

2003-03-12 Thread Uddhav Shirname
Hi, I am facing the same problem for JDBCRealm. As mentioned in one of my earlier mails I found that getPrincipal() method returns a harcoded null value (Tomcat 4.1.18). This method is an abstract class and is called from authenticate(). I checked up with JNDIRealm class, and it also has

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2003-03-12 Thread remm
remm2003/03/12 01:49:10 Modified:webapps/docs jasper-howto.xml Log: - Docs enhancement. Revision ChangesPath 1.8 +10 -43jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml Index: jasper-howto.xml

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

2003-03-12 Thread remm
remm2003/03/12 01:51:48 Modified:webapps/tomcat-docs jasper-howto.xml Log: - Docs enhancement. Revision ChangesPath 1.9 +8 -5 jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml Index: jasper-howto.xml

DO NOT REPLY [Bug 17910] New: - exception while loading admin context

2003-03-12 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=17910. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17878] - JSPC not working properly with package names

2003-03-12 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=17878. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16831] - Tomcat deletes an .jsp source file!

2003-03-12 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=16831. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17912] - Tomcat deletes files

2003-03-12 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=17912. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17915] New: - Jasper ignores manifest classpath

2003-03-12 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=17915. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: 4.1 authentication bug / bug 14616

2003-03-12 Thread Keith Wannamaker
Hey Bill, thanks for the input. I am all ears if you can think of a better way to fix this in 4.1. Rather than forward-porting this fix to 5.0, I will look at better ways of doing it there since you indicate they exist. I think this is the way to go for 4.1 since it will fix both the most and

DO NOT REPLY [Bug 17878] - JSPC not working properly with package names

2003-03-12 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=17878. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[4.1.22] Stability rating

2003-03-12 Thread Remy Maucherat
ballot [ ] Alpha [ ] Beta [ ] Stable (GA) /ballot Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-03-12 Thread keith
keith 2003/03/12 06:48:13 Modified:.RELEASE-NOTES-4.1.txt catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java Log: Redirect to add trailing slash prior to challenging for auth. PR: 14616 Revision

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

2003-03-12 Thread Costin Manolache
Amy Roh wrote: It makes sense to use different domain names instead of using service name. It'll take lots of code change in admin to change all the objectnames to get rid of service name though. *sigh* I think a bit of grep can do the magic :-) It's not a big hurry. I'll start changing

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

2003-03-12 Thread Costin Manolache
Remy Maucherat wrote: +for( int i=0; irepositories.length ; i++ ) { +sb.append( repositories[i]).append(:); +} I think your should use the path separator here. You're right. I put it in mostly for debug. I'll fix it. Costin

Re: JAAS Auth

2003-03-12 Thread Jeanfrancois Arcand
Costin Manolache wrote: Hi, I'm close to get JAAS realm and the memory LoginModule working - if I remember correctly we agreed to make JAAS the default for 5.0 ( I don't remember any objections ). What about authorization :-) Righ now, the Realm implementation includes the 3 authorization

Re: 4.1 authentication bug / bug 14616

2003-03-12 Thread Remy Maucherat
Keith Wannamaker wrote: Hey Bill, thanks for the input. I am all ears if you can think of a better way to fix this in 4.1. Rather than forward-porting this fix to 5.0, I will look at better ways of doing it there since you indicate they exist. I think this is the way to go for 4.1 since it will

RE: 4.1 authentication bug / bug 14616

2003-03-12 Thread Keith Wannamaker
Remy, The fix corrects the bug, which is that credentials are shared between webapps. As I've asked before, if there is a better way to correct it, I'm all for it. There are a lot of bugs that have been in the code for a long time, it doesn't mean they aren't bugs. The behavior bothers me, and

JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Hello List, I tried the binary mod_jk2-1.3-eapi.so from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0.0/ with apache 1.3 and virtual hosts. In short: absolutely no luck. I read all available docs (which seen quite current) and enabled debugging in

Re: JAAS Auth

2003-03-12 Thread Costin Manolache
Jeanfrancois Arcand wrote: Hi, I'm close to get JAAS realm and the memory LoginModule working - if I remember correctly we agreed to make JAAS the default for 5.0 ( I don't remember any objections ). What about authorization :-) Righ now, the Realm implementation includes the 3 authorization

cvs commit: jakarta-tomcat-5/resources/mbeans tomcat5-ant.xml

2003-03-12 Thread costin
costin 2003/03/12 07:48:45 Modified:resources/mbeans tomcat5-ant.xml Log: Fix the app name, now it works fine Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

Compiling from sources

2003-03-12 Thread Joseph Hindin
For a couple of days I am trying to compile tomcat v4 from sources. Unfortunately, the experience is not very encouraging. As a first step, I've tried to compile stable version by downloading source code tarball. The tarball uses several Jakarta projects. build.xml files for the

RE: Compiling from sources

2003-03-12 Thread Shapira, Yoav
Howdy, A couple of days ago I was setting up a new environment for a friend, and followed these instructions to the letter without a problem at all: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/BUILDING.txt Yoav Shapira Millennium ChemInformatics -Original Message- From: Joseph

RE: Compiling from sources

2003-03-12 Thread Keith Wannamaker
Hi Joseph, Try checking out jakarta-tomcat-4.0 and jakarta-tomcat-connectors with tag TOMCAT_4_1_22 or TOMCAT_4_1_18. The failure is due to a recent checkin that broke the build. If you extract the fifteen or so project dependencies into one separate dir, then point your build.properties to

DO NOT REPLY [Bug 14616] - Redirects should be issued prior to authentication challenges

2003-03-12 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=14616. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Swamped

2003-03-12 Thread Anthony Vassallo
I am swamped with mail this there a digest Tony Vassallo ([EMAIL PROTECTED]) LAWSON/SEA System Support Specialist DART C/S App Dev Maintenance Team 214-749-3408 work/ 214-914-4892 - To unsubscribe, e-mail: [EMAIL PROTECTED]

Please Help, Building JK2 failed

2003-03-12 Thread Al
Hi. I am trying to build JK2 on AIX 4.3.3. I have run ant already and it has successfully built. I am getting the error when running ant native. It is looking for the file ant.tasks but that file is not on my machine. Is the build suppose to make it? Am I suppose to download it from

RE: Better option, Resin or mod_jk2

2003-03-12 Thread Filip Hanik
don't cross port, it is not appropriatem resin and mod_jk are not competing technologies, resin and tomcat are and the choice is yours, Filip -Original Message- From: Barry Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 9:31 AM To: Tomcat Developer List; Tomcat User

Re: JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Additional information: Without virtual host I got the request mapped. But no answer but a segmentation fault .. child .. in apache's error_log thanks, Am Mittwoch, 12. März 2003 16:43 schrieb Reinhard Moosauer: Hello List, I tried the binary mod_jk2-1.3-eapi.so from

Re: JK2 not working with virtual hosts

2003-03-12 Thread Costin Manolache
Reinhard Moosauer wrote: Additional information: Without virtual host I got the request mapped. But no answer but a segmentation fault .. child .. in apache's error_log Can you send a stack trace ? I'm checking the hosts problem. Costin thanks, Am Mittwoch, 12. März 2003

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 11:00:23 Modified:.build.xml Log: More improvements to the build target. Now it can do the full build. I moved some of the common parts in targets that are called in both modes. Revision ChangesPath 1.95 +106 -37

Reproductible (and working) builds

2003-03-12 Thread Costin Manolache
Remy - in the build process for 4.1 ( and 5.0 ), are you using anything but the download targets ? Can you make sure you do the builds on a clean workspace ? Right now 4.1 clean build fails - fileupload is not downloaded. I'm trying to do full builds of both on a clean machine. Costin

DO NOT REPLY [Bug 17929] New: - EL expression treated as plain text in template data attribute with Jsp Document syntax

2003-03-12 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=17929. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: JK2 not working with virtual hosts

2003-03-12 Thread Mladen Turk
-Original Message- From: Reinhard Moosauer [mailto:[EMAIL PROTECTED] Additional information: Without virtual host I got the request mapped. But no answer but a segmentation fault .. child .. in apache's error_log I tried the binary mod_jk2-1.3-eapi.so from

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 12:23:52 Modified:.build.xml Log: Fix jasper build Revision ChangesPath 1.96 +5 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file:

cvs commit: jakarta-tomcat-jasper/jasper2 build.xml

2003-03-12 Thread costin
costin 2003/03/12 12:28:24 Modified:jasper2 build.xml Log: A bit of refactoring - add a 'build-only' option that just compiles and creates the jars, in specified locations. Revision ChangesPath 1.22 +16 -10jakarta-tomcat-jasper/jasper2/build.xml Index:

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

2003-03-12 Thread remm
remm2003/03/12 12:40:39 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java Log: - Improve embedding. - Don't use System.exit(). - Allow loading server.xml through the classloader. Revision ChangesPath 1.15 +45 -13

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 12:52:28 Modified:.build.xml Log: More fixes. I did a build on a clean computer - to make sure everything is checked in and working. build-all seems to work for me. Building webapps is very slow - so you should use build-all once, then rebuild

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

2003-03-12 Thread luehe
luehe 2003/03/12 12:54:25 Modified:catalina/src/share/org/apache/catalina/core StandardContextMapper.java Log: Remove any URI parameters from the request URI, so they won't be considered by the wrapper/context mapping algorithm Revision Changes

Re: Reproductible (and working) builds

2003-03-12 Thread Remy Maucherat
Costin Manolache wrote: Remy - in the build process for 4.1 ( and 5.0 ), are you using anything but the download targets ? Can you make sure you do the builds on a clean workspace ? Right now 4.1 clean build fails - fileupload is not downloaded. You know, 4.1's download target is not really

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java

2003-03-12 Thread luehe
luehe 2003/03/12 12:56:11 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Remove any URI parameters from the request URI, so they won't be considered by the wrapper/context mapping algorithm Revision ChangesPath 1.13 +17 -6

Re: Reproductible (and working) builds

2003-03-12 Thread Costin Manolache
Remy Maucherat wrote: Costin Manolache wrote: Remy - in the build process for 4.1 ( and 5.0 ), are you using anything but the download targets ? Can you make sure you do the builds on a clean workspace ? Right now 4.1 clean build fails - fileupload is not downloaded. You know, 4.1's

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

2003-03-12 Thread remm
remm2003/03/12 13:15:23 Modified:catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: - Add StandardContext.defaultWebXml. - Add destroy. Revision ChangesPath 1.19 +10 -0

Re: cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5CoyoteAdapter.java

2003-03-12 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2003/03/12 12:56:11 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Remove any URI parameters from the request URI, so they won't be considered by the wrapper/context mapping algorithm Revision ChangesPath

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

2003-03-12 Thread remm
remm2003/03/12 13:19:26 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: - Also use the CL to load the default config. Revision ChangesPath 1.21 +19 -18

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

2003-03-12 Thread remm
remm2003/03/12 13:32:50 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - If init needs guards against being invoked twice, this also needs it. - Any explanation why, BTW ? Revision ChangesPath 1.26 +4 -2

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2003-03-12 Thread costin
costin 2003/03/12 13:36:05 Modified:.build.properties.sample Log: Update to latest releases. Revision ChangesPath 1.57 +7 -7 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-4.0 build.xml

2003-03-12 Thread costin
costin 2003/03/12 13:36:20 Modified:.build.xml Log: Add missing jars. Revision ChangesPath 1.78 +8 -0 jakarta-tomcat-4.0/build.xml Index: build.xml === RCS file:

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

2003-03-12 Thread costin
costin 2003/03/12 13:38:05 Modified:catalina build.xml Log: Fix the tests ( if we avail with only the jar, it won't work - there are other deps ) Fix jk build ( it requires sevletapi.jar ) ( all this is done on a relatively clean machine - my laptop doesn't seem to have

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-03-12 Thread Costin Manolache
[EMAIL PROTECTED] wrote: remm2003/03/12 13:32:50 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - If init needs guards against being invoked twice, this also needs it. - Any explanation why, BTW ? The general

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/coreStandardContext.java

2003-03-12 Thread Remy Maucherat
Costin Manolache wrote: [EMAIL PROTECTED] wrote: remm2003/03/12 13:32:50 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - If init needs guards against being invoked twice, this also needs it. - Any explanation why, BTW ?

How to set and verify -Xmx and -Xms settings in Windows

2003-03-12 Thread Mark Pease
I am really having a hard time finding out how to set the -Xmx and -Xms CATALINA_OPTS in a Windows environment. Here is what I have tried: 1) Set an environment variable named CATALINA_OPTS = -Xms128m -Xmx384m Neither service nor command line start seem to acknowledge... 2) Added

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2003-03-12 Thread costin
costin 2003/03/12 14:53:47 Modified:.build.properties.default build.xml Log: I changed the base.dir to make sure no older files are picked up. Hopefully we'll have a real repository ( and a download tool in ant16) Stop downloading commons-modeler and el as part of

DO NOT REPLY [Bug 17939] New: - WarpEngine doesn't support defaultHost + patch

2003-03-12 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=17939. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

2003-03-12 Thread costin
costin 2003/03/12 15:15:17 Modified:.build.properties.default build.xml Log: Add back downloading - the other target might use it. Fix the ../repository ( it needs location ). Fix the clean-build of modeler. Revision ChangesPath 1.75 +2 -2

Re: JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Hello, Am Mittwoch, 12. März 2003 19:56 schrieb Costin Manolache: Reinhard Moosauer wrote: Additional information: Without virtual host I got the request mapped. But no answer but a segmentation fault .. child .. in apache's error_log Can you send a stack trace ? see below a ltrace on

Re: JK2 not working with virtual hosts

2003-03-12 Thread Reinhard Moosauer
Hi, yes. But where to get a binary for 2.0.2 and apache13? (I should have asked earlier this time) Reinhard Am Mittwoch, 12. März 2003 20:58 schrieb Mladen Turk: -Original Message- From: Reinhard Moosauer [mailto:[EMAIL PROTECTED] Additional information: Without virtual host

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

2003-03-12 Thread costin
costin 2003/03/12 15:25:06 Modified:catalina build.xml Log: Include jsse.jar from jdk1.4 ( it'll be ignored if not found ). Needed by jikes. JAAS will be required. Revision ChangesPath 1.44 +1 -2 jakarta-tomcat-catalina/catalina/build.xml Index:

cvs commit: jakarta-tomcat-connectors/util build.xml

2003-03-12 Thread costin
costin 2003/03/12 16:03:58 Modified:util build.xml Log: If JDK1.4 is used, use the included jsse.jar. Revision ChangesPath 1.19 +1 -0 jakarta-tomcat-connectors/util/build.xml Index: build.xml

cvs commit: jakarta-tomcat-5 build.xml

2003-03-12 Thread costin
costin 2003/03/12 16:20:32 Modified:.build.xml Log: Hopefully the last commit on this topic :-) Now both deploy and build-all work. I renamed deploy to deploy-old and used the new build model - I think it is much cleaner and will allow us to simplify the build

mods for attrs keystoreFile, keystoreType keystorePass

2003-03-12 Thread Kevin Collins
Hi, I had some trouble getting Tomcat to use the keystoreFile, keystoreType and keystorePass attributes under the Connector element from its config file. Upon a little research, I realized that they were not being used at all so I made the fix. This allows you to specify different keystore

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardSession.java

2003-03-12 Thread luehe
luehe 2003/03/12 18:26:32 Modified:catalina/src/share/org/apache/catalina/core StandardHostValve.java catalina/src/share/org/apache/catalina/session StandardSession.java Log: Fixed Bugtraq 4661001:

Re: How to set and verify -Xmx and -Xms settings in Windows

2003-03-12 Thread Uddhav Shirname
There is another option JAVA_OPTS. Trying setting this and see if it works. -- Uddhav - Original Message - From: Mark Pease [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 3:43 AM Subject: How to set and verify -Xmx and -Xms settings in Windows I am really having

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-03-12 Thread billbarker
billbarker2003/03/12 22:17:53 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: Initial support to do a redirect to a directory where the URL doesn't end in '/'. This prevents browsers from becoming confused when they get a 401 response for e.g. /foo.

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java

2003-03-12 Thread billbarker
billbarker2003/03/12 22:24:10 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java Log: Make the Mapper 'redirectDirectories' setting configurable. Revision ChangesPath 1.18 +17 -1

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-03-12 Thread Costin Manolache
[EMAIL PROTECTED] wrote: billbarker2003/03/12 22:17:53 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: Initial support to do a redirect to a directory where the URL doesn't end in '/'. This prevents browsers from becoming confused when they get

DO NOT REPLY [Bug 17910] - exception while loading admin context

2003-03-12 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=17910. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12140] - Administration webapp does not start - cant load struts.jar

2003-03-12 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=12140. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17948] New: - error reported with Tomcat 4.1.18

2003-03-12 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=17948. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Better option, Resin or mod_jk2

2003-03-12 Thread Barry Jones
I've just started hearing a little bit about both and I was wondering what the rest of you consider the best option. Any reasons in particular? Thanks! Barry = Barry W. Jones III [EMAIL PROTECTED] Life is like a dogsled team; if you ain't the lead dog, the scenery never changes. - Lewis