Production Deployment

2010-02-11 Thread N Kapshoo
I want to evaluate James as an integrated mail solution for a very large web application. I have successfully deployed on my local box and used JavaMail to test basic email. What I am unclear about is - How are production deployments of James typically done? I would be looking to support a very l

Re: Production Deployment

2010-02-11 Thread Norman Maurer
Hi, first of for your requirements current development version of james would be a better fit then the last released stable one. Current development version of james use spring for dependecy injection. There is currently no war file but writing a war deployment shouldn't be to hard (its on my todo

Re: Production Deployment

2010-02-11 Thread N Kapshoo
I am not too familiar with JSR250 and JMX, so I will need to read up on it. I am curious on when you say you use james as a standalone application. If so, how do you write your mailets/matchers and deploy them to the application? (Like do you use eclipse, then build, then copy??). Can you say how

Re: Production Deployment

2010-02-11 Thread Norman Maurer
Hi, you just write them via eclipse (or whatever). Then package them as .jar and add them to the classpath. Bye, Norman 2010/2/11 N Kapshoo : > I am not too familiar with JSR250 and JMX, so I will need to read up on it. > > I am curious on when you say you use james as a standalone application.

Re: Production Deployment

2010-02-11 Thread Norman Maurer
About JSR250 injection.. You could also just use normal setter or constructor injection with spring.. Bye, Norman 2010/2/11 N Kapshoo : > I am not too familiar with JSR250 and JMX, so I will need to read up on it. > > I am curious on when you say you use james as a standalone application. > If so

Re: Production Deployment

2010-02-11 Thread Sheetal Pole
I am not too familiar with JSR250 and JMX, so I will need to read up on it. I am curious on when you say you use james as a standalone application. Do you mean you run it as a Linux service? If so, how do you write your mailets/matchers and deploy them to the application? (Like do you use eclipse,

RE: Production Deployment

2010-02-11 Thread Kent Butler
ource to get started. Kent -Original Message- From: Sheetal Pole [mailto:sheetal.p...@gmail.com] Sent: Thursday, February 11, 2010 7:52 AM To: James Users List Subject: Re: Production Deployment I am not too familiar with JSR250 and JMX, so I will need to read up on it. I am curious on

Re: Production Deployment

2010-02-11 Thread N Kapshoo
: Sheetal Pole [mailto:sheetal.p...@gmail.com] > Sent: Thursday, February 11, 2010 7:52 AM > To: James Users List > Subject: Re: Production Deployment > > I am not too familiar with JSR250 and JMX, so I will need to read up on > it. > > I am curious on when you say you use