WebLogic的初步研究(1-2)
设置运行JSP:
# WEBLOGIC JSP PROPERTIES 字串9
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init args for
字串1
# directory locations and uncomment to use. 字串6
#weblogic.httpd.register.*.jsp=
#weblogic.servlet.JSPServlet 字串1
#weblogic.httpd.initArgs.*.jsp= 字串3
#pageCheckSeconds=1, 字串3
#compileCommand=c:/jdk1.2.1/bin/javac.exe, 字串8
#workingDir=/weblogic/myserver/classfiles,
字串1
#verbose=true 字串6
把那些注释删去,即改为 字串7
# WEBLOGIC JSP PROPERTIES 字串9
# ------------------------------------------------
字串2
# Sets up automatic page compilation for JSP. Adjust init args for 字串8
# directory locations and uncomment to use.
weblogic.httpd.register.*.jsp=
weblogic.servlet.JSPServlet 字串8
weblogic.httpd.initArgs.*.jsp= 字串3
pageCheckSeconds=1,
字串2
compileCommand=c:/jdk1.2.1/bin/javac.exe,
字串1
workingDir=/weblogic/myserver/classfiles, 字串3
verbose=true
要注意的是还要配置好这一行: 字串2
compileCommand=/usr/local/jdk1.2/bin/javac, 字串5
这是JDK的JAVA编译器的路径。
字串6
Tags:
责任编辑:您的评论
·本站管理人员有权在不通知用户的情况下删除不符合规定的评论信息或留做证据
·请客观的评价您所看到的资讯,提倡就事论事,杜绝漫骂和人身攻击等不文明行为
精彩推荐
最新资讯


您的位置: