Serge Knystautas wrote:
>
> Federico Barbieri wrote:
> > Damn! I lost it... :-) It just disappear from both my disk and CVS
> > (mumble mumble...).
> > ok from an old copy here's RemoteDelivery again... it should work (at
> > least it works on my PC).
>
> Thanks for getting RemoteDelivery back in place. Had to make one change
> to the run.bat file (and I guess will change run.sh) to include mail.jar
> and activation.jar in the classpath... otherwise I was receiving a
> "NoSuchProvderException for smtp" in the lookup of the URLName. Not
> sure of the details of why this is, as it works now.
Damn again! why it's working perfectly on my win2000? I gess is some
platform dependent code I wrote.
Ok... the Main.java (Loader) set the libpath in AvalonClassLoader to
"../lib/" to easier load libs like mail.jar etc. The purpose was exactly
to avoid 1000 char classpath.
try to take a look at it... maybe we can find the problem.
>
> Very unfortunately, I still get periods appended to my message. I
> mentioned this quite a while ago and it still seems to be happening.
> Hmmm... not sure why, but I always get an extra line with two periods
> ("..") and I'm not sure what's causing it.
>
Again... I do not. I'll look for bad code.
> Otherwise, the retrying works beautifully, logging, matching, etc...
> things look good otherwise. I've got a 4-day wedding weekend starting
> Thursday morning, but I'll try to grab a laptop from the office and play
> with James in the airport and as I can. Do you know if/how I can get
> the remote IP address of the connection that sent the message? I'll
> look through the code, but if you know how off hand, that would be
> appreciated.
>
InetAddress ip = socket.getInetAddress();
I suppose that's what you were looking for.
Have a nice weekend.
> Serge Knystautas
> Loki Technologies
> http://www.lokitech.com/
> .
Fede
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]