Hi,
I have a tomcat 6.20 instance running, and would like to send an email via a background thread to prevent the email sending function from blocking the request.
Is there any way I can execute the thread in the background, while still allowing normal page flow to occur.
The application is written in ICEfaces.
Thanks.