Re: I have some new FormAuthenticator code for Tomcat.

2005-06-29 Thread D M
Mark, Thanks for the reply. Sorry it took me a bit to get back to you on this. Comments inline. >>OK. I see this as just being a password that is so long that it has >>to be written down (eg on the USB key) and physically carried around >>by the user. There is an interesting debate here as to

Re: I have some new FormAuthenticator code for Tomcat.

2005-06-27 Thread D M
Hi Mark, Thanks for your comments. My responses inline. >1. Your reference to sending an encrypted user certificate file to the >server demonstrates a lack of understanding of PKI that undermines my >confidence that you know what you are doing when it comes to security. I think I wasn't being

I have some new FormAuthenticator code for Tomcat.

2005-06-27 Thread D M
Hi, I've been working on some code for Form authentication in Tomcat that I think you all might be interested in. In addition to implementing the current J2EE/Servlet spec for authentication (i.e. j_security_check with two keys: j_username, j_password authenticated with the Realm), it also off

mod_jk error handling question

2004-12-17 Thread Paulsen, Jay M
I apologize for the cross post, but I didn't receive any responses from the user list so I thought I'd try here. Environment: Apache 2.0.52 mod_jk 1.2.7-beta-2 Tomcat 5.5.4 I've set up Tomcat with and AJP1.3 Connector to handle requests for web apps from Apache. I'd like to be able to set up an

Michael Buryk/PUBS/STAFF/US/IEEE is out of the office.

2004-10-20 Thread m . buryk
I will be out of the office starting 10/19/2004 and will not return until 10/25/2004. I will respond to your message when I return. For any questions regarding the IEEE Job Site, please contact [EMAIL PROTECTED], or call Deb Grant at 732-981-3420, or e-mail her at [EMAIL PROTECTED] For question

Michael Buryk/PUBS/STAFF/US/IEEE is out of the office.

2004-09-09 Thread m . buryk
I will be out of the office starting 09/08/2004 and will not return until 09/20/2004. I will respond to your message when I return. For any questions regarding the IEEE Job Site, please contact [EMAIL PROTECTED], or call Deb Grant at 732-981-3420, or e-mail her at [EMAIL PROTECTED] Thanks. --

Michael Buryk/PUBS/STAFF/US/IEEE is out of the office.

2004-09-06 Thread m . buryk
I will be out of the office starting 09/02/2004 and will not return until 09/07/2004. I will respond to your message when I return. For any questions regarding the IEEE Job Site, please contact [EMAIL PROTECTED], or call Deb Grant at 732-981-3420, or e-mail her at [EMAIL PROTECTED] Thanks. --

Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread Jess M. Holle
Didn't 1.2.4 also fix the hook precedence for Apache 2 from 1.2.3 where Alias and mod_jk did not get along? [In my testing it sure fixed this and it seems it should go into the change notes.] -- Jess Holle [EMAIL PROTECTED] wrote: glenn 2003/06/10 06:37:10 Modified:jk/native CHANGE

Re: mod_jk 1.2.4 release Monday 6/9

2003-06-10 Thread Jess M. Holle
Monday came and went. Is there a new ETA? Glenn Nielsen wrote: So far there have been no problems reported with mod_jk 1.2.4 except for one minor documentation typo which has been fixed. If I don't see any problems reported from further testing before Monday I will make the mod_jk 1.2.4 source r

Re: mod_jk 1.2.4 release Monday 6/9

2003-06-06 Thread Jess M. Holle
Without diffing the sources, can you point out whether this is solely in the build machinery or also involved a source code change? Glenn Nielsen wrote: A bug was reported with the linux build with Apache 2.0.46 with libtool. This has been fixed and an updated mod_jk 1.2.4 source distribution f

Re: mod_jk 1.2.4 test release distribution available

