怎么在linux上编译java web

2024-12-12 11:35:04
推荐回答(2个)
回答1:

解压后会有两个文件夹:nexus-2.11.4-01和sonatype-work,前者包含了运行环境和应用程序,后者是配置和数据。
注意要以管理员方式打开命令提示符:
进入目录:\nexus-2.11.4-01\bin\jsw\windows-x86-64
运行:
install-nexus.bat11

然后运行:
start-nexus.bat11

结果如下所示:
wrapper | Starting the nexus service...
wrapper | Waiting to start...
wrapper | Waiting to start...
wrapper | nexus started.

回答2:

如果你的jdk还有tomcat都启动好了,就简单多了,在tomcat/webapps/ROOT/目录下建立hello.jsp,接着输入命令firefox 。在浏览器输入:http://localhost:8080/hello.jsp

如果建立在包下/ROOT/Demo/Hi.jsp,那么就要输入:http://localhost:8080/Demo/Hi.jsp

servlet如果不用IDE,有点麻烦,参考教程:菜鸟教程servlet自己看吧