-
-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gwt] Glassfish , Refresh page error #486
Comments
Hi, I get the same or similar issue here when refreshing a GWT page: I don't know what is going on but is seems the AtmosphereServlet is called for urls that have not been mapped to it, like html, css and images ???
|
I think these errors are all to do with an incorrect servletPath setup On 7-7-2012 15:25, jduke32 wrote:
|
I fixed it for my example, the cause of the error was that I had the AtmosphereServlet mapped as follows
and my rpc services mapped as /something/service/servicename ( using guice) I don't know if this is supported by the servlet 3.0 spec or not, but I changed the pattern to /async/event/¨ and now everything is working as expected. |
Hello , when i refresh my web socket page that is based on AtmosphereClient gwt , i got error on glass fish logs when i refresh page.Sometimes i got blank page.
The text was updated successfully, but these errors were encountered: