RSS
热门关键字:  下载  cms  模版  开源  dedecms
当前位置 :| 主页 > 站长学院 > JSP教程 >

WebLogic的初步研究(1-2)

来源:ChinaZ.com 作者:未知 时间:2006-04-29 Tag: 点击:
设置运行JSP:


# WEBLOGIC JSP PROPERTIES

# ------------------------------------------------

# Sets up automatic page compilation for JSP. Adjust init args for

# directory locations and uncomment to use.

#weblogic.httpd.register.*.jsp=\

#weblogic.servlet.JSPServlet

#weblogic.httpd.initArgs.*.jsp=\

#pageCheckSeconds=1,\

#compileCommand=c:/jdk1.2.1/bin/javac.exe, \

#workingDir=/weblogic/myserver/classfiles, \

#verbose=true


把那些注释删去,即改为


# WEBLOGIC JSP PROPERTIES

# ------------------------------------------------

# Sets up automatic page compilation for JSP. Adjust init args for

# directory locations and uncomment to use.

weblogic.httpd.register.*.jsp=\

weblogic.servlet.JSPServlet

weblogic.httpd.initArgs.*.jsp=\

pageCheckSeconds=1,\

compileCommand=c:/jdk1.2.1/bin/javac.exe, \

workingDir=/weblogic/myserver/classfiles, \

verbose=true

要注意的是还要配置好这一行:

compileCommand=/usr/local/jdk1.2/bin/javac, \

这是JDK的JAVA编译器的路径。


最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
热点关注
相关文章