2003-06-03 Thread Jess M. Holle
I also did quick, basic testing on HPUX 11 with good results. Jess M. Holle wrote: It works fine in very basic testing with Apache 1.3.27 EAPI on: * Windows * Solaris 8 * AIX 4.3.3 - To unsubscribe, e-mail: [EMAIL

Re: mod_jk 1.2.4 test release distribution available

2003-06-03 Thread Jess M. Holle
P.S. When do you think this could be elevated to an official release? Also, please make it very clear if anything beyond the docs, changes between the test release and the official. [Thanks.] -- Jess Holle Jess M. Holle wrote: It works fine in very basic testing with Apache 1.3.27 EAPI on

Re: mod_jk 1.2.4 test release distribution available

2003-06-03 Thread Jess M. Holle
It works fine in very basic testing with Apache 1.3.27 EAPI on: * Windows * Solaris 8 * AIX 4.3.3 [Yes, I built and tested these against my EAPI (with MM as well on UNIX) Apache builds, but they're otherwise unaltered sources.] -- Jess Holle Jess M. Holle wrote: It works fine

Re: mod_jk 1.2.4 test release distribution available

2003-06-03 Thread Jess M. Holle
It works fine with Apache 2.0.46 on Windows. This includes the Alias use case that did not work with 1.2.3. I'll build against 1.3.27 on Solaris and AIX shortly. -- Jess Holle Glenn Nielsen wrote: Has anyone had a chance to build and test the mod_jk 1.2.4 distribution below? THe only person I

Re: [5.0] Xerces 2 impact on startup

2003-04-12 Thread Jess M. Holle
Given that Xerces is a heavier (byte-code-quantity-wise) implementation, I would guess that initial classload of this would take substantially longer than Crimson for starters. The more interesting/worrisome bit is if additional operations thereafter are much slower... Remy Maucherat wrote: J

Re: Why does Tomcat use xerces under java 1.4 instead of the internaljvm classes?

2003-04-02 Thread Jess M. Holle
BTW - in the web.xml files that I write I usually remove the declaration on the top ( to make sure the validation doesn't happen ). I can't recall which servlet engine I saw this in, but I have seen at least one servlet engine that rejected web.xml unless it contained the expected DTD declar

Re: Connector issues

2003-04-01 Thread Jess M. Holle
Jeff Tulley wrote: There are some real problems with the Coyote Connectors right now. The main problem biting me (and a few others recently) is bugzilla bug # 10229 - form parameters not being preserved across a login redirection. The answer given on the user list (by me also) is typically, "Use a

Re: [4.1.23] Tag soon

2003-03-15 Thread Jess M. Holle
I'm not a commiter or any such, but: I'd much sooner see a stable release as soon as possible that rolls in all the improvements since 4.1.18, than wait to remove some extra baggage. Remy Maucherat wrote: Hi, I plan to tag 4.1.23 soon. The big question remaining is if we remove, or not, the c

Re: [4.1.22] Tag later this week

2003-03-04 Thread Jess M. Holle
Remy Maucherat wrote: I plan to tag 4.1.22 later this week. The idea is to allow getting some reports on the stability of 4.1.21, and port the last JSPC patch from TC 5 (for mangling). And then we'll have our next stable release for 4.1.x :) Remy Thanks for the info and all the effort!

Re: [ANN] Apache Tomcat 4.1.21 Beta released

2003-03-03 Thread Jess M. Holle
Remy Maucherat wrote: Jess M. Holle wrote: I thought the overwhelming vote was for "Stable" -- or did I misread/miscount the tallies? [Desparately awaiting the next officially "Stable" version of 4.1.x...] Unfortunately, there's a minor security issue in it (bug 175

Re: [ANN] Apache Tomcat 4.1.21 Beta released

2003-03-03 Thread Jess M. Holle
I thought the overwhelming vote was for "Stable" -- or did I misread/miscount the tallies? [Desparately awaiting the next officially "Stable" version of 4.1.x...] -- Jess Holle Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.21 Beta. Tomcat 4.1.

Re: [4.1.21] New tag and upcoming vote

2003-02-24 Thread Jess M. Holle
Remy Maucherat wrote: Hi, Since the needed fix to Jasper was integrated in the 4.1.x branch, I plan to tag and release a 4.1.21 version of Tomcat (and I hope it will then be voted as a beta :) ). Since the amount of changes between 4.1.20 and 4.1.21 is minimal, I plan to post the stability vo

JNDIRealm feature enhancements

2003-01-10 Thread Bradley M. Handy
After setting up a JNDIRealm for the Manager app, I noticed after a while the connection times out and returns NULL automatically.  I was wondering, if instead of returning NULL, JNDIRealm to try to reconnect and then authenticate, and then return NULL, if a failure results from that attemp

Re: hello

2003-01-09 Thread M
Dan Agarlita wrote: > > I want to know how can I modify the 404 Error page. > I want to put another page. Is a param? Or I have to modify some classes > ? > > :) 10x, dan I think you would be better off asking on the tomcat-users list... And no you don't have to modify a

Re: [VOTE] Tomcat 4.1.18 release

2002-12-19 Thread Jess M. Holle
I'm not a commiter (so no real vote), but I was just on the verge of patching in these very fixes into 4.1.17 as it is useless to me without them. I would *REALLY* appreciate a speedy 4.1.18 release. -- Jess Holle Remy Maucherat wrote: A bug exists (unfortunately) in Tomcat 4.1.16 and Tomcat

Re: [4.1.17] Tag soon ?

2002-12-12 Thread M
M wrote: > > Remy Maucherat wrote: > > > > I don't see any major issues with 4.1.16, so I plan to tag 4.1.17 (which > > hopefully would be the next stable build) tomorrow after a few more > > minor tweaks. > > > > There was a report made

Re: [4.1.17] Tag soon ?

2002-12-09 Thread M
've been monitoring the list. Should I raise a bug instead of emailing the list? -- Regards, M Martin Sillence PR Newswire DL +44 (0)1865 78 5065 F +44 (0)1865 78 5100 W www.prnewswire.eu.com --- Any views or opinions are solely those of the author and do no

Re: Apache Tomcat 4.1.16 AJP not working

2002-12-03 Thread M
Henri Gomez wrote: > > M wrote: > > Looking at the netstat on the machine I can see tomcat is bound to the > > port 8009 and can connect to it with telnet, apache works if I go back > > to tomcat 4.1.14. > > > >>From the apache logs: > > >

Apache Tomcat 4.1.16 AJP not working

2002-12-03 Thread M
end loop 0 As we're using apache 1.3 and can't use warp it's fairly critical to us... should I raise a bug report? -- Regards, M Martin Sillence PR Newswire DL +44 (0)1865 78 5065 F +44 (0)1865 78 5100 W www.prnewswire.eu.com --- Any views or o

Re: tomcat & appache request parameters getting lost

2002-12-02 Thread M
M wrote: > > Hi, > > I'm using apache 1.3.26 with the mod_jk connector to tomcat 4.1.12 > > The below jsp includes a servet which is unable to access the parameters > on the request url e.g. http://host.net/testInclude.jsp?test=test > Removing a line from the test

tomcat & appache request parameters getting lost

2002-11-29 Thread M
778 bytes: <%@ page language="java" session="true" %> Access Reports -- Regards, M Martin Sillence PR Newswire DL +44 (0)1865 78 5065 F +44 (0)1865 78 5100 W www.prnewswire.eu.com --- Any views or opinions are sol

Re: symlinks in test build 4.1.14 not working

2002-11-06 Thread M
Remy Maucherat wrote: > > M wrote: > > > Hi, > > > > I was testing the 4.1.14 build in the hope it will fix the follow > > symlinks outside the basedir problem we have. > > With a normal config I can not browse the directory structure or access > >

symlinks in test build 4.1.14 not working

2002-11-06 Thread M
any files. Below is the relevant extract of the config I'm useing as gleaned by searching the list: -- Regards, M Martin Sillence PR Newswire DL +44 (0)1865 78 5065 F +44 (0)1865 78 5100 W www.prnewswire.e

Re: New JSR on Java(TM) Compiler API

2002-10-11 Thread Neal M Gafter
Kin-Man Chung wrote: > If these are not feasible, then at least include in the API a way to > inform the client of the error locations programmatically. It's in there: "Diagnostics will be returned from a compiler as structured data, with both pre- and post-localization messages a

New JSR on Java(TM) Compiler API

2002-10-11 Thread Neal M Gafter
Tomcat developers- I am starting up a new JSR on an API for invoking a Java Language compiler from within a Java program. A draft of the JSR proposal is enclosed. This API would be very useful anywhere a Java program will want to invoke the Java Compiler, for example ANT rebuilds, Java Server

New JSR on Java(TM) Compiler API

2002-10-11 Thread Neal M Gafter
[I am resending this due the Mozilla's munging of the attachment on the previous try] Tomcat developers- I am starting up a new JSR on an API for invoking a Java Language compiler from within a Java program. A draft of the JSR proposal is enclosed. This API would be very useful anywhere a Jav

Re: Wanted to forward this article on to the Tomcat folks but I can'tsubscribe in order to do it so...

2002-05-29 Thread David M Johnson
Yeah, that is especially fun when you have to telnet into 20 background servers and make the same changes to all 20 config files. It is also fun hitting the docs everytime you need to determine the legal values for a given config variable. That said, I agree with you both: a GUI admin tool shoul

Re: Wanted to forward this article on to the Tomcat folks but I can'tsubscribe in order to do it so...

2002-05-29 Thread David M Johnson
This discussion started as a back-and-forth between Mike Cannon-Brooks and myself - on our weblogs. This culminated in two write-ups: Mike's Is Tomcat Crap http://radio.weblogs.com/0107789/stories/2002/05/28/isTomcatCrap.html And my Tomcat is not Crap http://radio.weblogs.com/0106533/stories/20

Re: Wrong BUILDING.txt

2002-03-25 Thread Jose M. Palomar
That's it. Thanx. Jeff Turner wrote: > On Sat, Mar 23, 2002 at 02:03:39PM +0100, Jose M. Palomar wrote: > >>BUILDING.txt documentation file of CVS Tomcat 4 mentions the download of >> package commons-daemon. I've browsed builds directories searching for &

[PATCH] Tomcat 4 Servlets LocalStrings_es.properties

2002-03-23 Thread Jose M. Palomar
Tralation to spanish of the LocalStrings of the Tomcat 4 Servlets directory. Well first something easy! Simply translating! Hope it works it was the first time using diff -u too :). Regards, -- Jose M. Palomar www.talika.org --- LocalStrings_es.properties.orig Fri Mar 22 19:21:56 2002

Wrong BUILDING.txt

2002-03-23 Thread Jose M. Palomar
BUILDING.txt documentation file of CVS Tomcat 4 mentions the download of package commons-daemon. I've browsed builds directories searching for it and It was missing. What package replace this? -- Jose M. Palomar www.talika.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECT

Re: [VOTE] Final release of Tomcat 3.3.1

2002-03-21 Thread Jose M. Palomar
- Original Message - From: "Larry Isaacs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 10:20 PM Subject: [VOTE] Final release of Tomcat 3.3.1 > I believe it is an appropriate time to release the HEAD of jakarta-tomcat > as Tomcat 3.3.1. Also, as part of th

How to send code?

2002-03-19 Thread Jose M. Palomar
are not a patch. Pleasee could anyone sey me how (I readed all documents of website seeking but found nothing). If anyone want to test or use it are at my website www.talika.org. Thanx to all. - Jose M. Palomar www.talika.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Tomcat source in IDE

2002-03-19 Thread Jose M. Palomar
I'm using Forte CE 3.0 with Tomcat sources without any problem. Did you tried to download the CVS source? You could import the sources using the CVS module of Forte and to build it use the ANT module too ;). For me works. - Jose M. Palomar www.talika.org - Original Message - From:

Where to send code?

2002-03-16 Thread Jose M. Palomar
'll posted them at my website www.talika.org if anyone want to see it. - Jose M. Palomar www.talika.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Status of BASIC authentication in Tomcat4.0-latest?

2001-06-17 Thread David M. Karr
>>>>> "Craig" == Craig R McClanahan <[EMAIL PROTECTED]> writes: Craig> On 16 Jun 2001, David M. Karr wrote: >> What is the status of BASIC authentication in Tomcat4.0-latest? I noticed it >> seems to do nothing. A login di

Status of BASIC authentication in Tomcat4.0-latest?

2001-06-16 Thread David M. Karr
ntication for a real project, but as I'm just getting started absorbing the Tomcat architecture, I find it helpful to try to track problems, no matter how trivial. -- === David M. Karr ; Best Consulting [EMAIL PROTECTED] ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)

Forcing generated JSP code to match package structure

2001-06-16 Thread David M. Karr
the output window says that it hit the breakpoint, but it says "Unavailable source file", even though I can display the source file in the integrated source editor. So am I understanding this situation correctly, or is there something basic that I'm overlooking? -- ====

Poor Tomcat 3.2.2 performance on Win32 with class reloading enabled

2001-06-15 Thread Brett M. Bergquist
is normal and what in the hell is taking so long in "java.io.Win32FileSystem.canonacalize"?  Once I disabled class reloading, by performance and CPU utilization went back to what was present with 3.1.   Thanks for any input.   Brett M. Bergquist Canoga Perkins Corp.

Tomcat Admin Web Interface

2001-06-14 Thread M B
Hello All, In response to the recent postings regarding Tomcat documentation and administration (Re: ~rant~ Docs, user list, etc.), I am willing to contribute much effort in this area. In addition to documentation, I am particularly interested in helping to build an administrative web interface

RE: tomcat and macromedia ultra dev 4.0

2001-05-24 Thread David M Johnson
Title: tomcat and macromedia ultra dev 4.0 This mailing list is really for developers working on the Tomcat servlet container.   You will have a better chance of getting a useful response on the Tomcat user mailing list.   It looks like your problem involves some sort of database connection

Jakarta-nt-service.exe?

2001-04-25 Thread Curry, Timothy M.
Is anyone working on the jakarta-nt-service.exe or its companion wrapper.properties file for Tomcat4 as a Windows NT Service? -T.Mike [EMAIL PROTECTED] < I am new to the tomcat-dev list >

Tomcat log limitations?

2001-03-12 Thread Francisco M. Marzoa Alonso
Ok, the scenario: Who m I? I've no idea about Tomcat, my first contact with it has been an hour ago. I've been LiNUX user for several years and I know how Java servlets serves works, so I think I'm an average system administrator. I've been application programmer for se

Re: cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java

2001-01-05 Thread M.
On 05 Jan 2001 16:35:09 -0800, Hans Bergsten wrote: > "Scott M. Stirling" wrote: > > 1. Doesn't it seem a bit sloppy to leave a bunch of classes loaded that > > will never get dumped unless the server is shutdown? Just a matter of > > elegance, I suppose.

Re: cvs commit: jakarta-tomcat/src/share/org/apache/jasper/compiler Compiler.java

2001-01-05 Thread M.
OK, I am thinking this is a pretty good idea now too, since seeing your and Marc's emails. My last two thoughts on the matter (just playing Devil's advocate): 1. Doesn't it seem a bit sloppy to leave a bunch of classes loaded that will never get dumped unless the server is shutdown? Just a mat

