Re: Re: mailto-protocol and it's result: UnknownHostExceptionmailhost or ConnectionRefused

1999-10-26 Thread Chris Abbey
At 17:53 10/26/99 -0400, Brian Wellington wrote: >On 26 Oct 1999, Juergen Kreileder wrote: > >> As said before, what java tries to do is: >> >> 1. Connect to System.getProperty("mail.host") on the smtp port (number >>25). >> 2. If 1 failed connect to localhost on the smtp port >> 3. If 2 fail

Re: Config problems with ApacheJServ-1.0

1999-10-26 Thread Martin Olveyra
[EMAIL PROTECTED] wrote: > I'm trying to install ApacheJServ-1.0 with a previous install of > Apache_1.3.6 and I'm runing into problems configuring jserv. I use the > following command line argument according to the instructions: > ... > I'm confused. Does the host information need to be pr

=?x-unknown?q?Re=3A_mailto-protocol_and_it=B4s_result=3A___?==?x-unknown?q?UnknownHostExceptionmailhost_or_ConnectionRefused?=

1999-10-26 Thread Brian Wellington
On 26 Oct 1999, Juergen Kreileder wrote: > As said before, what java tries to do is: > > 1. Connect to System.getProperty("mail.host") on the smtp port (number >25). > 2. If 1 failed connect to localhost on the smtp port > 3. If 2 failed lookup mailhost (which is not the same as localhost on

Re: mailto-protocol and it´s result: UnknownHostExceptionmailhost or ConnectionRefused

1999-10-26 Thread schen
To clarify: As the usage in the program says, you're supposed to run the program like this: java SendMail As Juergen said, evidently you are not specifying the correct server name so it defaults to "mailhost" which doesn't exist for you. It probably worked on the Sparc 5 because the SMTP mail

Re: mailto-protocol and it´s result: UnknownHostExceptionmailhost or ConnectionRefused

1999-10-26 Thread schen
Hi Christian, everyone, On Tue, 26 Oct 1999, Christian Kruggel wrote: > Hi Juergen! > > A few days ago you answered my question concerning java´s > mailto-protocol and the exception produced by the appended source: > > java.net.UnknownHostException: mailhost > >Juergen> Sounds like a setu

Re: mailto-protocol and it´s result: UnknownHostExceptionmailhostor ConnectionRefused

1999-10-26 Thread Juergen Kreileder
> Christian Kruggel writes: Christian> Hi Juergen! Christian> A few days ago you answered my question concerning Christian> java´s mailto-protocol and the exception produced by Christian> the appended source: Christian> java.net.UnknownHostException: mailhost Juergen

Re: JDBC newbie question

1999-10-26 Thread Peter Mount
On Mon, 25 Oct 1999, John N. Alegre wrote: > Has anyone else had this experience. I have been reluctant to move to > PostgrSQL for reasons of complexity and speed. Although I don't touch applets anymore, the problems with placing either all of the classes into a single jar file, or extracting t

mailto-protocol and it´s result: UnknownHostExceptionmailhost or ConnectionRefused

1999-10-26 Thread Christian Kruggel
Hi Juergen! A few days ago you answered my question concerning java´s mailto-protocol and the exception produced by the appended source: java.net.UnknownHostException: mailhost Juergen> Sounds like a setup problem. Can you ping mailhost? No. Another nice GUY suggested to mention the localho

JavaSpaces

1999-10-26 Thread GC-Braswell, Peter
Any good links out there dealing with JavaSpaces and or JINI? Cheers, peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Config problems with ApacheJServ-1.0

1999-10-26 Thread tpeter
I'm trying to install ApacheJServ-1.0 with a previous install of Apache_1.3.6 and I'm runing into problems configuring jserv. I use the following command line argument according to the instructions: " ./configure \ --with-apxs=/usr/local/apache/bin/apxs \ --prefix=/java/jserv \ --with-JS

NoRouteToHost Errors

1999-10-26 Thread Rick Moore
Hi!   Background: I have a Java web crawler app which spawns about 15 threads with the sole purpose of downloading web pages as fast as possible.  It works fine under Windows NT w/jview-- but who wants to use NT?  Under FreeBSD (which is derived from the Blackdown work, I believe) the JVM app

Re: Version snag

1999-10-26 Thread Armen Yampolsky
> On Mon, 25 Oct 1999, Hartnett wrote: > > > This same package was installed on Solaris and its runtime and works > > fine. > > > > This group seems to be quick to jump on someone if it is not JAVA > Linux > > related in someone's opinion. I am running Blackdown JAVA 2 on Red > Hat > > Linux 6, t

Re: Question about porting a VM

1999-10-26 Thread Michael Sinz
On Tue, 26 Oct 1999 10:42:07 +0800, Feng-Cheng Chang wrote: >Hello, >My friend asked me about the implementation of threads in linux JVM. > >He is interested in porting PersonalJava to linux. >Could somebody give me comments about that? >Which kind of thread implementation is easi

Re: newbie java -classpath still not working as expected

1999-10-26 Thread Andreas Rueckert
Hi! This is my classpath for 1.1.7 (it's actually 1 line without the '\'s): export CLASSPATH=/usr/local/swing/swingall.jar:\ /usr/share/postgresql/postgresql.jar:\ /home/andreas/kde_plaf/kde.jar:\ ..:\ /usr/local/jdk1.1.7/lib:\ /usr/local/jdk1.1.7/lib/classes.zip You can see that . is the only