Deploying Presto in Jetty Server

  • xjwang
  • 02/01/10
  • Offline
Posted: Mon, 02/01/2010 - 12:45

Does anyone have experience in deploying Presto in Jetty 6.1.11 server?  What are instructions in deploying Presto in Jetty server?

cfff4
0
Your rating: None

Hi Jennie, Jetty is

  • aishmishra
  • 09/24/08
  • Offline
  • Tue, 02/02/2010 - 03:04

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

  • aishmishra
  • 09/24/08
  • Offline
  • Thu, 02/04/2010 - 04:30

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.