Closed glassfishrobot closed 14 years ago
Reported by survivant@java.net
jfarcand@java.net said: Fix target
jfarcand@java.net said: Change title
jfarcand@java.net said: Adding webserver Adding webserver/pom.xml Adding webserver/src Adding webserver/src/main Adding webserver/src/main/java Adding webserver/src/main/java/com Adding webserver/src/main/java/com/sun Adding webserver/src/main/java/com/sun/grizzly Adding webserver/src/main/java/com/sun/grizzly/webserver Adding webserver/src/main/java/com/sun/grizzly/webserver/WebServer.java Transmitting file data .. Committed revision 2143.
jfarcand@java.net said: Fix target
Was assigned to grizzly-issues
This issue was imported from java.net JIRA GRIZZLY-366
Marked as fixed on Wednesday, December 16th 2009, 6:14:11 pm
I was looking around to deploy a war using Grizzly and I found so much ways to do that, then now I'm confuse.
I saw the example of JF to start Hudson on Grizzly, JF send me another way how to start my first comet application, I found another way using grizzly-servlet-webserver-1.8.3.jar (maybe it's the same as comet.. not sure)
Can someone explain to me how to use Grizzly to start theses applications ?
1 - suppose that I have a comet application (build using Grizzly)
2 - same application but using Atmosphere (where it will be ready)
3 - suppose that I have a war : like a servlet
4 - a war using JSF or Struts
5 - another suggestions ?
6 - a webservice
The grizzly-comet.jar is probably the best for #1/2/3. 4 you need a jsp compiler/runtime, which we don't have yet. I suspect Jasper will works, but I didn't test.
Can you file an RFE? I think we need to clarify which jar to use and we might want to create a new distribution jar named: grizzly-webserver.jar which contains comet/cometd/servlet/etc. support.
Environment
Operating System: All Platform: All
Affected Versions
[1.9.2]