Does anyone have experience in deploying Presto in Jetty 6.1.11 server? What are instructions in deploying Presto in Jetty server?
cfff4
- Login or register to post comments
- Email this page
Does anyone have experience in deploying Presto in Jetty 6.1.11 server? What are instructions in deploying Presto in Jetty server?
Hi Jennie, Jetty is
Hi Jennie,
Jetty is essentially an HTTP server. To run Presto you will need an application server. Apart from the application servers listed in the documentation (Tomcat, WebSphere, WebLogc, OC4J JBoss), Glassfish and Geronimo are some of the other application servers.
Hope it answers your query. Do let us know in case you have other queries
Hi Jennie, I am sorry and
Hi Jennie,
I am sorry and take back my earlier comment on Jetty not supporting deployment of web applications. One can actually deploy web applications on Jetty. Please refer to the following links for more information.
http://www.enavigo.com/2008/08/29/deploying-a-web-application-to-jetty/
http://docs.codehaus.org/display/JETTY/WebAppDeployer
However, let me point out that at this point Presto is not certified on Jetty.