Maven运行hello2示例

Posted phs007

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven运行hello2示例相关的知识,希望对你有一定的参考价值。

使用Maven运行hello2示例

1.启动GlassFish Server,启动命令:asadmin start-domin (停止:asadmin stop-domain  )。

2.在终端窗口中,转到:

tutorial-examples-master/web/servlet/hello2/

3.输入以下命令

mvn install

4.此目标构建WAR文件,浏览器进入Glassfish管理台localhost:4848,部署hello2的war文件

5.点laugh运行

6.出错可打开以下URL运行:

http://localhost:8080/hello2/greetingl

 

以上是关于Maven运行hello2示例的主要内容,如果未能解决你的问题,请参考以下文章

使用 Maven 运行 Kmeans 集群示例(Mahout in Action)

hello1 hello2 服务器安装加部署全过程

Hello2实例的分析

如何仅使用命令行运行 Maven 创建的 jar 文件

jar包的一生

在eclipse luna中运行maven项目