Using the Eclipse plugin I created a new GWT project. I was able to
run it in development mode (via the 'Run As Web Application' command.
I was able to run the auto-generated test app successfully. Note that
I named the test project testGWT.

I have an existing project in Eclipse which uses Tomcat. I need to
integrated GWT into this project.

I followed the instructions here...
http://code.google.com/eclipse/docs/existingprojects.html

I then copied the source code, html and css from the test project into
my project. I also copied the servlet entry into my web.xml.

I restarted Tomcat and noted that the <WAR>/testgwt directory was
created/

I then tried to hit
http://127.0.0.1:8080/TestGWT.html?gwt.codesvr=127.0.0.1:9997
in my browser, which returned...

"Plugin failed to connect to hosted mode server at 127.0.0.1:9997"

(I tried changing 127.0.0.01 to localhost, which did not help.)

At this point I thought I would simply compile to Javascript and test
that way. I right clicked the project Google > GWT Compile. I get the
dialogue which shows my entry point class. When I click ok I get the
error "GWT compilation failed" with no details as to why. I confirmed
that the gwt-servlet.jar file is on my classpath and Eclipse is
notifying me of no compilation problems prior to the GWT compile
attempt.

I think I must be missing something fundamental.  Does anyone have any
suggestions?

-- 
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