RE: Sessions - bug in Tomcat 4.1.24

2003-06-12 Thread deacon Marcus
Hello, -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 2:17 AM To: Tomcat Developers List Subject: Re: Sessions - bug in Tomcat 4.1.24 - Original Message - From: deacon Marcus [EMAIL PROTECTED] To: [EMAIL PROTECTED

Private vs. protected?

2003-06-12 Thread deacon Marcus
Hello, I've noticed many times that most, well, 'privates' in Tomcat (and many other Jakarta projects) are private, while having them protected would greatly ease coding any derivated classes, why? Greetings, deacon Marcus

Sessions - bug in Tomcat 4.1.24

2003-06-11 Thread deacon Marcus
ManagerBase)) { recycle(); } } Greetings, deacon Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Feature request - context as a vhost and a sub-dir

2002-02-03 Thread Deacon Marcus
Hi, Would it be possible for contexts to exist as a vhost (cntxt.domain.ext) and a sub-dir (www.domain.ext/cntxt) at the same time? Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

ClassLoader priorities?

2002-02-03 Thread Deacon Marcus
Hi, Is it possible to override single classes in Tomcat by placing .class files in server/classes? If a .class exists both in /lib/somejar.jar and /classes/package/class.class which one is used? Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: PageCaching Feature

2002-02-03 Thread Deacon Marcus
Hi, Check http://www.opensymphony.com/oscache/ , you may find it interesting. Greetings, deacon Marcus -Original Message- From: Gunnar Wagenknecht [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 03, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: PageCaching Feature Hi! I'm

I18n

2002-02-03 Thread Deacon Marcus
and normal requests? Any suggestions where to start? I have most of the code ready, I'm just not sure where to plug it in for best results / stability. Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Tomcat chaining ?

2001-12-29 Thread Deacon Marcus
of problems with implementing slave connector. It would be easy to just tunnel HTTP requests once host: header is known, but here's the first problem - request.getRemoteAddr would return master Tomcat's IP. Any suggestions/hints? Greetings, deacon Marcus ~ HELP STARVING JAVA PROGRAMMER

[OT] Feedback on Java?

2001-12-29 Thread Deacon Marcus
to duplicate every line, which technically is (c) infringment afair) - no big deal, took less than an hour including testing, but it's pretty strange noone thought about including something so basic from v. 1.0 to 1.4. Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL

RE: Tomcat4, taglibs, and pageContext.include

2001-11-14 Thread Deacon Marcus
Hi, -Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 10:42 PM To: Tomcat Developers Mailing List Subject: RE: Tomcat4, taglibs, and pageContext.include Hi, I need to upgrade to latest T4 ASAP, and I need to have my tags working

RE: Tomcat4, taglibs, and pageContext.include

2001-11-12 Thread Deacon Marcus
the problem's worth a paragraph or two (plus links to downloadable patch) in FAQ? Greetings, deacon Marcus -Original Message- From: Rickard Öberg [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 27, 2001 4:14 PM To: [EMAIL PROTECTED] Subject: Tomcat4, taglibs, and pageContext.include

RE: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Deacon Marcus
, it may be sort of insolence on my part, but I'm really concerned about the future of Tomcat and such things are potentially jeopardizing it, so I would like to propose in the name of my team to vote on this. +0 /Rickard Greetings, deacon Marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: Filters on error/index pages

2001-10-26 Thread Deacon Marcus
Thanks, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Friday, October 26, 2001 1:58 AM To: [EMAIL PROTECTED] Subject: RE: Filters on error/index pages On Thu, 25 Oct 2001, Deacon Marcus wrote: Date: Thu, 25 Oct

RE: Filters on error/index pages

2001-10-25 Thread Deacon Marcus
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Thursday, October 25, 2001 12:26 AM To: [EMAIL PROTECTED] Subject: Re: Filters on error/index pages On Wed, 24 Oct 2001, Deacon Marcus wrote: Date: Wed, 24 Oct

