标签: grails groovy jetty ports cometd
我想运行几个Grails应用程序,由Jetty提供支持(但我可以在需要时将服务器更改为Tomcat,但我需要在CometD功能上使用Continuations API)。它们都需要在80端口,但有不同的域名(myfirstsite.com,mysecondsite.com)
有没有办法以这种方式运行多个应用程序?
答案 0 :(得分:3)
最简单的方法可能是使用Apache HTTPD虚拟主机,使用mod_proxy连接到Jetty或Tomcat。
答案 1 :(得分:0)
run different webapps on different virtual hosts on Jetty应该不复杂。