I'm trying to learn how data push works in BlazeDS by using
the followingchat
tutorial. The tutorial gives you a preconfigured version of
Tomcat and all works well, very nice. So I took the next step and
added the chat code and XML files (services-config.xml,
messaging-config.xml, etc) to my pre-existing Flex project. When I
deployed my web-app to Tomcat 5.5 the chat application doesn't
receive any data from the server, not even an error. Anybody know
what might be the difference between the preconfigured Tomcat where
the chat works and my standard Tomcat 5.5? Any suggestions on how
to debug this, no errors pop up and the tomcat logs are
clean.
↧