RE: Mailing list question

2001-12-05 Thread Jim Rueschhoff

Is [EMAIL PROTECTED] registered as a mailing list user?  I suspect you
get all your messages with your yahoo account and that your uiuc.edu account
is not registered so the newsgroup program is rejecting your messages as
spam attempts.

-Original Message-
From: Kirby Vandivort [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 10:28 AM
To: [EMAIL PROTECTED]
Subject: Mailing list question


Got an obtusely-offtopic question...

I can't seem to successfully post a message from
my   [EMAIL PROTECTED]   email account to
tomcat-user.  However, I can successfully post
messages from my yahoo account.  My ks.uiuc.edu
account seems to be working in all other respects.
I can send and receive mail well with it.. I just
can't seem to post a message to
[EMAIL PROTECTED]

Any ideas what could be causing this and what I can
do about it?

Thanks,

Kirby
[EMAIL PROTECTED]
[EMAIL PROTECTED]


__
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Mailing list question

2001-12-05 Thread Jim Rueschhoff

My message to you showed up in about 5 seconds after I sent it.

-Original Message-
From: Kirby Vandivort [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 1:58 PM
To: Tomcat Users List
Subject: Re: Mailing list question


Wow.. they magically started working!  I have ks.uiuc.edu registered
with the mailing list.. (i only use my yahoo account if I'm expecting
somewhere to send lots of spam, or in this case, because it was the
only one that worked)

What sort of turn-around time do you guys (and gals) usually see on
messages?  It took me a good 3 hours to see these messages that I had
posted, and then they all showed up at once.  (I'm just asking for
an average here.. I realize that it can vary greatly depending on net
congestion, etc)

Thanks for all the help.

Kirby

On Wed, Dec 05, 2001 at 01:49:30PM -0700, Jim Rueschhoff wrote:
 Is [EMAIL PROTECTED] registered as a mailing list user?  I suspect you
 get all your messages with your yahoo account and that your uiuc.edu
account
 is not registered so the newsgroup program is rejecting your messages as
 spam attempts.

 -Original Message-
 From: Kirby Vandivort [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 05, 2001 10:28 AM
 To: [EMAIL PROTECTED]
 Subject: Mailing list question


 Got an obtusely-offtopic question...

 I can't seem to successfully post a message from
 my   [EMAIL PROTECTED]   email account to
 tomcat-user.  However, I can successfully post
 messages from my yahoo account.  My ks.uiuc.edu
 account seems to be working in all other respects.
 I can send and receive mail well with it.. I just
 can't seem to post a message to
 [EMAIL PROTECTED]

 Any ideas what could be causing this and what I can
 do about it?

 Thanks,

 Kirby
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 __
 Do You Yahoo!?
 Buy the perfect holiday gifts at Yahoo! Shopping.
 http://shopping.yahoo.com

 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]

--

Kirby Vandivort  Theoretical Biophysics Group
Email: [EMAIL PROTECTED]  3051 Beckman Institute
http://www.ks.uiuc.edu/~kvandivo/University of Illinois
Phone: (217) 244-5711405 N. Mathews Ave
Fax  : (217) 244-6078Urbana, IL  61801, USA

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: CVS

2001-11-20 Thread Jim Rueschhoff

We use CVS in our development environment.  We have a 4 developer staff.  We
develop using the Forte CE IDE which offers built in support for CVS.  After
using MS Source Safe previously, the CVS philosophy is sufficiently
different that it took some getting used to.  However we now feel
comfortable with it and actually like using it.   Microsoft source safe is
more like a library where you check out items for use.  CVS works
differently, allowing multiple people to work on their own copies of the
same source code and then manage the differences and merging of the changes.
For a small group like ours MS SS and CVS would both work but for a larger
development group there is no doubt that the CVS method is superior.

-Original Message-
From: Laurent Michenaud [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 20, 2001 7:04 AM
To: [EMAIL PROTECTED]
Subject: CVS


Hi,

I work in a web agency and we are studying the use of CVS.
We are 3-4 developpers per project.
We have a linux web server with tomcat/apache.
For the moment, we are working on shared sources via samba.

Would be CVS a good thing for our environnment ?
Are there any model of organisation that we would use ?

Please tell me about your organisation if u use cvs, what benefits

Thanks

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Java and double

2001-11-14 Thread Jim Rueschhoff

There is no problem.  Float and Double represents a number as a mantissa and
radix which produces a close but not exact representation of a number.  If
you round to a reasonable number of decimal places you will get the
correct result but if you insist on looking at the full precision of the
number you will get round off errors.  This is the very nature of floating
point numbers.



-Original Message-
From: Laurent Michenaud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 8:39 AM
To: [EMAIL PROTECTED]
Subject: Java and double


Hi,

Excuse me... this mail shouldnot be on this mailing list but
it is an hurry.

public class TestDouble
{
  static public void main(String args[]) {

double val = 0.5055 * 1000 ;
System.out.println( val );
  }
}

This program gives me the following results :
505.44

I've tried with Sun Jdk 1.2.2rev9, Sun jdk1.3.1 and Ibm Jdk 1.3.1.

Have u got informations about this ?
Can u try too ?

Thanks a lot and sorry again

Bye

Michenaud Laurent
- Adeuza -
[ Développeur Web - Administrateur Réseau ]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Tomcat, PayFlow Pro(VeriSign) and JSP

2001-10-31 Thread Jim Rueschhoff

Our company uses PayFlow Pro in a JSP environment under Tomcat.  It works
quite well.  We use it for multiple merchant accounts.

-
This one time, at band camp, Chad wrote:
 Hi All,

 If any one of you have used PayFlow Pro(VeriSign) and JSP for your credit
 card transactions on Tomcat. I would really like to hear about your
 experience.

 Thanks in advance.

 Chad


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]
--



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Why won't tomcat run with jre

2001-09-25 Thread Jim Rueschhoff

Tomcat (and all other java containers that support JSP) requires a JDK
because it has to compile the JSP generated servlets on the fly.  Without
the JDK, it will not have access to the java compilers and associated
support files.

Jim

-Original Message-
From: Alex Colic [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 25, 2001 11:07 AM
To: Tomcat-User
Subject: Why won't tomcat run with jre


Hi,

I tried running tomcat with the jre and it failed. It will work aqainst a
full install of the jdk. If this is the case then why?

Does this mean that every machine I install tomcat on needs the full jdk? If
I write a web app and I want to demo it for a customer my setup must include
the jdk and not the jre but according to the license I am not allowed to
include the jdk with my apps.

As anyone figure out how to create a setup for Tomcat.

Alex





RE: Spaces in TOMCAT_HOME

2001-09-14 Thread Jim Rueschhoff

try dir c:\  /x

-Original Message-
From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 14, 2001 2:26 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Spaces in TOMCAT_HOME


I must have a different version of DOS than you.  Mine doesn't show the 8.3
version names.

-Matt

-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 14, 2001 4:06 PM
To: [EMAIL PROTECTED]
Subject: Re: Spaces in TOMCAT_HOME


Go to a DOS window, and type:

dir c:\

The file name on the left will be the 8.3 version while the filename on the
right will be the long version.  Both look at the same file or directory.
You can do this for any folder or filename.  Hint: not every file or folder
will have ~1 in it.  Some might have ~2 if the letters before it match up
with another file or folder name.

--David Smith

On Friday 14 September 2001 04:40 pm, you wrote:
 What's the 8.3 format for C:\Java Tools\

 -Original Message-
 From: Bryan Lipscy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 14, 2001 3:18 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Spaces in TOMCAT_HOME


 Use the 8.3 format.
 Progra~1\Apache~1\jakart~1

 -Original Message-
 From: Hoggatt Matt - mahogg [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 14, 2001 1:15 PM
 To: '[EMAIL PROTECTED]'
 Subject: Spaces in TOMCAT_HOME


 Is it impossible to run tomcat as an NT service if there are spaces in
 TOMCAT_HOME?  For example, I want my tomcat path to be c:\Program
 Files\Apache Group\jakarta-tomcat-3.2.3, but it won't work because of the
 spaces.  Any work arounds?

 -Matt




RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Rueschhoff

net connect's JSQLConnect is a very good high performance driver that is
designed for SQL Server.  We are using it with tomcat  It is a type 4
driver implemented as a single .jar file so it will run well on almost any
platform.

-Original Message-
From: Trig Gullberg [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 8:54 AM
To: '[EMAIL PROTECTED]'
Subject: JDBC Driver for sql server 2000


Does any one know of a good sql server 2000 jdbc driver that works well with
tomcat?  Any help or suggestions are appreciated.




RE: JDBC Driver for sql server 2000

2001-08-23 Thread Jim Rueschhoff

MS is not interesting in providing ANY support for JAVA now - you will not
get nice JDBC drivers from Microsoft   Microsoft considers JAVA a direct
competitor for it's .net and C# efforts.

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


Because when you paid a lot for a database, you don't want to pay more
for a 3rd party specific jdbc driver when you expect one in the package
you paid for...
But we know all how it goes with MS :=(

Stef


-Original Message-
From: Michael Weissenbacher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 6:40 PM
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