如何添加带有 jetty 和 geoserver 的第二个网络应用程序?
How to add a second web app with jetty alongside with geoserver?
我在 ubuntu 上部署了 GeoServer 的平台独立二进制文件。要启动地理服务器,我只需要 运行 这个脚本 /usr/share/geoserver/bin/startup.sh
所以实际上没有安装码头。可以通过 http://localhost:8080/geoserver/web
访问 Geoserver 网络应用程序
我想知道如何配置采用此路径的第二个 Web 应用程序 http://localhost:8080/upload/index.html
理想情况下,我希望 python 和 PHP 得到支持。
如有任何提示,我们将不胜感激。谢谢。
您可以将任何其他 war 文件添加到 geoserver_dir/webaps/
,Jetty 将像任何其他 servlet 一样解压和 运行 它们。
我不知道您如何将 python 和 PHP 添加到该设置中。也许你最好看看 运行ning tomcat 和 apache 并在那里使用 GeoServer war 文件。
我在 ubuntu 上部署了 GeoServer 的平台独立二进制文件。要启动地理服务器,我只需要 运行 这个脚本 /usr/share/geoserver/bin/startup.sh 所以实际上没有安装码头。可以通过 http://localhost:8080/geoserver/web
访问 Geoserver 网络应用程序我想知道如何配置采用此路径的第二个 Web 应用程序 http://localhost:8080/upload/index.html 理想情况下,我希望 python 和 PHP 得到支持。
如有任何提示,我们将不胜感激。谢谢。
您可以将任何其他 war 文件添加到 geoserver_dir/webaps/
,Jetty 将像任何其他 servlet 一样解压和 运行 它们。
我不知道您如何将 python 和 PHP 添加到该设置中。也许你最好看看 运行ning tomcat 和 apache 并在那里使用 GeoServer war 文件。