> > We only register the listener servlet on the module activator, and I > believe it's just using the default http port configured/used in the > host (e.g host-tomcat ) > > > [1] > https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk/modules/web-javascript-dojo/src/main/java/org/apache/tuscany/sca/web/javascript/dojo/DojoModuleActivator.java > > > > -- > Luciano Resende > http://people.apache.org/~lresende > http://twitter.com/lresende1975 > http://lresende.blogspot.com/ >
That does seem to be the case. I'm going to raise a JIRA against this as this seems to cause problems when you deploy to a container at anything other than the default port. It's also a tad confusing the way that multiple things can get registered against the root context in the webapp case and overwrite one another with no warning. Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
