apache - Using Jetty to serve a web application -
i using jetty first time deploy gwt web app connecting restlet api , trying understand best way use it.
i want make embeddable can update config during run-time (allowing me add new domain names etc).
our web server runs apache serve php web app , our first time deploying gwt app , using jetty.
is possible use jetty in parallel apache (both serving requests on port 80) , since embedding use apache before reaches jetty? apache receives request , forwards jetty?
both server cannot run on same port. can run both on same machine. use separate port jetty.
jetty receives request through own port , doesn't depend on other server.
Comments
Post a Comment