users@grizzly.java.net

grizzly-http-webserver-1.8.3 not launch my .war application

From: Claudio Miranda <claudio_at_claudius.com.br>
Date: Wed, 16 Jul 2008 15:04:37 -0700 (PDT)

I am new to grizzly, I have started grizzly webserver as below, but browser
was unable to show anything, no error, no message (on browser or console)

http://localhost:8081/CadEmprego.jsp
http://localhost:8081/jobs/CadEmprego.jsp

How can I launch an .war application ?

$ java -jar grizzly-http-webserver-1.8.3.jar -p 8081 -a
/home/claudio/alphaworks/projects/soujava/jobs/dist/jobs.war
Running from: /tmp/jobs
16/07/2008 19:00:40 com.sun.grizzly.http.SelectorThread displayConfiguration
INFO:
 Grizzly configuration for port 8081
         maxThreads: 5
         minThreads: 5
         ByteBuffer size: 8192
         maxHttpHeaderSize: 8192
         maxKeepAliveRequests: 256
         keepAliveTimeoutInSeconds: 30
         Static File Cache enabled: true
         Static resources directory: /tmp/jobs
         Adapter : com.sun.grizzly.tcp.StaticResourcesAdapter
         Thread Pool (Pipeline): com.sun.grizzly.http.LinkedListPipeline
         Asynchronous Request Processing enabled: false

Thanks

Claudio Miranda

-----
Claudio Miranda
http://weblogs.java.net/blog/claudio
http://www.claudius.com.br/blog
-- 
View this message in context: http://www.nabble.com/grizzly-http-webserver-1.8.3-not-launch-my-.war-application-tp18497667p18497667.html
Sent from the Grizzly - Users mailing list archive at Nabble.com.