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 -

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

Sessions - bug in Tomcat 4.1.24

2003-06-11 Thread deacon Marcus
/ Remove this session from our manager's active sessions [...] // We have completed expire of this session setValid(false); // <<<<<<<<<<<<<<<<<<<<<<<<<<<<<< expiring = false; if ((manager != null) && (manager

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]>

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 Fea

Private vs protected in org.apache.catalina.core.*

2002-02-03 Thread Deacon Marcus
Hi, Why so many things in org.apache.catalina.core.* are private instead of protected? Even the smallest changes in subclasses requires copy-pasting pages of code since most utility methods are private while they could as well be protected :/ Greetings, deacon Marcus -- To unsubscribe, e-mail

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/.jar and /classes//.class which one is used? Greetings, deacon Marcus -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands,

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]>

[OT] Feedback on Java?

2001-12-29 Thread Deacon Marcus
cal (since everything was private I had 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 --

Tomcat "chaining" ?

2001-12-29 Thread Deacon Marcus
cat, but there could be a number 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 suggestion

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,

RE: Tomcat4, taglibs, and pageContext.include

2001-11-12 Thread Deacon Marcus
re"? And, maybe 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 PROTEC

RE: Tomcat4, taglibs, and pageContext.include

2001-10-28 Thread Deacon Marcus
fix it? If specs are unclear why not make some kind of "strict vs common-sense" flag in config files for cases like this? Since I commited next to nothing, it may be sort of insolence on my part, but I'm really concerned about the future of Tomcat and such things are potentially jeopardi

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

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

Filters on error/index pages

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

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
ng on the > [EMAIL PROTECTED] 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 Ja

RE: [half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
ou may want to skip > 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 > Greeti

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, p

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 cla

[half-off-topic] Java Compilers

2001-10-03 Thread Deacon Marcus
DK 1.4b2, tools.jar just isn't 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

Logging - where?

2001-10-02 Thread Deacon Marcus
hange 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 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-gre

Another funny thought this time about PHP

2001-09-04 Thread Deacon Marcus
model, all 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 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

RuntimeException handling in WebApp initialization

2001-08-26 Thread Deacon Marcus
I'd say stack trace isn't necessary here 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
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.

RE: CGI wrapper in Tomcat 4.0 b7

2001-08-18 Thread Deacon Marcus
CGI execution in the default > configuration? I 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: 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/clas

Non-web .jsp templates ?

2001-07-29 Thread Deacon Marcus
, 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 f

RE: Funny thought about version numbering...

2001-07-27 Thread Deacon Marcus
s on average. Wanna bet ? Before you 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, d

Funny thought about version numbering...

2001-07-27 Thread Deacon Marcus
t to know), while my Windows _final_ with every possible service pack and security patches crashes about every 4 hours on average. I love you guys :) If such programmers would work in M$ since its begging we would had (stable) Windows XP in 1985-1990. Greetings, deacon Marcus

RE: Hello !

2001-07-12 Thread Deacon Marcus
gt; System.out.println("Lecture des paramètres de configuration de > l'application impossible."); > System.exit(1); > } > } > > // method called by other servlets > public String m1(ServletOutputStream out) { > > // uses init parameters such as P1 and returns a result > ... > } > /** > > thanks for any help > > Stéphane Greetings, deacon Marcus

RE: Question on HTTPConnector.

2001-07-08 Thread Deacon Marcus
ou want your server to handle, based on the > hardware capabilities and the processing requirements of your > application. For example, if your response time starts going through the > roof once you exceed N simultaneous requests (because you've encountered > some sort of bottleneck), it doesn't make sense to set maxProcessors > higher 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

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, dea

RE: Timing-out servlet execution

2001-07-03 Thread Deacon Marcus
.stop(). It, as the name implies, stops ;> The difference is, stop() is implemented, and while it's not recommended (deprecated) it's working and it's relatively safe. Greetings, deacon Marcus -Original Message- From: Renato Weiner [mailto:[EMAIL PROTECTED]] Sent: Tues

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

2001-06-15 Thread Deacon Marcus
ken().trim(); 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

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: [j-t-c] OS poll => [j-t-c] webserver poll

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

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

2001-06-11 Thread Deacon Marcus
Aliases[i] = aliases[i]; newAliases[aliases.length] = alias; aliases = newAliases; // <<== replace old array with new one // Inform interested listeners fireContainerEvent(ADD_ALIAS_EVENT, alias); - Thanks in advance, deacon Marcus > -Original Message

RE: [j-t-c] OS poll

2001-06-11 Thread Deacon Marcus
p; users ... > > I: Redhat 6.2 / 7.1 Development: 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

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

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 alia

Problems with aliased hosts (ver 4.0b5)

2001-06-09 Thread Deacon Marcus
indows/hosts depending on platform. I hope I'm wrong, but it looks like is just not implemented ?? Is this a known problem? Is there any workaround? Could someone give me working example of such configuration? This is critical to me, I have to have it working next week. Thanks in advance, deacon Marcus