Hello everyone and thanks in advance.
This is a last ditch effort to figure out what the problem is or find a better solution.
I am using JSP filter to filter web access to a tomcat web server.
I have a client, a server and the filter.
The client and the filter open up sockets the the server receives them.
I heard that opening up a server socket in a JSP files is a no-no but I cannot think of a better way to make it send a string to the server software, if you know any please do tell
But the problem on hand is that when the page is filtered it only send the string initially and not anytime after that
I have the socket opened in the filter and the receiver in the server program is in a thread so it should be taking and printing the string when it is received.
All of my code is zipped in here, you will need tomcat to run.
http://www.easy-share.com/1904209945/JNetProtect.zip
I'm really sorry for the length and complexity of this question, please if there is any better way to do this do speak up,