Hi all,

I've just installed JAMES v2.0a2 - I have it up and running.
I've written a 'Hello World' mailet, JARed it and placed it into '<JAMES
HOME>/lib'.

My mailet looks like this:

  package com.ibm.il.snd.wts.mailets;
  public class HelloWorld extends GenericMailet {
    public void service(Mail mail) throws MessagingException {
    }
  }

I've added the following to '<JAMES HOME>/apps/james/conf/config.xml':

  ...
  <mailetpackage>com.ibm.il.snd.wts.mailets</mailetpackage>

  ...

  <mailet match="[EMAIL PROTECTED]" class
="HelloWorld">
  </mailet>


Now JAMES starts but wont initialize the POP/SMPT/whatever listeners.
The logs are clean and indicate that 'HelloWorld' has been initialized.
If I replace 'HelloWorld' with 'Null' JAMES starts OK.
Same thing happens with JAMES v2.0a1.

Any ideas?

Cheers,
--
Sharon Dagan
IT Architect, Software Group
IBM Israel

e: [EMAIL PROTECTED]
p: +972-3-9188776 m: +972-52-554776



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

Reply via email to