Re: Mud (Was: [OT] Holiday Reading - Refactoring)

2000-12-22 Thread Stein M. Eliassen
Hi, about mud, here is a pattern called "Big ball of mud" by Brian Foote and Joseph Yoder. Read it! http://www.laputan.org/mud/ Regards Stein M. Eliassen System Developer - KPNQwest Norway AS - Business communications @ the speed of light.

Re: Servlet - Jini - Tomcat3.1

2000-11-15 Thread Flávio Rodrigo M. de Carvalho
- Original Message - >Flavio, >It is not clear from your description what you are trying to do. > > . does your server issue a query to obtain a Jini service reference from > a lookup server ? Exactly, my servlet just make an unicast to receive from the lookup server the Registrar (L

Servlet - Jini - Tomcat3.1

2000-11-13 Thread Flávio Rodrigo M. de Carvalho
Hi all, My servlet is getting the following exception when running on Tomcat3.1. This happens when I try to get the reference of a jini service (by a unicast call) : java.lang.ClassCastException: org.apache.tomcat.protocol.WARConnection A friend told me that it is a bug from Tomcat and that

Linking mod_jk for apache 1.3, on HP-UX 11.00

2000-10-27 Thread Brian M. Kelley
loader calls to common/jk_jni_worker.c (to replace the dl*() calls that my 32-bit libraries don't provide); If anyone is interested I can provide diffs. Brian -- Brian M. Kelley Vizdom Software, Inc. [EMAIL PROTECTED] --