Wednesday, January 25, 2012

Re: GWT App Deployed To Tomcat Displays Old Content

Thank you for the reply. There is no xml file in the $CATALINA_HOME
\conf\Catalina\localhost directory with the same name as the war.

Additional steps taken in attempt to resolve:
- Copied Project into a Project2; ran successfully in App Engine and
it worked; deployed to Tomcat 7 and still shows old content under the
new Project2 webapp context.
- Installed Tomcat 6 and retested; same failure - old content
displayed.

I'm using the GWT Compile option from the Eclipse menu, is there any
other way to manually force a compile? There is no code in the app
for what is being displayed and this is now becoming a breaking point
on using GWT for a solution.

Any insight is appreciated.

Thanks,
KGD

On Jan 25, 2:34 am, "Peter Ginneberge" <p.ginnebe...@gmail.com> wrote:
> $CATALINA_HOME\conf\Catalina\localhost
>
> Look for an xml file with the same name as the war and remove it.
> Restart tomcat.
>
>
>
> ----- Original Message -----
> From: "KGD" <keith.g.de...@gmail.com>
> To: "Google Web Toolkit" <google-web-toolkit@googlegroups.com>
> Sent: Wednesday, January 25, 2012 2:31 AM
> Subject: Re: GWT App Deployed To Tomcat Displays Old Content
>
> I have done the following:
>
> - Deleted the $CATALINA_HOME\work
> - Deleted the $CATALINA_HOME\temp
> - Cleared the client browser cache
> - Stopped / Restarted Tomcat several times
> - With Tomcat stopped, made a call to my entry point page and received
> the 404 error message
> - Manually cleaned the webapps\<my app> directory from the local file
> system
>
> Still, the old content persists.  Inside Eclipse, I am using the GWT
> App Engine to test my application which I believe uses the Jetty app
> server.  My Tomcat instance is completely separate from Eclipse.
>
> Any feedback is appreciated.  I'm going to copy the project to a new
> project and test under a differet webapp context and see if that
> works.
>
> Thanks,
> Keith

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment