I have a system include : apache tomcat webserver, a JSP/Servlet website, a local network (LAN). I want to check user's connection to my webiste by using java code. Please to help me !. Thanks so much.
I have a system include : apache tomcat webserver, a JSP/Servlet website, a local network (LAN). I want to check user's connection to my webiste by using java code. Please to help me !. Thanks so much.
Where "check user's connection" means what exactly? In the basic sense it doesn't mean anything because your server can't run code on behalf of a user unless the user is connected. So by definition it is meaningless.