RE: Tomcat Spontaneously Restarting System

2001-09-19 Thread Curtis Dougherty

I suspect your class...  They may be trying to trick you into lower the
protection around the class computers in an attempt to gain unauthorized
access.  I have never seen TOMCAT spontansouly do anything that couldn't
be tracked back to humna error.

my-2-cents
cd

-Original Message-
From: C. Schlegelmilch [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 19, 2001 2:23 PM
To: [EMAIL PROTECTED]
Subject: Tomcat Spontaneously Restarting System


Hello all,

I'm teaching a web development class and have the
class develop their apps with Tomcat v3.2.3
Stand-alone on win2k and have been having problems
with it restarting the odd system with the first
request to localhost:8080 after startup (I've had the
same problem with 4.0b7 as well).  There have been no
problems with running on win98.

I've shutdown all personal firewall software as well
as any anti-virus software running in the background. 
This seems to reduce the frequency of these
spontaneous restarts but it still seems to happen on
the odd machine.

Has anybody else had this problem?  I'm hoping there
is an obvious solution that I've been too oblivious to
see.

Thanks,

Craig


Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie



RE: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Curtis Dougherty

You have an additional file to change to make TOMCAT work on any port lower
than 1024...

-Original Message-
From: Brent Hughes [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 8:40 AM
To: [EMAIL PROTECTED]
Subject: RE: I admit it -- I'm too lazy to read the documentation


I was just kidding I'm not really that lazy. I just thought someone would
respond faster if I said that.

I actually already tried to change the one in server.xml to port 80 before I
sent the email. That was probably pretty stupid but I thought it might work
anyway. A full text search of the conf directory only revealed two instances
of 8080, and I tried changing them both to 80, but the thing stopped
working. ***Is what I'm trying to do even possible, or is Tomcat just
designed to require a numerical extension to the URL?*** If it is, that's
okay. I just thought it would be cooler if my URL remained constant.

Did it stop working because of a port conflict on 80?

I actually read most of the docs, and I text searched the doc directory for
8080. Most of the results were just hyperlink examples.

Thanks,
Brent

///
///

-Original Message-
From: Thomas Cherry [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 6:39 AM
To: [EMAIL PROTECTED]
Subject: Re: I admit it -- I'm too lazy to read the documentation


Since you are lazy, why stop with reading at all, just grep the config files
for 8080 and hope it's the right one.

- Original Message -
From: Brent Hughes [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 06, 2001 7:32 AM
Subject: I admit it -- I'm too lazy to read the documentation


 I have the thing running...
 It only works on localhost:8080 though...
 I need to get rid of this 8080 thing.
 If you guys could point me to the right
 section of the docs it would be a big help.

 Thanks,
 Brent





RE: getting started...

2001-08-23 Thread Curtis Dougherty

ZORTAN -

use http://localhost:8080/examples 
or 
http://localhost:8080

cd

-Original Message-
From: Zortan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 11:11 AM
To: [EMAIL PROTECTED]
Subject: getting started...



Hello!

I'm new to Tomcat... The problem is... I've started Tomcat on Win2000 in
a new window - from a shell [command: tomcat startup]... How to test it via
examples? I've set TOMCAT_HOME, JAVA_HOME variables... Just don't know how
to run any example... What are the first steps? There is a folder /webapps
with some servlets but i try to run them (index.html  ) but nothing
happens... Just: How to executre simple HelloWorldServlet example from the
Tomcat package 

And.. .jsp file are not recognized... What should I set first?

Please help me if you can...

Best regards,
Paul




RE: JDBC Driver for sql server 2000

2001-08-23 Thread Curtis Dougherty

because Free is Cheaper than $$$ - Bill's rich enough...until he starts
setting up shop on the moon :-)

-Original Message-
From: Michael Weissenbacher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 11:40 AM
To: '[EMAIL PROTECTED]'
Subject: RE: JDBC Driver for sql server 2000


M$ SQLServer costs lots of $$$ so why bother with a free JDBC driver ;)

-Original Message-
From: Stéphane De Jonghe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 6:35 PM
To: [EMAIL PROTECTED]
Subject: RE: JDBC Driver for sql server 2000


Hi,

But is there any free (or open source) JDBC driver for MS SQL Server who
is not using the jdbc:odbc link ?
I tried JSQLConnect, but it is a trial version...

Thanks,

Stef



RE: Concurrent running different Tomcat versions

2001-08-23 Thread Curtis Dougherty

Sure...  Remember Tomcat3x and 4x use different containers and have
different environment variables (set them both)...

I don't know if you could have a sharing violation in the VM though (doesn't
seem like it would at first glance).

cd

-Original Message-
From: Mark Muffett [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 12:12 PM
To: [EMAIL PROTECTED]
Subject: Concurrent running different Tomcat versions


Can I run Tomcat v3.3  v4.0 concurrently on the same box? (Linux OS)?  It
would be useful for testing, but I'd like to know if there's something
obvious that will make it go wrong before I start.

If so, could I use them both in conjunction with Apache (with mod-webapp for
v4.)?

Thanks for any help.

Mark



RE: Jsse / SSL / Tomcat

2001-08-22 Thread Curtis Dougherty

do you have your JAVA_HOME environment variable set?
did you try running the keytool program from where it's installed?
did you read the note that said DO NOT INSTALL JSSE into Tomcat? (you really
shouldn't - if you did...erase it)

The alias varibale is described in the JSSE docs...

cd

-Original Message-
From: zze-messager FTM balr002
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 2:43 AM
To: '[EMAIL PROTECTED]'
Subject: Jsse / SSL / Tomcat 


Hello,

I need to use HTTPS 

1. I've installed jsse.jar, jnet.jar and jcert.jar both in $JDK/jre/lib/ext
and in $TOMCAT/lib.
2. I need now to create a server certificate : I've tried the command line :


keytool -genkey -alias tomcat -keyalg RSA

- i'm asked for the password : changeit
but, the following error appears : keytool generator notr available.

What's haapened ?
What can i do ?
What's does it mean tomcat after the key word alias ??


Tanks for help, 

Delphine



RE: AW: http vs https

2001-08-22 Thread Curtis Dougherty

and it WORKS (tomcat4 b7)!!! :-)

-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 11:26 AM
To: [EMAIL PROTECTED]
Subject: Re: AW: http vs https




On Wed, 22 Aug 2001, Frerichs, Rene wrote:

 Where can I find a SSL-How-2???


For which version of Tomcat?

With 3.x it's included in the documentation that is reachable via
http://localhost:8080 once you start Tomcat.  For Tomcat 4, the most
recent version (not yet integrated into the distribution) is at:

  http://jakarta.apache.org/tomcat/tomcat-4.0-doc-exp/ssl-howto.html

Craig McClanahan



RE: Tomcat IIS HowTo

2001-08-22 Thread Curtis Dougherty

yes...

-Original Message-
From: Allwin Immanuel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 8:46 AM
To: [EMAIL PROTECTED]
Subject: Tomcat IIS HowTo


Hi,
 Does the ISAPI redirector work with Windows 2000? The
filter is not loaded when i add the filter.

Any update on this,
Thanks,
Allwin

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/



RE: Jsse / SSL / Tomcat

2001-08-22 Thread Curtis Dougherty

Ah HA...use jdk1.3.1 - 1.3 does NOT have the TLS algorithym

-Original Message-
From: zze-messager FTM balr002
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 8:31 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Jsse / SSL / Tomcat 


i use jdk1.2.2 (ibm)

-Message d'origine-
De : Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
Envoyé : mercredi 22 août 2001 15:29
À : [EMAIL PROTECTED]
Objet : Re: Jsse / SSL / Tomcat 



- Original Message -
From: zze-messager FTM balr002 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, August 22, 2001 2:42 AM
Subject: Jsse / SSL / Tomcat


 Hello,

 I need to use HTTPS

 1. I've installed jsse.jar, jnet.jar and jcert.jar both in
$JDK/jre/lib/ext
 and in $TOMCAT/lib.
 2. I need now to create a server certificate : I've tried the command line
:


 keytool -genkey -alias tomcat -keyalg RSA

 - i'm asked for the password : changeit
 but, the following error appears : keytool generator notr available.

What version of the JDK are you using? Are you using Sun's JVM?

 What's haapened ?
 What can i do ?
 What's does it mean tomcat after the key word alias ??

That's the alias/name that is associated with the certificate that you are
creating.

Jon


 Tanks for help,

 Delphine




RE: SSL-How-2 for Tomcat 4

2001-08-21 Thread Curtis Dougherty

No errors in the log file...BUT I did discover something unusual.  I
downloaded and installed Tomcat4b7 (been using Tomcat4b6) and - even though
I have JAVA_HOME set to c:\java\jdk1.3.1 it saw the older version
c:\java\jdk1.3 - SO...  

Why does it appear that Tomcat is hard coded to the older jdk?  Weirdness...
I'm staying with the examples (for the moment) and am having some limited
success modifying the server.xml with the new version of tomcat... That
is to say...I am getting Error Messages (which is an improvement!) so I can
at least find out what got hosed by development (in-house).

More later...

Yes - I meant to send the java.security file - Mea Culpa...too much
work...too little sleep... OO Caffeine :)



-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 12:13 AM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4


I noticed that you have the keystore file set to the following. Just a
guess, but, I'm not sure \ is a valid character for that. I think for some
files, you use / even if you are on Windows. You might want to try just
using the default keystore location which is in your home directory and see
if that makes any difference.

KeystoreFile=z:\.keystore

Try checking the log files. Any errors?

Also, what JVM are you using?

Also, why did you include java.policy. I'm guessing you meant to include
java.security instead?

Jon

- Original Message -
From: Curtis Dougherty [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 20, 2001 5:23 PM
Subject: RE: SSL-How-2 for Tomcat 4


 Take a chance kids... I'm tired... my URL is at the bottom of this thread
(I
 want to make EXAMPLES work before I get in any deeper) attached are my
 server.xml files and java.policy

 drifting off now...z

 cd

 -Original Message-
 From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 20, 2001 5:18 PM
 To: [EMAIL PROTECTED]
 Subject: Re: SSL-How-2 for Tomcat 4


 What URL did you use to access the page?

 Jon

 - Original Message -
 From: Curtis Dougherty [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 20, 2001 4:15 PM
 Subject: RE: SSL-How-2 for Tomcat 4


  No error message - per se... just no page to display
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
  Sent: Monday, August 20, 2001 2:23 PM
  To: [EMAIL PROTECTED]
  Subject: Re: SSL-How-2 for Tomcat 4
 
 
  Are you receiving a specific error message?
 
  Jon
 
  - Original Message -
  From: Curtis Dougherty [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 20, 2001 1:03 PM
  Subject: RE: SSL-How-2 for Tomcat 4
 
 
   I did... Still won't work... :(
  
   -Original Message-
   From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
   Sent: Monday, August 20, 2001 1:01 PM
   To: [EMAIL PROTECTED]
   Subject: Re: SSL-How-2 for Tomcat 4
  
  
   Try reading server.xml, I haven't had any problems here. All you have
to
  do
   is uncomment a few lines of code and run the keytool command that's
 listed
   there. Also, you need to make sure you have JSSE is installed.
  
   Jon
  
   - Original Message -
   From: Curtis Dougherty [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Monday, August 20, 2001 10:19 AM
   Subject: RE: SSL-How-2 for Tomcat 4
  
  
I wonder if anyone else has seen the eratic differences in behavior
   between
Win2k Pro and Win2K Server... BIG Difference in IIS5 but...
   
Chris -
If you see this thread...  Why won't the /examples site won't
 encrypt
properly (https://localhost:8443/examples/servlets/index.html
   
Thnx!
cd
   
-Original Message-
From: Rob S. [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 10:05 AM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4
   
   
Interesting...  well Chris is a regular so I'm sure he'll have
 something
   to
add =)
   
- r
   
On Mon, 20 Aug 2001 09:54:15 -0500 [EMAIL PROTECTED]
 wrote:
 I would LOVE to think that BUT... alas...that has NOT been my
experience...

 I did it to two different machines... step-by-step (good
instruction
 /
 lousy program) is my guess...

 I using Win2K / IIS 5 / Tomcat4 b6...my app aside... I could NOT
get
 /examples to come over with SSL...  I'm seeing a LOT of
 inconsistency
 (between win2k and win2k server et al)

 cd
 -Original Message-
 From: Rob S. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 20, 2001 9:48 AM
 To: [EMAIL PROTECTED]
 Subject: Re: SSL-How-2 for Tomcat 4


  If you follow the steps... you CAN'T EVEN GET /examples in
   SSLThat
  sinches it... Abandom Hope All Ye Who Enter Here...
 
  I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any
 way
  /
  never)... Looks like Bill will win again since the OSC is too
busy
 writing

RE: SSL-How-2 for Tomcat 4

2001-08-21 Thread Curtis Dougherty

SSL Works in Tomcat4b7 - Wa Hoo!!!  I have no clue why b6 wouldn't
work...read on

Couple of things worth noting..
in IE 5.5 (latest w/ all patches) you Must turn on TLS1.0 under [Internet
Options] - not necessary with Netscape 6x (it prompts you for all the
goodies)

I did NOT have (on this box) an OLD_JAVA variable so I unless it's looking
in the registry (which is possible andsomething I can fix) I still don't
know why it found and tried to use jdk1.3? - Weirdness.

Here's all I had to do...
I manually changed the stat_tomcat link to use c:\java\jdk1.3\java.exe to
c:\java\jdk1.3.1\...

I changed ONLY the server.xml file (removed the REM'arks for the HTTPS
stuff)

Started up tomcat (just the default examples pages)

No Error messages!
SSL works - https://localhost:8443

SO..I have to convince our developers to stay with Tomcat - upgrade to b7
instead of b6 and run through some tests.

Ya'll are the Greatest!  Thank you for your patience and genius.

cd

-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 11:28 AM
To: '[EMAIL PROTECTED]'
Subject: RE: SSL-How-2 for Tomcat 4




On Tue, 21 Aug 2001, Curtis Dougherty wrote:

 No errors in the log file...BUT I did discover something unusual.  I
 downloaded and installed Tomcat4b7 (been using Tomcat4b6) and - even
though
 I have JAVA_HOME set to c:\java\jdk1.3.1 it saw the older version
 c:\java\jdk1.3 - SO...  
 
 Why does it appear that Tomcat is hard coded to the older jdk?
Weirdness...
 I'm staying with the examples (for the moment) and am having some limited
 success modifying the server.xml with the new version of tomcat...
That
 is to say...I am getting Error Messages (which is an improvement!) so I
can
 at least find out what got hosed by development (in-house).
 

Check where your PATH variable points.  I'll bet you've got
OLD_JAVA/bin there.

 More later...
 
 Yes - I meant to send the java.security file - Mea Culpa...too much
 work...too little sleep... OO Caffeine :)
 

Craig


 
 
 -Original Message-
 From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 21, 2001 12:13 AM
 To: [EMAIL PROTECTED]
 Subject: Re: SSL-How-2 for Tomcat 4
 
 
 I noticed that you have the keystore file set to the following. Just a
 guess, but, I'm not sure \ is a valid character for that. I think for some
 files, you use / even if you are on Windows. You might want to try just
 using the default keystore location which is in your home directory and
see
 if that makes any difference.
 
 KeystoreFile=z:\.keystore
 
 Try checking the log files. Any errors?
 
 Also, what JVM are you using?
 
 Also, why did you include java.policy. I'm guessing you meant to include
 java.security instead?
 
 Jon
 
 - Original Message -
 From: Curtis Dougherty [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 20, 2001 5:23 PM
 Subject: RE: SSL-How-2 for Tomcat 4
 
 
  Take a chance kids... I'm tired... my URL is at the bottom of this
thread
 (I
  want to make EXAMPLES work before I get in any deeper) attached are my
  server.xml files and java.policy
 
  drifting off now...z
 
  cd
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
  Sent: Monday, August 20, 2001 5:18 PM
  To: [EMAIL PROTECTED]
  Subject: Re: SSL-How-2 for Tomcat 4
 
 
  What URL did you use to access the page?
 
  Jon
 
  - Original Message -
  From: Curtis Dougherty [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 20, 2001 4:15 PM
  Subject: RE: SSL-How-2 for Tomcat 4
 
 
   No error message - per se... just no page to display
  
   -Original Message-
   From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
   Sent: Monday, August 20, 2001 2:23 PM
   To: [EMAIL PROTECTED]
   Subject: Re: SSL-How-2 for Tomcat 4
  
  
   Are you receiving a specific error message?
  
   Jon
  
   - Original Message -
   From: Curtis Dougherty [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Monday, August 20, 2001 1:03 PM
   Subject: RE: SSL-How-2 for Tomcat 4
  
  
I did... Still won't work... :(
   
-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 1:01 PM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4
   
   
Try reading server.xml, I haven't had any problems here. All you
have
 to
   do
is uncomment a few lines of code and run the keytool command that's
  listed
there. Also, you need to make sure you have JSSE is installed.
   
Jon
   
- Original Message -
From: Curtis Dougherty [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 20, 2001 10:19 AM
Subject: RE: SSL-How-2 for Tomcat 4
   
   
 I wonder if anyone else has seen the eratic differences in
behavior
between
 Win2k Pro and Win2K Server... BIG Difference in IIS5 but...

 Chris -
 If you see this thread...  Why won't

RE: http vs https

2001-08-20 Thread Curtis Dougherty

I followed the SSL-How-2 and Still could NOT get /examples to load via the
SSL link?  

Any ideas?

-Original Message-
From: John Baker [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 8:09 AM
To: [EMAIL PROTECTED]
Subject: Re: http vs https


On Monday 20 August 2001 03:15 am, you wrote:
  You must be joking. We're charging them :) It's just the twisted way
they
  like to deploy things.

 their own SSL accelerator sounded like they had their own... my bad =)

  but of course that needs to be:
 
  https://whatever
 
  if the accelarator is in use.

 Wouldn't *any* web server behind this accelerator have a similar problem?
 Where it wouldn't know that it's being SSL'd and thus return HTTP as the
 scheme?  Sounds to me like something the authors of this accelerator
should
 know about... actually deploying it =)

They are using IIS. That just about sums up the collective IQ.

I'm still keen to know how to get the servlet context path for a web 
application.. ie how to get /examples of the examples application. :)

-- 
John Baker, BSc CS.
Java Developer, TEAM Slb. (http://www.teamenergy.com)
The views expressed in this mail are my own.



SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty

If you follow the steps... you CAN'T EVEN GET /examples in SSLThat
sinches it... Abandom Hope All Ye Who Enter Here...

I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any way /
never)... Looks like Bill will win again since the OSC is too busy writing
viruses...

cd





RE: SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty

I would LOVE to think that BUT... alas...that has NOT been my experience...

I did it to two different machines... step-by-step (good instruction / lousy
program) is my guess...

I using Win2K / IIS 5 / Tomcat4 b6...my app aside... I could NOT get
/examples to come over with SSL...  I'm seeing a LOT of inconsistency
(between win2k and win2k server et al)

cd
-Original Message-
From: Rob S. [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 9:48 AM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4


 If you follow the steps... you CAN'T EVEN GET /examples in SSLThat
 sinches it... Abandom Hope All Ye Who Enter Here...
 
 I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any way /
 never)... Looks like Bill will win again since the OSC is too busy writing
 viruses...

That's interesting...  several people have written saying how good that
documentation is.  Maybe you're missing something?  Is that a possibility?

- r



RE: SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty

I wonder if anyone else has seen the eratic differences in behavior between
Win2k Pro and Win2K Server... BIG Difference in IIS5 but...

Chris -
If you see this thread...  Why won't the /examples site won't encrypt
properly (https://localhost:8443/examples/servlets/index.html

Thnx!
cd

-Original Message-
From: Rob S. [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 10:05 AM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4


Interesting...  well Chris is a regular so I'm sure he'll have something to
add =)

- r

On Mon, 20 Aug 2001 09:54:15 -0500 [EMAIL PROTECTED] wrote:
 I would LOVE to think that BUT... alas...that has NOT been my
experience...
 
 I did it to two different machines... step-by-step (good instruction /
 lousy program) is my guess...
 
 I using Win2K / IIS 5 / Tomcat4 b6...my app aside... I could NOT get
 /examples to come over with SSL...  I'm seeing a LOT of inconsistency
 (between win2k and win2k server et al)
 
 cd
 -Original Message-
 From: Rob S. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 20, 2001 9:48 AM
 To: [EMAIL PROTECTED]
 Subject: Re: SSL-How-2 for Tomcat 4
 
 
  If you follow the steps... you CAN'T EVEN GET /examples in SSLThat
  sinches it... Abandom Hope All Ye Who Enter Here...
 
  I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any way /
  never)... Looks like Bill will win again since the OSC is too busy
 writing  viruses...
 
 That's interesting...  several people have written saying how good that
 documentation is.  Maybe you're missing something?  Is that a possibility?
 
 - r





RE: http vs https And Windows

2001-08-20 Thread Curtis Dougherty

I'll try reading it again...
So here's a new twist (for all you Win2K folks) - When I specify
keystorepath on a Win2K Pro / Win2K Server box...do I use 
c:\someplace\like\here
or
c:\someplace\like\here\
or
c:/someplace/like/here
or
c:/someplace/like/here/

OR
c:\someplace\like\here
or
c:\someplace\like\here\.keystore
or
c:/someplace/like/here
or
c:/someplace/like/here/.keystore

The How-2 says /path/to/.keystore which is confusing this lowly simpleton

Thanks
cd
-Original Message-
From: John Baker [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 11:10 AM
To: [EMAIL PROTECTED]
Subject: Re: http vs https And Windows


On Monday 20 August 2001 14:11 pm, you wrote:
 I followed the SSL-How-2 and Still could NOT get /examples to load via
 the SSL link?

Read it again? :-)

I can happily make SSL work, but only on Linux. I have created the .keystore

in Win2k, but of course, when I start tomcat the batch window scrolls past
me 
and closes - so I dont get to see the error. I think I just haven't got a 
.keystore in the correct place. 

Oh, as well as me asking where the keystore should go, how the hell do I
stop 
that stupid dos box window scrolling past me (catalina.bat creates a new
java 
process, which creates a new dos box)? It's driving me insane. I don't 
understand how people develop on win2k!

Another one of my favourites with win2k is how the lack of any obvious way
of 
setting the working directory if you start tomcat as a service. I know a 
working directory can be set by the workDir on the context in the server.xml

file, yet it seems to totally ignore this and still look in 
c:\winnt\system32.  :)

-- 
John Baker, BSc CS.
Java Developer, TEAM Slb. (http://www.teamenergy.com)
The views expressed in this mail are my own.



RE: SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty

I did... Still won't work... :(

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 1:01 PM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4


Try reading server.xml, I haven't had any problems here. All you have to do
is uncomment a few lines of code and run the keytool command that's listed
there. Also, you need to make sure you have JSSE is installed.

Jon

- Original Message -
From: Curtis Dougherty [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 20, 2001 10:19 AM
Subject: RE: SSL-How-2 for Tomcat 4


 I wonder if anyone else has seen the eratic differences in behavior
between
 Win2k Pro and Win2K Server... BIG Difference in IIS5 but...

 Chris -
 If you see this thread...  Why won't the /examples site won't encrypt
 properly (https://localhost:8443/examples/servlets/index.html

 Thnx!
 cd

 -Original Message-
 From: Rob S. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 20, 2001 10:05 AM
 To: [EMAIL PROTECTED]
 Subject: Re: SSL-How-2 for Tomcat 4


 Interesting...  well Chris is a regular so I'm sure he'll have something
to
 add =)

 - r

 On Mon, 20 Aug 2001 09:54:15 -0500 [EMAIL PROTECTED] wrote:
  I would LOVE to think that BUT... alas...that has NOT been my
 experience...
 
  I did it to two different machines... step-by-step (good instruction /
  lousy program) is my guess...
 
  I using Win2K / IIS 5 / Tomcat4 b6...my app aside... I could NOT get
  /examples to come over with SSL...  I'm seeing a LOT of inconsistency
  (between win2k and win2k server et al)
 
  cd
  -Original Message-
  From: Rob S. [mailto:[EMAIL PROTECTED]]
  Sent: Monday, August 20, 2001 9:48 AM
  To: [EMAIL PROTECTED]
  Subject: Re: SSL-How-2 for Tomcat 4
 
 
   If you follow the steps... you CAN'T EVEN GET /examples in
SSLThat
   sinches it... Abandom Hope All Ye Who Enter Here...
  
   I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any way /
   never)... Looks like Bill will win again since the OSC is too busy
  writing  viruses...
 
  That's interesting...  several people have written saying how good that
  documentation is.  Maybe you're missing something?  Is that a
possibility?
 
  - r






RE: SSL-How-2 for Tomcat 4

2001-08-20 Thread Curtis Dougherty

Take a chance kids... I'm tired... my URL is at the bottom of this thread (I
want to make EXAMPLES work before I get in any deeper) attached are my
server.xml files and java.policy

drifting off now...z

cd

-Original Message-
From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 5:18 PM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4


What URL did you use to access the page?

Jon

- Original Message -
From: Curtis Dougherty [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 20, 2001 4:15 PM
Subject: RE: SSL-How-2 for Tomcat 4


 No error message - per se... just no page to display

 -Original Message-
 From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
 Sent: Monday, August 20, 2001 2:23 PM
 To: [EMAIL PROTECTED]
 Subject: Re: SSL-How-2 for Tomcat 4


 Are you receiving a specific error message?

 Jon

 - Original Message -
 From: Curtis Dougherty [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, August 20, 2001 1:03 PM
 Subject: RE: SSL-How-2 for Tomcat 4


  I did... Still won't work... :(
 
  -Original Message-
  From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]]
  Sent: Monday, August 20, 2001 1:01 PM
  To: [EMAIL PROTECTED]
  Subject: Re: SSL-How-2 for Tomcat 4
 
 
  Try reading server.xml, I haven't had any problems here. All you have to
 do
  is uncomment a few lines of code and run the keytool command that's
listed
  there. Also, you need to make sure you have JSSE is installed.
 
  Jon
 
  - Original Message -
  From: Curtis Dougherty [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, August 20, 2001 10:19 AM
  Subject: RE: SSL-How-2 for Tomcat 4
 
 
   I wonder if anyone else has seen the eratic differences in behavior
  between
   Win2k Pro and Win2K Server... BIG Difference in IIS5 but...
  
   Chris -
   If you see this thread...  Why won't the /examples site won't
encrypt
   properly (https://localhost:8443/examples/servlets/index.html
  
   Thnx!
   cd
  
   -Original Message-
   From: Rob S. [mailto:[EMAIL PROTECTED]]
   Sent: Monday, August 20, 2001 10:05 AM
   To: [EMAIL PROTECTED]
   Subject: Re: SSL-How-2 for Tomcat 4
  
  
   Interesting...  well Chris is a regular so I'm sure he'll have
something
  to
   add =)
  
   - r
  
   On Mon, 20 Aug 2001 09:54:15 -0500 [EMAIL PROTECTED]
wrote:
I would LOVE to think that BUT... alas...that has NOT been my
   experience...
   
I did it to two different machines... step-by-step (good instruction
/
lousy program) is my guess...
   
I using Win2K / IIS 5 / Tomcat4 b6...my app aside... I could NOT get
/examples to come over with SSL...  I'm seeing a LOT of
inconsistency
(between win2k and win2k server et al)
   
cd
-Original Message-
From: Rob S. [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 20, 2001 9:48 AM
To: [EMAIL PROTECTED]
Subject: Re: SSL-How-2 for Tomcat 4
   
   
 If you follow the steps... you CAN'T EVEN GET /examples in
  SSLThat
 sinches it... Abandom Hope All Ye Who Enter Here...

 I surmise that Tomcat4 b6 does NOT support SSL (any flavor / any
way
 /
 never)... Looks like Bill will win again since the OSC is too busy
writing  viruses...
   
That's interesting...  several people have written saying how good
 that
documentation is.  Maybe you're missing something?  Is that a
  possibility?
   
- r
  
  
  
 



 server.xml
 java.policy


I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Curtis Dougherty

I have Tomcat 4b6
IIS 5
Win2K

I have the redirect working...I think
I have an SSL Certificate installed and working on my Win2K box


When I request the INDEX.JSP page from my site
https://mysite.someplace.com/fooey
I GET the file AND I see the SSL icon on the browser but the ONLY thing my
stupid browser shows is the UNCOMPILED JSP CODE
Why is that?

When I point my browser to http://mysite.someplace.com:8080/fooey I GET
COMPILED JSP code that RUNS.
What am I doing wrong - Besides running IIS5 (the suits made me do it).


- cd -




I can't get TOMCAT 4b6 and IIS5 to work over SSL

2001-08-15 Thread Curtis Dougherty

I have Tomcat 4b6
IIS 5
Win2K

I have the redirect working...I think
I have an SSL Certificate installed and working on my Win2K box


When I request the INDEX.JSP page from my site
https://mysite.someplace.com/fooey
I GET the file AND I see the SSL icon on the browser but the ONLY thing my
stupid browser shows is the UNCOMPILED JSP CODE
Why is that?

When I point my browser to http://mysite.someplace.com:8080/fooey I GET
COMPILED JSP code that RUNS.
What am I doing wrong - Besides running IIS5 (the suits made me do it).


- cd -






RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !

2001-08-14 Thread Curtis Dougherty

Pier!!   Dude :(  uncool...  

-Original Message-
From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 4:48 PM
To: [EMAIL PROTECTED]
Subject: Re: ABSOLUTELY WORLDS NO. 1 ..MEGA !


ENTERTAINMENT at [EMAIL PROTECTED] wrote:
 
 [...]

Awww... I'm sorry guys... I'll have to enable moderation (once one gets in,
we'll be flooded)... Sorry... :( :( :(


Pier



RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !

2001-08-14 Thread Curtis Dougherty

Look for MEGA and nuke'm

-Original Message-
From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 14, 2001 5:09 PM
To: [EMAIL PROTECTED]
Subject: RE: ABSOLUTELY WORLDS NO. 1 ..MEGA !


Maybe enabling filtering by headers will help. That message had
'Precedence: bulk' header. 

_

mailto:[EMAIL PROTECTED] Alexey N. Solofnenko.
http://www.citechlabs.com/ Citech Inc.
Pleasant Hill, CA (GMT-8 usually)





RE: Checking SSL enabled

2001-08-06 Thread Curtis Dougherty

On a related note.  Has anyone had any success using an IIS SSL Certificate
AND a standalone RSA SSL Certificate for Tomcat (4b6 - or any version)...

cd

-Original Message-
From: Zsolt Koppany [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 11:32 AM
To: tomcat
Subject: Checking SSL enabled


Hi,

I could configure and use tomcat-3.2.3 with SSL (standalone). My question is
whether I can check in a servlet whether SSL has been enabled on the server?
What I plan to do: the user comes to a page (over the port 8080) and when
SSL is enabled I want to add an SSL link that he can switch to SSL login
thus he does not have to know the SSL port number.

Zsolt
-- 
Zsolt Koppany
Intland GmbH www.intland.com
Schulze-Delitzsch-Str. 16
70565 Stuttgart
___
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
[EMAIL PROTECTED], 8MB Speicher, Verschluesselung - http://freemail.web.de




RE: Beyond Tomcat 4..?

2001-08-01 Thread Curtis Dougherty


YES... integration with IIS5 and Win2K...  

Documentation for same... 

:P
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 1:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Beyond Tomcat 4..?




On Wed, 1 Aug 2001, chris brown wrote:

 Just wondering what's being planned for the future of Tomcat beyond the
4.0
 release (if anyone knows...).  For example, are there plans to make a
 release that uses JDK 1.4's scalable I/O features?  (as both products
are
 currently in beta, I imagine that could be some way off!)
 

Experimenting with the new I/O calls is certainly something I'm
interested in exploring (along with performance tuning in general).  But
the reality is that what actually gets added post-4.0 is based on what
features people suggest, combined with what features people actually write
code for.

Are there particular things you're interested in seeing?

Craig McClanahan


 
 
 - Original Message -
 From: Craig R. McClanahan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, July 31, 2001 11:35 PM
 Subject: RE: SAX 2.0, sealing, Tomcat 3.2.3
 
 
  On Tue, 31 Jul 2001, Bryan Rood wrote:
 
   Pier,
  
   I am interested in using a 4.0.something tomcat build.
  
   Are there official sources at apache that can confirm the
VERY_stable
   declaration that you have made?
   My company won't let me use anything but a stable production release.
   Is the 4.0 the same as prod quality?
   thanks so much,
  
 
  I'm one of the primary authors of Tomcat 4.0, so I've got some thoughts
  about this (and undoubtedly some bias as well :-).
 
  The only reason that 4.0 has not been declared final yet is that the
  underlying specifications it is based on (Servlet 2.3 and JSP 1.2) are
not
  yet final.  In fact, small changes and clarifications are still going
on,
  and it would be pretty silly to declare 4.0 final and then have to go
  change it because the specs changed underneath.
 
  There will shortly be a beta 7 release, to pick up the most recent
  specification-related changes.  It should be considered a release
  candidate, and development efforts between now and release day will be
  focused on bug fixes (at the moment, there are very few bugs recorded
  against Tomcat 4 in the bug tracking system at
  http://nagoya.apache.org/bugzilla/) and improved documentation.
 
  Craig McClanahan
 
 
 
   Bryan
  
   -Original Message-
   From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, July 31, 2001 9:33 AM
   To: [EMAIL PROTECTED]
   Subject: Re: SAX 2.0, sealing, Tomcat 3.2.3
  
  
   Andrew Cooke at [EMAIL PROTECTED] wrote:
   
I don't want to use 4.0 as it's beta.
  
   Don't worry about being a beta... It's stable, _VERY_ stable.
  
   Pier
  
 
 
 
 



RE: Offer to sell Mini-vacuum cleaner

2001-07-31 Thread Curtis Dougherty

this is a USER EMAIL LIST - NOT A SALES FORUM.   Get the FÖµµÃÐÅÀµµÄÈí¼þ off
moron...

-Original Message-
From: @nil.nil [mailto:@nil.nil]
Sent: Tuesday, July 31, 2001 12:10 AM
To: [EMAIL PROTECTED]
Subject: Offer to sell Mini-vacuum cleaner


Our company specializes in dealing in Electric  sport series products.
Quality first, competitive offer  Best service is the aim of our all
staff . If you are looking for any product, please don't hesitate to contact
with us or visit our web site.
 http://gafucom.ebigchina.com

If our mail bother you, we would be very sorry and please concel it.  

*VACUUM  CLEANER
---  Cordless, Convenient to carry and use anywhere ideal at home, office,
in cars, boats and outdoor

Commodity name: 
U.pricce: USD2.50/pc FOB Shenzhen,China
Packing: Color box   7x8.20x25.20cm
48PCS/CTN   51CMX50.5CMX31CM
N.W:12KGSG.W:13KGS
16848pcs/20'   34848pcs/40'   40896pcs/40'HQ
Minimum Quantity per Order: 20' 
Delivery time: 15 days after receipt of deposit
Shipment: 
Loading port: Shenzhen, China
Payment: T/T
Specification : 
   *Battery  Operated 
   *Powerful, compact and lightweight design
   *Use 2 AA, UM3 or R6 size 1.5V alkaline batteries(No included) 
   *To empty vacuum cleaner, press to release the locking button on
   *Top of cleaner, pull out dust filter and clean thoroughly
 
 If you have any requirement, please feel free to contact with us or visit
our web site.


Best regards,
 
Shirly Wang
 
Shenzhen Choices Industry co.,ltd.
ADD:ROOM 407-408,A BUILDING XIANGZHU GARDEN,ZUZHILING,FUTIAN
DISTRICT,SHENZHEN,CHINA
 TEL :86 13823677077  755 3183037 \ 3709573Ms. Shirly Wang
 Fax: 86 755 3183037
 E-mail:  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
http://gafucom.ebigchina.com
img src=D:\²úÆ·°ü\Vacuum\vacuum.jpg border=0




---
¸ÃÓʼþÓÉ¡¶½ð·æÓʼþȺ·¢ 2.0¡··¢ËÍ£¬ÓʼþÄÚÈÝÓëÈí¼þ×÷ÕßÎÞ¹Ø 
---
½ð·æÈí¼þ£¬ÖµµÃÐÅÀµµÄÈí¼þ http://www.jinfengnet.com





RE: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Curtis Dougherty

Apache caches the pages... The initial load into cache will take a fraction
of a second longer but from that point on it will zip right through.

:-)

-Original Message-
From: Tsinwah Lee [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 30, 2001 5:00 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat standalone vs Tomcat w/ Apache


What? using Apache with Tomcat will increase the performance for static
pages? Well, my admin told me the opposite, she said the browser hesitated
for a fraction of a second and then the static pages got load up when using
Apache + Tomcat. So she wanted to use Tomcat standalone instead. So how come
there is an increase in performance? Please help me to convice my admin to
use both Apache and Tomcat. Thanks much in advance.

T.

Srinivas Reddy wrote:

 Also there is an  increase in performance for static files like .html and
 static images.

 -srini
 - Original Message -
 From: Tim O'Neil [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, July 30, 2001 2:27 PM
 Subject: Re: Tomcat standalone vs Tomcat w/ Apache

  At 02:04 PM 7/30/2001, you wrote:
  Are there any advantages running Tomcat with Apache
  versus running Tomcat standalone and listening on port
  80.  I am running only *.jsp files on my webserver.
 
  Added security if you use Apache.
 
 



tomcat on Port 80 through IIS 5 on Win2K

2001-07-26 Thread Curtis Dougherty

I have a site we have written to use tomcat... call it foosite
we have been accessing it internally as
http://my_site:8080/foosite/index.jsp

I want to set it up on an exposed server...call it foo_net so that from the
big/bad internet we can access it by entering
http://foo_net or even better https://foo_net (ssl - 443)

Can Tomcat support IIS5 as a proxy through port 80 on foo_net or SSL on port
443.  We're using Tomcat 4 Beta6 and I can't find any documentation on how
to do this?

Can someone send me the link or tell what I need to do?  

Thanks in advance.
CurtisD



RE: HELPTomcat VHost configuration under Linux/HELP

2001-07-26 Thread Curtis Dougherty

I need the same thing but for Win2K and IIS... (I Know MS sucks! but it's
what the suits want)...

PLEASE :-o

-Original Message-
From: John Hebert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 2:39 PM
To: [EMAIL PROTECTED]
Subject: Re: HELPTomcat VHost configuration under Linux/HELP


Loïc Lefèvre wrote:

 Hi
 After 3 days passed on the configuration of Apache 1.3.12+Tomcat 3.2.3
 (mod_jk)
 I'm going mad !!! :( Could someone please send me their configuration
files
 (mod_jk.conf + server.xml + web.xml (tomcat + appli)). Note: the files for
a
 web archive which work !
 
 After that, I'm going to work in source files :)
 
 Loïc Lefèvre
 
 



-- 
John Alex Hebert
[EMAIL PROTECTED]
System Engineer




RE: IIS and tomcat

2001-07-20 Thread Curtis Dougherty



Check 
the CaPiTaLiZaTiOn...The Windows Registry is Very picky... I 
know... I was where you are now yesterday.

  -Original Message-From: Daniel Balaguer Yagan 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, July 20, 2001 11:01 
  AMTo: '[EMAIL PROTECTED]'Subject: IIS and 
  tomcat
  hi 
  there,
   
  I'm troubleshooting the ISAPI redirector. I have followed all the instructions 
  in the Tomcat IIS HowTo document, but I'm still struggling to figure out 
  what's wrong. 
   
  Just one question: In the following key:
   HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Filter 
  DLLs
  
   How do I 
  really specify the full path to isapi_redirect.dll ? Is this a string value in 
  the above key? if yes, is it the "Default" string? Or do I need to create 
  another string (which I don't know what name should I give) and give the value 
  of the full path to the required dll ? 
  
  a simple reply 
  would do, thanks
  daniel


looking for a working isapi_redirect.dll file

2001-07-19 Thread Curtis Dougherty

I'm trying to finish setting up the proxy os TOMCAT / IIS 5 / and Win2K
prof.  I can't get the filter turn green and guess I have the wrong version
of the isapi_redirect.dll...



Curtis Dougherty
Deployment Lead / QA Engineer
BusinessThreads, Inc.
We make the software that makes your business different.

710 Congress Avenue
Austin, TX 78701
P: 512.480.9805 x118
F: 512.480.9153
www.businessthreads.com



RE: looking for a working isapi_redirect.dll file

2001-07-19 Thread Curtis Dougherty

cool...I'll try that... Is there a difference with Tomcat4
isapi_redirect.dll?

-Original Message-
From: time out [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 11:38 AM
To: [EMAIL PROTECTED]; '[EMAIL PROTECTED]'
Subject: Re: looking for a working isapi_redirect.dll file


At 11:27 07/19/2001 -0500, Curtis Dougherty wrote:
I'm trying to finish setting up the proxy os TOMCAT / IIS 5 / and Win2K
prof.  I can't get the filter turn green and guess I have the wrong version
of the isapi_redirect.dll...


it is likely that it works but you don't have the registry edits in 
properlythey are case sensitive and very specific (perhaps a little 
stroking of the cpu is in order (grin)).  also, sometimes netscape does not 
download dlls properly, so you should try to use ftp if the reg edits are
fine.


Curtis Dougherty
Deployment Lead / QA Engineer
BusinessThreads, Inc.
We make the software that makes your business different.

710 Congress Avenue
Austin, TX 78701
P: 512.480.9805 x118
F: 512.480.9153
www.businessthreads.com


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



Will TOMCAT 4(beta6) work with IIS5 and Win2K

2001-07-19 Thread Curtis Dougherty

If yes...where do I get the isapi_redirect.dll necessary for the ISAPI
filter  
I've checked and rechecked the REG file - no spaces...same capitalization -
et al...  so I'm hoping that I'm just stupid and not Thick Headed

This seems a lot more painful than it should be.  

Curtis Dougherty
*Computers make very fast, accurate, mistakes. *