Well, if all you did was copy over the HTML and JS files then you're still missing the Servlet and supporting classes, and the web.xml with the servlet mapping.
I would suggest looking into an automated build tool, such as Ant, for building a WAR file and deploying it to Tomcat. That's ever so much easier than copying files around by hand. On Thu, Nov 20, 2008 at 4:26 PM, Jas199931 <[EMAIL PROTECTED]> wrote: > > Thank you for the hint. > > In fact, I was confused when I read your comment at the first time. > Why should we deploy the application if we just want to debug on the > hosted mode? > > Later on, when I read the online tutorial carefully, it seems that the > following statement implies that we need to deploy the application on > the local tomcat server in advance. "Let's now pretend that we have in > fact integrated StockWatcher into an existing PHP site." Is that > correct? > > I created a folder call StockWatcher directly under my local tomcat > webapps directory, and compiled the StockWatcher application and > copied all files under gwt-linux-1.5.3/StockWatcher/StockWatcher/www/ > com.google.gwt.sample.stockwatcher.StockWatcher to my local tomcat > webapps/StockWatcher folder. > > Now I am able to see StockWatcher running on my local tomcat server on > the hosted mode. However, when I typed in a stock symbol, I got > another error: > > <u>/StockWatcher/stockPrices</u></p><p><b>description</b> <u>The > requested resource (/StockWatcher/stockPrices) is not available.</u> > > Any other comments? > > Cheers, > > Jas > > On Nov 21, 3:13 am, "Isaac Truett" <[EMAIL PROTECTED]> wrote: >> Sounds like the application isn't deployed on your tomcat server. Did >> you confirm that it deployed successfully? >> >> On Wed, Nov 19, 2008 at 11:27 PM, Jas199931 <[EMAIL PROTECTED]> wrote: >> >> > Hi, All: >> >> > I have Tomcat running locally on port 8080. In order todebugcode on >> >hostedmode using my local Tomcat server instead of the embedded GWT >> > tomcat server, I followed the instruction given online ((http:// >> > code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web- >> > toolkit-doc-1-5&t=GettingStartedHostedMode) but was unable to get the >> > same result. >> >> > What I have got is the "HTTP Status 404 - /StockWatcher/ >> > StockWatcher.html" error when I tried todebugthe code within >> > eclipse. >> >> > If anyone have done a similar thing successfully, could you please >> > kindly share your experience? >> >> > Cheers, >> >> > Jas > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
