From: Malte <mlegenhau...@gmail.com>
Date: Sat, 18 Oct 2008 14:53:07 -0700 (PDT)
Local: Sat, Oct 18 2008 5:53 pm
Subject: Re: Howto execute maven-antrun-plugin after gwt:gwt phase
It's a litte bit more complicated. I am running spring in the embedded
tomcat server and call the gwt shell servlet over the DispatcherServlet from spring, because the default servlet-mapping /* for the gwt shell servlet doesn't let me call any other servlet. When I am now calling the gwt shell servlet from the spring context, the gwt shell servlet is not able to find the gwt.rpc file in the .gwt-tmp/ shell directory. I don't know exactly why, but I think it is when I am calling the gwt shell servlet from inside spring the servlet context changed to the tomcat/webapps/ROOT directory. That why I have to copy the gwt.rpc file to this directory. When someone can tell me how I can change the context back to the default directory or how I can configure the servlet-mapping so that I can call spring besides the gwt shell servlet I would be happy ;) Some configurations:
<servlet>
Problem is then the shell has the /* mapping everything is handled by
<bean id="gwtShellController"
<bean id="urlMapping"
My main goal is to run everything in the hosted browser with the
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||