ect: RE: Tomcat only responds to first request
I managed to solve the problem, by making 3 things, didn't
figure out which one did the trick:
a) commenting AJP connector (I'm using standalone);
b) changing port from 8082 to 10080
c) using
I managed to solve the problem, by making 3 things, didn't figure out
which one did the trick:
a) commenting AJP connector (I'm using standalone);
b) changing port from 8082 to 10080
c) using -server option in JVM options
My guess would be option b)...
By the way, Eclipse is messing a little wi