码迷,mamicode.com
首页 > Web开发 > 详细

Linux下开发JSP项目(Hello world)

时间:2015-06-02 19:35:31      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

测试环境:

主机系统:Win 7

虚拟机:VMware workstation 11.1.0

虚拟机OS: centos 6.5 64 Kernel 2.6.32-431-e16.x86_64

Myeclipse2015 1.0

Tomcat6.0.43

? ?

1. 图形界面下运行Myeclipse#./myeclipse &

技术分享

技术分享

2. 新建项目

技术分享

3. 选择MyEclipse?–> Web?–> JSP (Basic Templates)

技术分享

技术分享

4. 输入项目名? HelloWorld

技术分享

5. 编辑代码

<%@ page language="java" contentType="text/html; charset=UTF-8"
??? pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
??? Hello World!
</body>
</html>

6. 设置Web服务器Tomcat

Windows?–> Preferences?–>?MyEclipse?–> Servers?–> Runtiem Environment

技术分享

技术分享

7. 点击"Add"添加,选择Linux下自己安装Tomcat的版本,我安装的是Tomcat 6.0

技术分享

选择Tomcat安装目录

技术分享

点击右侧的"Restore"按钮

技术分享

点击"运行"按钮

技术分享

可以看到服务器已经启动,然后再点击"Add/Remove Devements.."按钮,选择要运行的项目

技术分享

选择要运行的项目

技术分享

打开火狐浏览器输入:

http://localhost:8080/test_hello_world/Helloworld%201.0.jsp

技术分享

? ?

测试成功

Linux下开发JSP项目(Hello world)

标签:

原文地址:http://www.cnblogs.com/Kevin-Yang/p/4547050.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!