I have deployed one of my web application in tomcat on remote machine.
while, before deploying i have implemented Desktop.getDesktop().mail
functionality to invoke outlook email in my local system.
I have successfully invoked the outlook email.
The problem is when deployed the same in to remote machine in tomcat and trying to access the webapp from my client machine. I could not able to invoke outlook mail application.
Is there any problem, does any one faced the same problem before?