Tuesday, January 24, 2012

Re: GWT App Deployed To Tomcat Displays Old Content

$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.denny@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