用Eclipse部署Liferay开发环境
时间:2006-12-05 来源:Erick_Kong
一、下载eclipse
建议装几个比较方便的插件:
1、JSP Edit:
2、Tomcat pluginV31
3、PropEdit3.8.0
4、JSEclipse1.5.2.2
5、ResourceBoundleEditor0.5.4
二、下载liferay-portal-4.1.2.war
1. 将liferay-portal-4.1.2.war解压到ROOT文件下,如d:/code/liferay/ROOT
2. 打开eclipse,选择File->switch workspace,选择d:/code
3. 重新启动eclipse,新建java project: liferay。注意:此处名称与第1点红色部分一样
500)this.width=500;" border=0>点击下一步,系统将自动将liferay下面的文件导入,点击“Create new source folder”,新建src文件夹:
500)this.width=500;" border=0>选择default output folder为liferay/ROOT/WEB-INF/classes,点击Finish
三、如果你安装了Tomcat pluginV31插件,作如下配置:
1、选择window->preference
500)this.width=500;" border=0>2、选择Tomcat根目录:
3、选择JVM Settings:
500)this.width=500;" border=0>4、点击“添加”,作以下配置:
-Xms128m -Xmx512m -Dfile.encoding=UTF8 -Duser.timezone=GMT -Djava.security.auth.login.config=The full path of your tomcat/conf/jaas.config
注意:如果安装其他插件,需要作相应的设置。单独启动tomcat见
http://blog.chinaunix.net/u/25536/showart_208304.html