Dear sir,
I am a newbie for MMS. Now, I configured TerminatingApp.java to listen port 80 to receive message from MMSC. When I ran the terminatingapp, it shown alram "address already in use". How can I resolve it?
Nusjaree
PS. I put terminatingApp.java in our develop web server box so this server use port 80 for web server. We dont want to use other port for termianting app.
RE: How can open socket in port 80 for terminatingApp.java
1970-01-01, 02:00#2
If you have some another software (Web server for example) using the port 80 you can't use it with the Java library. You need to assign some free port. Otherwise how can the Java lib know if the incoming reguest is meant for web server or your application...?