hi
I'm trying to upgrade from 2.10.0 to 2.12.1.

My app runs in tomcat / java 21 with apache using it as a proxy. It's 
mostly client code except for a servlet whose sole function is to grab the 
remote ip and make it available to client code. With the 2.10.0 setup I had 
to run the server class through the jakartaee migration tool to make it 
work. With everything ok, if you browse to the servlet you get a 405 as the 
GET method is not supported,  although that confirms the servlet is running.

With unchanged code everything compiles with 2.12.1,  but the servlet will 
not run. I've tried both the standard compiled class and its byte enhanced 
version. Both give a 404 and the ip is not available to client code. The 
client code itself otherwise runs as expected.

Any pointers towards a fix?


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/google-web-toolkit/cffd13f6-80f3-44fd-9351-5db19d16ce58n%40googlegroups.com.

Reply via email to