renamed jersey package to rest
This commit is contained in:
parent
5a6ea7639b
commit
0afbdb44af
8 changed files with 506 additions and 815 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<!-- Associate a context-root (servlet-mapping) to an AtmosphereHandler.
|
||||
Request sent using that context-root will be mapped to its associated AtmosphereHandler
|
||||
-->
|
||||
<atmosphere-handler context-root="" class-name="se.scalablesolutions.akka.kernel.jersey.AkkaServlet" broadcaster="org.atmosphere.core.JerseyBroadcaster">
|
||||
<atmosphere-handler context-root="" class-name="se.scalablesolutions.akka.kernel.rest.AkkaServlet" broadcaster="org.atmosphere.core.JerseyBroadcaster">
|
||||
<!-- Define some AtmosphereHandler properties -->
|
||||
<property name="com.sun.jersey.spi.container.ResourceFilters" value="org.atmosphere.core.AtmosphereFilter"/>
|
||||
</atmosphere-handler>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue