Question : Get the ip of the server running the application

Hi,

How do I get both local and public IP of the server running the Java app ?

Thank you

Answer : Get the ip of the server running the application

and let the following in faults.js
1:
2:
3:
4:
function ShowPhoto(equipid) {
    var vara = "/EquipmentPhotos/pic" + equipid + ".jpg";
    document.getElementById('EquipPhoto').setAttribute('src', vara);
}
Random Solutions  
 
programming4us programming4us