RE: jakarta-tomcat-4.0.3.exe

2002-03-20 Thread Randy Layman
This question will be better answered on the [EMAIL PROTECTED] list. Randy -Original Message- From: Jian Hu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 4:15 PM To: [EMAIL PROTECTED] Subject: jakarta-tomcat-4.0.3.exe Hi, I am a loyal user of

RE: Who Do I Contact to add a new Jakarta project

2002-03-04 Thread Randy Layman
See http://jakarta.apache.org/site/newproject.html for information about adding a project to Jakarta. Projects aren't allowed in without at least some form of established community around the project that will continue to support it once you lose interest. A good place to build this

RE: Tomcat 4.0.2 bug?

2002-02-22 Thread Randy Layman
Take this to [EMAIL PROTECTED], they can help you. Randy PS There are a lot of people using TC 4.02 and they don't report this behavior. -Original Message- From: Carl Meredith [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 9:46 AM To: '[EMAIL

RE: jdbc driver an ms access

2002-01-07 Thread Randy Layman
Before anyone uses this, I would suggest you look at the bugs in the BugParade about the bridge. Its not thread-safe, which can cause significant problems for a multi-threaded environment like Tomcat. It can be used, but you must be careful in your usage or else you will cause yourself

RE: Exception number: c0000005 (access violation)

2001-12-07 Thread Randy Layman
Stop using the JDBC-ODBC bridge. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 2:02 PM To: [EMAIL PROTECTED] Subject: Exception number: c005 (access violation) Hello There, I m badly affected by this problem , pls

RE: Dr. Watson Error , Causes Tomcat Crash

2001-11-20 Thread Randy Layman
Are you, perhaps, using the JDBC-ODBC bridge? 99% of the time this is the reason that people complain about crashes on Windows - you are using a piece of software that is experimental and not thread safe (the bridge) and its causing the JVM to crash. Switch to different database

RE: Problem to Start Tomcat 3.2.3

2001-11-15 Thread Randy Layman
Try running tomcat.bat run from a command line and your error message should stay on the screen. Randy -Original Message- From: Slim Driss [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 1:25 PM To: Jakarta General List Subject: Problem to Start Tomcat 3.2.3

RE: [OT] Servlets better for most companies!

2001-08-24 Thread Randy Layman
-Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 10:14 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Servlets better for most companies! Kevin Burton wrote: It is totally illogical isn't it? The only only explanation is one my

RE: tomcat and java clients

2001-08-24 Thread Randy Layman
This is the type of thing that a lot of people are talking Web Services and SOAP about. SOAP is all about message passing between clients and servers, allowing the clients to be written in any language you want. (There's also a lot of marketing hype around SOAP so remember to

RE: What are we doing in regards to JDK 1.4?

2001-06-22 Thread Randy Layman
-Original Message- From: Endre Stølsvik [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 3:59 AM To: [EMAIL PROTECTED] Subject: Re: What are we doing in regards to JDK 1.4? Isn't it actually quite cool that Sun is including lots of functionality with it's Java

RE: Technical Reviewer Needed

2001-05-07 Thread Randy Layman
I might be interested. What level of time commitment are we talking about (would 2 hours a night plus weekends be fast enough)? Is any prior editing experience required, or is just using Tomcat enough? (By the way, I would probably be qualified to do the entire book as well).

RE: 3.2.2?

2001-02-23 Thread Randy Layman
It can be built from the CVS sources, but it has not yet been made into a release as far as i know. Randy -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Friday, February 23, 2001 3:38 PM To: [EMAIL PROTECTED] Subject: 3.2.2? Hi All, I'm

RE: socket write error

2001-02-22 Thread Randy Layman
d'origine- De : Randy Layman [mailto:[EMAIL PROTECTED]] Envoy : mer. 21 fvrier 2001 21:28 : [EMAIL PROTECTED] Objet : RE: socket write error Its not a problem. Its your web browser realizing that it already has an update copy of the resource (image, CSS, html, etc) and deciding to save

RE: socket write error

2001-02-21 Thread Randy Layman
Its not a problem. Its your web browser realizing that it already has an update copy of the resource (image, CSS, html, etc) and deciding to save some network bandwidth and close the socket. To not see this message any more you need to move your logging one level up from the

RE: Access to Environment Variables

2001-02-19 Thread Randy Layman
Actually, that is not what that message means. The Class compiler error is because ant.jar is in your java/lib/ext directory. I don't know why, but Ant doesn't work when its jar file is there - it simply needs to be added to the classpath or specified on the java command line.