Hello,

Until now my MINA-based applications were stand-alone java apps, started
from the command-line.
To add some management features, I embedded jetty and wrote some basic
servlets.
But now I am wondering if it wouldn't be easier to just create a regular
web-app and deploy it in Tomcat
(or any other servlet container)

All our other applications are webapps, so the deployment would be more
uniform
and for the management features I could use the MVC framework that I am used
to (Spring MVC + velocity).

Now my question is, does anyone have good or bad experience running a MINA
app inside tomcat ?
Does anyone foresee any problems with that approach ?

Thanks,
Maarten

Reply via email to