GWT doesn't really have any servlet magic so I doubt that the GWT upgrade 
has caused the issue. Are you double sure you haven't changed anything else 
except the GWT library? No Tomcat update? No Apache update? No update of 
Apache proxy rules? 

It sounds like your servlet is a GWT-RPC service because you used the 
Jakarta migration tool. If that is true you can now use 
gwt-servlet-jakarta.jar and skip the migration tool.

-- J.

[email protected] schrieb am Samstag, 30. November 2024 um 17:27:59 
UTC+1:

> 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/dda2b7e2-3565-4f79-ac99-b90f8cac9522n%40googlegroups.com.

Reply via email to