EB is based on Apache Tomcat 6/7. I'm a .NET guy so not very familiar with Apache servers. I guess there are two questions. First can you run the mod_mono server on Tomcat 6/7? Secondly, if so can you run it on Amazon EB?
We have an enterprise app largely written in Java but we have one core module written in .NET and I'm looking for a way to run the whole thing in a PaaS environment. I think this means I can either a) run all my Java stuff on Microsoft Azure (the .NET program will of course work here) or b) run my one .NET program and all my Java code on Amazon EB.
Thanks!