Error while invoking the async service call

Hi All,

I have deployed a simple GWT(Google Web toolkit) test application(sample code generated in GWT project) in a Linux(Ubantu 10.4). When ever I enter the name and click on the Send button, I am getting error in the popup.

Server replies:

An error occurred while attempting to contact the server. Please check your network connection and try again.

In the error lgs on the server, I can see this

File does not exist: /var/lib/tomcat6/webapps/Test/test/greet

Can anyone give pointers on how to solve this problem. Following is the configuration web.xml

greetServlet

com.test.server.GreetingServiceImpl

greetServlet

/test/greet

Test.html

1 Reply

Hi All,

I am able to solve the problem. Following link helped

~~[http://www.howtoforge.com/how-to-install-tomcat6-with-sun-java-and-apache2-integration-on-ubuntu-10.04-lucid-lynx-with-virtual-hosts" target="_blank">](http://www.howtoforge.com/how-to-instal … tual-hosts">http://www.howtoforge.com/how-to-install-tomcat6-with-sun-java-and-apache2-integration-on-ubuntu-10.04-lucid-lynx-with-virtual-hosts](

Cheers

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct