I'm trying to change the ports used by mec-as2 in order to integrate with JBoss, which I'm running with non-default ports. It sounds like that has to be changed in the source so here's what I'm trying to do:
1. Changed rmi server port to 1199 in PreferencesAS2.java
2. Compiled and replaced that class in mec_as2.jar
3. bundled mec_as2.jar into mec_as2.war
4. deployed war into Jboss
However, it still seems to be looking for the rmi server on 1098. Did I miss something in the code or should that have worked?
Are there any other ports I need to be concerned about to integrate into JBoss?
I'm trying to change the ports used by mec-as2 in order to integrate with JBoss, which I'm running with non-default ports. It sounds like that has to be changed in the source so here's what I'm trying to do:
1. Changed rmi server port to 1199 in PreferencesAS2.java
2. Compiled and replaced that class in mec_as2.jar
3. bundled mec_as2.jar into mec_as2.war
4. deployed war into Jboss
However, it still seems to be looking for the rmi server on 1098. Did I miss something in the code or should that have worked?
Are there any other ports I need to be concerned about to integrate into JBoss?