Configuration of Mail Server for MailTask

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2011 09:19 AM
Hallo all,
I tried to configure the mail server in activiti.cfg.xml directly in my project, but there is unfortunately no effect.
If I configure the mail server in the activiti.cfg.xml in apache-tomcat-6.0.29\webapps\activiti-rest\WEB-INF\lib\activiti-cfg.jar\ then works.
But it is very laborious.
What is the best way to configure the Mailserver?
Best regards
Alexej
I tried to configure the mail server in activiti.cfg.xml directly in my project, but there is unfortunately no effect.
If I configure the mail server in the activiti.cfg.xml in apache-tomcat-6.0.29\webapps\activiti-rest\WEB-INF\lib\activiti-cfg.jar\ then works.
But it is very laborious.
What is the best way to configure the Mailserver?
Best regards
Alexej
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2011 06:28 AM
The activiti.cfg.xml file in the rest-webapp is the engine configuration used for explorer and probe, so if you're using explorer and probe, this is the place to put the mail-server configuration. There is a servlet context-listener in the webapp that loads the ProcessEngine, based on the activiti.cfg.xml on the classpath.
If you don't need the rest-webapp (and explorer/probe), you can create the engine yourself: http://activiti.org/userguide/index.html#configuration
If you don't need the rest-webapp (and explorer/probe), you can create the engine yourself: http://activiti.org/userguide/index.html#configuration
