Hi. I am an ICT Engineer in ASC srl, Italy: I am really interested in Serotonine Scada applications, and I am trying to evaluate Mango M2M Java Servlet. I should absolutely deploy the servlet using Tomcat 5.5 in a custom path, NOT TOMCAT ROOT FOLDER. Should someone help me? Servlet deployment in a custom path actually generates some java AccessControlException and the servlet cannot load. Soon I will upload some logs generated at servlet application startup. Best regards.
The online demo of Mango is in fact installed in a sub context, so there should not be any application problems in doing so. I suspect your problem may relate to the usage of a custom or non-standard Security Manager in your Tomcat installation. (See http://tomcat.apache.org/tomcat-3.3-doc/tomcat-security.html for details on using security managers.)
Can you send more details of the exception, such as the full stack trace? If the stack trace is not descriptive, you can turn on security manager debugging following the instructions at the bottom of the page at the above url.