Skip to content

Commit

Permalink
Fix atmosphere.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Jun 10, 2010
1 parent 4b5eb21 commit 6b21ee0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<atmosphere-handlers>
<atmosphere-handler context-root="/resources" class-name="org.atmosphere.core.JerseyServletProcessor">
<atmosphere-handler context-root="/resources" class-name="org.atmosphere.handler.ReflectorServletProcessor"
broadcaster="org.atmosphere.samples.twitter.TwitterBroadcaster">
<property name="servletClassName" value="com.sun.jersey.spi.container.servlet.ServletContainer"/>
</atmosphere-handler>
</atmosphere-handlers>


0 comments on commit 6b21ee0

Please sign in to comment.