Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tomcat 如何从中部署gwtp示例https://github.com/ArcBees/GWTP-Samples_Tomcat_Gwt_Gwtp - Fatal编程技术网

Tomcat 如何从中部署gwtp示例https://github.com/ArcBees/GWTP-Samples

Tomcat 如何从中部署gwtp示例https://github.com/ArcBees/GWTP-Samples,tomcat,gwt,gwtp,Tomcat,Gwt,Gwtp,我从下载了示例,并通过RunAs>Maven build with Maven goals clean gwt:run运行gwtp示例基本应用程序。它打开超级开发模式控制台,我可以在默认浏览器中打开应用程序。不过,现在我想将应用程序部署到Tomcat8服务器上。我如何才能做到这一点?mvn清洁软件包?认真地在您感兴趣部署到Tomcat的每个项目中运行它,以生成war文件——请参见下文 ~/GWTP-Samples> find . -name *.war ./gwtp-samples/gwt

我从下载了示例,并通过RunAs>Maven build with Maven goals clean gwt:run运行gwtp示例基本应用程序。它打开超级开发模式控制台,我可以在默认浏览器中打开应用程序。不过,现在我想将应用程序部署到Tomcat8服务器上。我如何才能做到这一点?

mvn清洁软件包?认真地在您感兴趣部署到Tomcat的每个项目中运行它,以生成war文件——请参见下文

~/GWTP-Samples> find . -name *.war
./gwtp-samples/gwtp-sample-mobile/target/gwtp-sample-mobile-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-basic/target/gwtp-sample-basic-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-basic-spring/target/gwtp-sample-basic-spring-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-crawler-service/target/gwtp-sample-crawler-service-2.0-SNAPSHOT.war
./gwtp-samples/gwtp-sample-nested/target/gwtp-sample-nested-2.0-SNAPSHOT.war
./carstore/target/carstore-1.6-SNAPSHOT.war
./multimodule/aggregate/target/aggregate-2.0-SNAPSHOT.war