Hi Heller
I need exactly know all port numbers , which
will be used by m-e-c AS2. As far i understand
we use 8080 and 8443 by default for "jetty".
But in other jetty configs i saw such ports as 8081, 8089 and etc.
Could you provide complete list of used ports ?
(Its very important for ports management, because i should know which one are in use and how and where can i change default settings)
Thanks
Eugene
Eugene,
the jetty ports depend on the jetty.xml configuration file. The default is 8080 but you could set up any other.
The RMI connection between the receipt servlet and m-e-c as2 runs on port 1099.
The communication between m-e-c as2 and the database runs on port 3333.
The message queue needs the following ports:
16423, 16023.
Regards
Heller
Hi Heller
How can i change RMI port from 1099 to another value?
I found in source code only one reference "1099" in Preferences.java.
I changed it, but got error during files
reception : "Unable to detect a running server on localhost:1099". Where it is hardcoded ?
Thanks
Eugene
Eugene,
I searched the code for a string "1099", this setting is only hardcoded in the class PreferencesAS2.java.
Changing this setting should change the RMI port. Please remember to rebuild both the jar and the war files if you change this, this may be the problem.
Regards
Heller
Heller
you were right! I got new .war file and it
works perfect. Thank you very much
Regards
Eugene