Filters on error/index pages

2001-10-24 Thread Deacon Marcus
headaches so my iq and concentration ability are at 25% normal, and my deadlines are near :( Thanks in advance, greetings, deacon Marcus

[half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
what it used to be... so I need some kind of 100% java java compiler. And, I have no idea where to search for one. Of course, there's dozens, but it must be both stable and compatible with JDK 1.1 - 1.4. Greetings, deacon Marcus p.s. Is it ok for me to use org.apache.jjc (or org.apache. whatever

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
Hi, From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 2:35 AM To: [EMAIL PROTECTED] Subject: Re: [half-off-topic] Java Compilers Hi, On Thu, 4 Oct 2001, Deacon Marcus wrote: There would be two classes, CompileUnit and CompileContext. First, you

tools.jar, javac and JDK 1.4b2

2001-10-03 Thread Deacon Marcus
Hi, Are there any actions taken to convince Sun to leave tools.jar and javac as they were in JDK 1.4b1 and before? JDK 1.4 is still beta 2, so it's not too late for that, right? Greetings, deacon Marcus ~ HELP STARVING JAVA PROGRAMMER: If you need cheap and reliable JSP hosting, please

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
the source code and just spew out bytecode directly based on the XML file you're reading. Also, I have JDK 1.2 implementation of Dynamic Proxies that you're welcome to look at, based on the aforementioned article. Aaron Greetings, deacon Marcus ~ HELP STARVING JAVA PROGRAMMER: If you need

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
] list, about the potential contribution of the bcel library to Jakarta. Thanks, I'll take a look. It would be quite interesting if BCEL and/or your code could be used to create the generated classes for JSP pages without going through a Java compiler. Greetings, deacon Marcus p.s. Is it ok

Logging - where?

2001-10-02 Thread Deacon Marcus
logging, move to Log4j instead of this. Greetings, deacon Marcus ~ HELP STARVING JAVA PROGRAMMER: If you need cheap and reliable JSP hosting, please contact [EMAIL PROTECTED] (from 12$/m for 50mb WWW + 20mb mail)

Tomcat logging and xml

2001-09-04 Thread Deacon Marcus
Hi, I was wondering, why Tomcat isn't using JDOM and/or Log4j? They're great APIs, much clearer than what's used currently. Greetings, deacon Marcus

Another funny thought this time about PHP

2001-09-04 Thread Deacon Marcus
files processed by Apache except those meant for Tomcat, reverse the roles - make Apache slave of Tomcat, and use it only for, for example, php, while using Tomcat for everything else including static content. Greetings, deacon Marcus

Tomcat fan-sites, plushies, etc

2001-09-04 Thread Deacon Marcus
Hi, Are there any Tomcat fan-sites? Not support, help, etc, but _fan_ sites? Are there any Tomcat mugs, posters, plushies, etc? One of my co-workers threatens me she'll hurt me if I won't get a Tomcat plushie for her... ;/ Greetings, deacon Marcus p.s. Great work. Great-great-great work. I

RuntimeException handling in WebApp initialization

2001-08-26 Thread Deacon Marcus
because it's availabe in logs, and writing in would probably scroll exception name and message off-screen (not all environments have scrolling on command line) which would defeat its purpose on making this info available instantly. Greetings, deacon Marcus p.s. I'm using Tomcat 4.0 b6

RE: CGI wrapper in Tomcat 4.0 b7

2001-08-18 Thread Deacon Marcus
don't know, after hearing people running Tomcat as root, I feel we really should!) You mean it's _enabled_ by _default_ ?? /me is running to his server's console to immediately disable CGI before one of his customers find out it's enabled and it's too late ;/ Greetings, deacon Marcus

RE: CGI wrapper in Tomcat 4.0 b7

2001-08-18 Thread Deacon Marcus
Hi, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Sunday, August 19, 2001 1:17 AM On Sun, 19 Aug 2001, Deacon Marcus wrote: Hi, -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18

RE: Servllet

2001-08-05 Thread Deacon Marcus
Time to go back to the old good java tutorial, I guess. Ever heard of autoloading and threads? And, was it _that_ important to post it six times or my mailbox went crazy? Greetings, deacon Marcus p.s. NTFG p.s.2 Is there a way to moderate newcomers? p.s.3 How often you get method/class

Non-web .jsp templates ?

2001-07-29 Thread Deacon Marcus
? If not, do you think it's something with enough demand to release it when it's late-beta? The discussed approach was to include a jsp-template inside of a custom tag redirecting it to a specified e-mail address/list on an itermediate (process and forward type) jsp page. Greetings, deacon Marcus

RE: Funny thought about version numbering...

2001-07-28 Thread Deacon Marcus
Hi, From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] On Sat, 28 Jul 2001, Deacon Marcus wrote: Hi, I'm using (very ligthly) modified Tomcat 4.0 b5 for almost as long as it was out (b3 before, but I'm not sure), and found it rock-stable so far, not a single failure on neither

