added comet stuff in deploy/root
This commit is contained in:
parent
bc2937fba2
commit
019a25f0c0
3 changed files with 33 additions and 0 deletions
9
deploy/root/META-INF/atmosphere.xml
Executable file
9
deploy/root/META-INF/atmosphere.xml
Executable file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<atmosphere-handlers>
|
||||||
|
<!-- 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">
|
||||||
|
<!-- Define some AtmosphereHandler properties -->
|
||||||
|
<property name="com.sun.jersey.spi.container.ResourceFilters" value="org.atmosphere.core.AtmosphereFilter"/>
|
||||||
|
</atmosphere-handler>
|
||||||
|
</atmosphere-handlers>
|
||||||
5
deploy/root/META-INF/context.xml
Executable file
5
deploy/root/META-INF/context.xml
Executable file
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Context>
|
||||||
|
<!-- <Loader className="org.atmosphere.util.AtmosphereClassloader"/> -->
|
||||||
|
<Loader delegate="true"/>
|
||||||
|
</Context>
|
||||||
19
deploy/root/jquery-1.3.2.min.js
vendored
Normal file
19
deploy/root/jquery-1.3.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue