RE: Realtime Log File Viewer

2002-09-20 Thread Dennis Doubleday
tail is also included in the cygwin distribution. Install that and it make your Win2k box much more useful. :-) http://cygwin.com/ -Original Message- From: Nicholas Orr [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 5:05 AM To: 'Tomcat Users List' Subject: RE:

RE: Java Development Environment for Emacs - anybody tried it ???

2002-09-17 Thread Dennis Doubleday
Now, now, this is Emacs. You don't have to accept anything you don't like :-) Try: M-x customize-variable jde-gen-kr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Software caused connection abort

2002-06-20 Thread Dennis Doubleday
) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java: 1107) at java.lang.Thread.run(Thread.java:536) Dennis Doubleday email: [EMAIL PROTECTED] Right Hand Manager Software web: http://www.righthandmanager.com -- To unsubscribe, e-mail: mailto

RE: Help using JDBC realm with MySQL

2002-04-12 Thread Dennis Doubleday
Sorry, if relaxAutocommit didn't work for you, I'm stumped. I was getting the same exception until I added the parameter. Now, I wasn't using JDBC realm...but that's why the parameter is provided, to prevent that error. -Original Message- From: Shawn A. Wilson [mailto:[EMAIL

RE: Help using JDBC realm with MySQL

2002-04-11 Thread Dennis Doubleday
Add the following parameter to your connection URL: relaxAutocommit=true So it should look like: jdbc:mysql://localhost/peopleshare?relaxAutocommit=trueuser=hiddenpass word=hidden -Original Message- From: Shawn A. Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002

CATALINA_HOME vs. TOMCAT_HOME

2001-08-14 Thread Dennis Doubleday
These two environment variable names seem to be used interchangeably in various installation documents and discussions. Are they in fact interchangeable (i.e. I can set one or the other and it doesn't matter which)? - Dennis Doubleday

Re: CATALINA_HOME vs. TOMCAT_HOME

2001-08-14 Thread Dennis Doubleday
At 01:03 PM 8/14/01, you wrote: On Tue, 14 Aug 2001, Dennis Doubleday wrote: These two environment variable names seem to be used interchangeably in various installation documents and discussions. Are they in fact interchangeable (i.e. I can set one or the other and it doesn't matter

Re: ArrayList vs. Vector

2001-04-24 Thread Dennis Doubleday
to serve all requests, or other long-lived objects (i.e., don't do that unless you use single thread model, which you really don't want to do.) - Dennis Doubleday email: [EMAIL PROTECTED] yourfit.com, Inc. web: http

RE: Why use apache

2001-02-01 Thread Dennis Doubleday
to replace that restart-on-failure feature? - Dennis Doubleday email: [EMAIL PROTECTED] yourfit.com, Inc. web: http://www.yourfit.com/ - To unsubscribe

Re: session variables in a server farm

2001-01-31 Thread Dennis Doubleday
ejb layer. But we'd like to not have to do a remote call just for authentication purposes. - Dennis Doubleday email: [EMAIL PROTECTED] yourfit.com, Inc. web: http://www.yourfit.com

Re: session variables in a server farm

2001-01-31 Thread Dennis Doubleday
to log in again (or you might be able to transparently log them in again), but that should be rare. - Dennis Doubleday email: [EMAIL PROTECTED] yourfit.com, Inc. web: http://www.yourfit.com