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
[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
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
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
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
> 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
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
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
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]
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
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
> 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
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
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
14 matches
Mail list logo