-1

I am new to DWR and want to implement a chat application and use DWR for that.

I followed this turorial to configure it. I have put the war file in my webapps and started the server. I'm getting the classes when I used http://localhost:8080/dwr/dwr/test/JavascriptChat. How can I run this?

Stijn Geukens
  • 15,454
  • 8
  • 66
  • 101
user630209
  • 1,123
  • 4
  • 42
  • 93

1 Answers1

0

Did you configured dwr.xml? Dont try to run the tutorials. Get the idea from the tutorial and try something simple and different than the tutorial. I used to waste lot of time in running the tutorial examples. But actually dwr is very easy to implement.

Also have a look at: This Answer

Community
  • 1
  • 1