Re: Re: virtual host doesn't load database content

2005-10-06 Thread geoff
The person you are trying to contact is no longer available at this email address. Please update your contact info to reflect this. For all things Chopping Block business please contact: Dan Schutzsmith dan at choppingblock.com New Business Manager or for all technical/project questions

Re: Re: New repository org

2005-10-07 Thread geoff
The person you are trying to contact is no longer available at this email address. Please update your contact info to reflect this. For all things Chopping Block business please contact: Dan Schutzsmith dan at choppingblock.com New Business Manager or for all technical/project questions

Re: svn commit: r307071 - /tomcat/build/tc5.5.x/build.properties.default

2005-10-07 Thread geoff
The person you are trying to contact is no longer available at this email address. Please update your contact info to reflect this. For all things Chopping Block business please contact: Dan Schutzsmith dan at choppingblock.com New Business Manager or for all technical/project questions

[CATALINA] M4 source build fails?

2000-11-12 Thread Geoff Soutter
in the build dir rather than the source dir. Is this just another case of me not reading carefully enough or is there a problem in here somewhere? cheers Geoff PS, I noticed during the JMX download that there are two competing download files, the "JMX Instrumentation Reference Implementatio

Tomcat 4.0 m4 filter impl.

2000-12-14 Thread Geoff Soutter
at happens? the login-error.xml is sent to the client directly, without the XSLT transformation. Not nice. Would anyone care to comment on what they think is the right behaviour in these cases, or to clarify my confusion? Cheers Geoff

Re: [tomcat 4.0] Turning off random number seeding

2000-12-17 Thread Geoff Soutter
Jon, I thought the RNG only took around 5 seconds on that kind of machine. Are you sure it's not classloading taking the time? I found removing the manifest from my .jar files can make up to an order of magnitude difference on some servlet engines... Cheers Geoff - Original Message

Tomcat 4.0 current dir problems

2001-01-07 Thread Geoff Soutter
.. cheers Geoff - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

TC4: small suggestion for classloader docs

2001-01-09 Thread Geoff Soutter
maybe it'd be better to get the "build dist" process to extract the docs into a directory separate from the src dir? I didn't think of looking for them there originally... Cheers Geoff - To unsubscribe, e-mail: [EMAIL PROT

Re: small suggestion for classloader docs

2001-01-09 Thread Geoff Soutter
ey were synchronised... :-) Don't blame Craig, it's my fault actually (I added the new system classloader). Ah, yes, I forgot Craig is infallible :-). His code is so clean I almost weep when I read it... Geoff - To unsubscribe, e-ma

Re: An alternative to JSP

2001-01-11 Thread Geoff Soutter
"Jon Stevens" [EMAIL PROTECTED] wrote: on 1/11/01 6:32 PM, "Geoff Soutter" [EMAIL PROTECTED] wrote: Certainly I've never seen what I consider to be a clean way of letting HTML people do HTML and Java people do Java. Yes, I've seen some that are better than othe

Re: An alternative to JSP

2001-01-14 Thread Geoff Soutter
"Jon Stevens" [EMAIL PROTECTED] wrote: on 1/11/01 8:30 PM, "Geoff Soutter" [EMAIL PROTECTED] wrote: [snip] Let me also state that at this point in time, I see Velocity+Turbine as being one of the best solutions out there. I agree it has benefits over JSP, but I do think

Re: An alternative to JSP

2001-01-14 Thread Geoff Soutter
"Jon Stevens" [EMAIL PROTECTED] wrote: on 1/14/01 3:11 PM, "Geoff Soutter" [EMAIL PROTECTED] wrote: "Jon Stevens" [EMAIL PROTECTED] wrote: on 1/11/01 8:30 PM, "Geoff Soutter" [EMAIL PROTECTED] wrote: [snip] Let me also state that at th

Re: Forming an opinion

2001-01-22 Thread Geoff Soutter
getting upset but on the other hand I can't see how we can provide a kind of "virtual padded room" where we can prevent people getting offended without seeming very autocratic. Any ideas how we can effectively deal with opiniona

Re: Forming an opinion

2001-01-22 Thread Geoff Soutter
"Peter Donald" [EMAIL PROTECTED] wrote: At 11:08 23/1/01 +1100, Geoff Soutter wrote: Any ideas how we can effectively deal with opinionated people without muzzling them? don't bother responding to them unless they do things the right way. email them OFF list stating this

Re: Forming an opinion

