You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Timo Nentwig <ti...@nitwit.de> on 2003/07/29 18:38:19 UTC

phoenix.sh does not shutdown james

Hi!

# sh james stop
Shutting down james: Using PHOENIX_HOME:   /opt/james
Using PHOENIX_TMPDIR: /opt/james/temp
Using JAVA_HOME:      /usr/local/bin/java
Shutting down Phoenix:

#

..but james is still running.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


mailet - to - ejb performance issue

Posted by Satish <sa...@nunet-tech.com>.
I am developing an application that does the following:
1. All the emails received at JAMES are to be stored in database,
checked for some filter rules and then sent to the user SMS.

I have two options to do this.
1. Mailet --> Web Service --> EJB

2. Mailet --> EJB directly.

The logic of storing into database, checking filter rules resides in
EJBs.

In option 1, mailet simply passes the Message to web service. It does
nothing else.

In option 2, mailet invokes EJB and passes the message object.

Which option is better in terms of performance?


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: phoenix.sh does not shutdown james

Posted by "Noel J. Bergman" <no...@devtech.com>.
Check the PID for James and the contents of $PHOENIX_TMPDIR/phoenix.pid to
see if they match.  Also make sure that you have the requisite permissions.

	--- Noel

-----Original Message-----
From: Timo Nentwig [mailto:timo@nitwit.de]
Sent: Tuesday, July 29, 2003 12:38
To: server-user@james.apache.org
Subject: phoenix.sh does not shutdown james


Hi!

# sh james stop
Shutting down james: Using PHOENIX_HOME:   /opt/james
Using PHOENIX_TMPDIR: /opt/james/temp
Using JAVA_HOME:      /usr/local/bin/java
Shutting down Phoenix:

#

..but james is still running.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org