Re: [daemon] Problems with Java 7 on MacOS

2013-03-01 Thread Ted Dunning
I was afraid that the trick was too superficial. I just took a look and find that I have a more serious problem than yours ... $ jsvc > -bash: jsvc: command not found Good luck with the problem. On Fri, Mar 1, 2013 at 12:44 PM, Ian Emmons wrote: > > That is indeed a neat trick -- thanks for

[daemon] jsvc won't recognize my entry point class

2013-03-01 Thread Ian Emmons
I am trying to use jsvc to launch my program on Ubuntu 12.10 with Java 7: $ java -version java version "1.7.0_15" OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) With the -debug flag, jsvc reports that it correctly fin

Re: [daemon] Problems with Java 7 on MacOS

2013-03-01 Thread Ian Emmons
Ted, That is indeed a neat trick -- thanks for the tip. Unfortunately, it doesn't help with this problem. I had JAVA_HOME set correctly, but jsvc doesn't know how to find the JVM shared lib within it in the case where JAVA_HOME points to Oracle's Java rather than Apple's. Cheers, Ian On F

Re: Web servers all documentation links are broken

2013-03-01 Thread Olivier Lamy
Should be fixed now -- Olivier Le 1 mars 2013 15:12, "Pim" a écrit : > Hi Thomas, > > not for me though: > Any link from the site : > http://commons.apache.org/**proper/commons-io/: > fails. (In de Commons IO section) > > So maybe something needs t

RE: Remove headers on multipart email

2013-03-01 Thread Gabriel Rossetti
I think this means that your client cannot receive emails from most people on earth :-), maybe you should do as described below and make sure there is not a config mistake, most if not all email clients will include the "From:" header. So unless this is an internal email only SMTP server (in thi

Re: Remove headers on multipart email

2013-03-01 Thread Ricardo Bevilacqua
Hi, Its a really odd thing that im asking, I know. I think the problem with the server is that it rejects messages with a custom FROM as an anti-spam feature, just like Caesar said. If I send a mail manually with Telnet, without specifying the FROM field, the mail is sent. Thanks in advance! Ric

Re: Web servers all documentation links are broken

2013-03-01 Thread Pim
Hi Thomas, not for me though: Any link from the site : http://commons.apache.org/proper/commons-io/ : fails. (In de Commons IO section) So maybe something needs to be deployed or propogated. So far no luck, Pim Thomas Neidhart schreef op 2013-03-01 08:27: On 02/28/2013 01:10 PM, walter.ea..