RE: Tomcat only responds to first request

2008-06-05 Thread Noronha, Joao
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

RE: Tomcat only responds to first request

2008-06-04 Thread Noronha, Joao
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