I am having a lot of trouble trying to get the StockWatcher using JSON
application to work when deploying it to Tomcat.  I have spent two
days trying to get it two work without much luck.  Please help.

Error: HTTP Status 404 - /stockwatcher/stockPrices
         The requested resource (/stockwatcher/stockPrices) is not
available.

Link: http://eslas04/stockwatcher/stockPrices?q=ABC+DEF

Tomcat Version: 6.0.20, 5.5.12, and 5.0.x (three versions I tried)
Java: 1.5.x
GWT: 1.6.4
Eclipse: 3.4.2

Facts:
  I can write and deploy my own vanilla servlet under tomcat and it
works

  l can follow the link http://eslas04/StockWatcher/StockWatcher.html
and I can see the client
  application load without using the servlet.

  I can run in debug mode launch using the built in Jetty server and
successfully retrieve the
  JSON data when type http://localhost/stockwatcher/stockPrices

  I compiled the project several times and double checked all of the
code.

  Log files under Tomcat indicate the application is successfully
deployed.


The link to the example I followed is:

http://code.google.com/webtoolkit/tutorials/1.6/JSON.html

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

Reply via email to