RE: Funny thought about version numbering...

2001-07-27 Thread Deacon Marcus
say yes, let me inform you it's a two-years old installation of 98 SE upgraded from 98. To be more exact, it doesn't always crash, but on average after 4 hours it either crash or is almost dead from memory / resources leaks. Greetings, deacon Marcus - Original Message - From: Deacon

RE: Hello !

2001-07-12 Thread Deacon Marcus
Greetings, deacon Marcus

RE: '_' - 0x5f and Jasper

2001-07-08 Thread Deacon Marcus
Hi, I'm not sure everything is ok on my systems with names containing _, but at least it looks so. I use _ at the begining of a filename to mark it as hidden, and use it only in templates / includes / etc, and they work perfectly ok. Greetings, deacon Marcus -Original Message- From

RE: Question on HTTPConnector.

2001-07-08 Thread Deacon Marcus
than N -- that will just cause response times to slow down for everyone. Any info on this is greatly appreciated. Thanks, Kumar. Craig Greetings, deacon Marcus

PATCH: Aliases again - this time tested and working, but...

2001-06-16 Thread Deacon Marcus
(); while( st.hasMoreTokens() ) { addAlias( st.nextToken().trim() ); } // * patch end String oldName = this.name; this.name = name; support.firePropertyChange(name, oldName, this.name); } = Greetings, deacon Marcus

RE: [j-t-c] OS poll = [j-t-c] webserver poll

2001-06-13 Thread Deacon Marcus
___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 Greetings, deacon Marcus

Tomcat 4.0 b6

2001-06-13 Thread Deacon Marcus
Hi, When will next beta be available? If it's still unknown, could someone tell me which is the last more-or-less stable night build? Thanks in advance, deacon Marcus

RE: Problems with aliased hosts (ver 4.0b5) - please help

2001-06-11 Thread Deacon Marcus
Hi, Please, if you don't have the time to fix it or it's low priority let me know which classes control this behavior so I could try to fix it myself. Thanks in advance, deacon Marcus -Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 09, 2001

RE: [j-t-c] OS poll

2001-06-11 Thread Deacon Marcus
: Win 98 se / me Deployment: RedHat 7.1 Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 Greetings, deacon Marcus

Problems with aliased hosts (ver 4.0b5)

2001-06-09 Thread Deacon Marcus
? This is critical to me, I have to have it working next week. Thanks in advance, deacon Marcus

RE: Problems with aliased hosts (ver 4.0b5)

2001-06-09 Thread Deacon Marcus
I almost forgot - defining two hosts is out of question - some application-scope objects wouldn't work. -Original Message- From: Deacon Marcus [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 09, 2001 12:27 AM To: [EMAIL PROTECTED] Subject: Problems with aliased hosts (ver 4.0b5