2001-01-22 Thread Geoff Soutter
"Anil Vijendran" [EMAIL PROTECTED] wrote: Geoff Soutter wrote: JDD said essentially the same thing, it's weird, on one hand I hate to see people getting upset but on the other hand I can't see how we can provide a kind of "virtual padded room" where we can pr

Re: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_uri_worker_map.c

2001-01-22 Thread Geoff Soutter
lution you are proposing. Check the 2.2 servlet spec to understand how mapping is done in a servlet container. geoff - Original Message - From: "James Courtney" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, January 23, 2001 5:43 PM Subject: RE:

Re: Tomcat 3.2 Wins Java Editor's Choice Award!

2001-06-06 Thread Geoff Soutter
Yep. Well done and thanks to all those who put in the hard yards to get where we are today! - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 4:46 PM Subject: Re: Tomcat 3.2 Wins Java Editor's Choice Award! I echo

[T4] servlet including jsp causes jsp to flush buffer?

2001-06-12 Thread Geoff Soutter
()); } and in JspWriterImpl.java public void flush() throws IOException { synchronized (lock) { flushBuffer(); if (out != null) { out.flush(); // Also flush the response buffer. response.flushBuffer(); } } } Geoff -- Keep cool till after school!

[repost] [T4] servlet including jsp causes jsp to flush buffer?

2001-06-13 Thread Geoff Soutter
come on guys, I know you're listening ... :-) is this really a bug or am I missing something obvious? (I'm not really up to speed on Jasper...) If it is I can enter it into bugzilla... geoff - Original Message - From: Geoff Soutter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[t4] FYI: usual problems building according to README...

2001-06-14 Thread Geoff Soutter
\jakarta-tomcat-4.0\build.xml:129: D:\apps\jakarta\src\40b5\jakarta-servletapi-4\docs\api not found. build dist for the servlet API does create javadoc, but they are in the dist\docs\api dir... Apart from that it went well though :-) I'm cookin' with gas now... Geoff -- Keep cool till after school!

Re: [t4] FYI: usual problems building according to README...

2001-06-14 Thread Geoff Soutter
you'd like to comment on the Jasper calling response.flushBuffer() when included from servlet problem I reported the other day??? :-) Its really bugging me not knowing if it's a bug or I'm missing something... Geoff

Re: [t4] FYI: usual problems building according to README...

2001-06-15 Thread Geoff Soutter
should look through CVS to see whos got their paw prints on the 4.0 Jasper mods ... ;-) thanks geoff

[t4] tiny bug in catalina.bat

2001-06-17 Thread Geoff Soutter
Possibly the world's least important bug: echo Usage: catalina ( env | run | start | stop ) Windows thinks | in echo is a pipe command ... geoff -- I hate to advocate weird chemicals, alcohol, violence or insanity to anyone... but they've always worked for me. - Hunter S. Thompson

[t4] classloader bug on session timeout

2001-06-17 Thread Geoff Soutter
) at java.lang.Thread.run(Thread.java:484) Seems that it can't successfully load classes when processing a valueUnBound event? The class that it can't find is available in the same WEB-INF/classes dir as the main servlet class... The same code works fine on t3... Geoff -- I hate to advocate

Re: [repost] [T4] servlet including jsp causes jsp to flush buffer?

2001-06-18 Thread Geoff Soutter
Sorry, my fault. This was actually our code calling stream.flush() which ends up calling response.flushBuffer() (fairly reasonable, really :-). So, looks like the T4 code is beyond reproach, again. Geoff - Original Message - From: Geoff Soutter [EMAIL PROTECTED] To: [EMAIL PROTECTED

[t4] [patch] for inconvenient -config current dir

2001-06-18 Thread Geoff Soutter
if (!file.isAbsolute()) file = new File(System.getProperty(catalina.home) + File.separator + configFile); */ return (file); } Geoff

[tomcat 4] Jasper Status

2001-06-19 Thread Geoff Soutter
is Jasper towards a 4.0 release? Is it going to be refactored before release or are we intending to release it largely as is? Thanks, Geoff -- I hate to advocate weird chemicals, alcohol, violence or insanity to anyone... but they've always worked for me. - Hunter S. Thompson

Re: TC4 base dir

2001-08-27 Thread Geoff Soutter
Craig R. McClanahan [EMAIL PROTECTED] wrote: No, Tomcat 4 doesn't currently have a thing like home -- patches are welcome! But, my point is you don't *need* home to accomplish the goals you have articulated: while we are on a related topic, how about (re) considering this patch? geoff

Re: TC4 base dir

2001-08-27 Thread Geoff Soutter
proposed breakdown: Sounds good to me! Cheers Geoff