WebLogic的初步研究(1-2)
时间:2007-01-05 13:01:59
来源: 作者: 点击:次 出处:技术无忧
关键字:WebL
设置运行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编译器的路径。
访问技术无忧网,软硬件通吃保你技术无忧!网址http://www.pc51.net












文章评论
共有 0 位网友发表了评论 此处只显示部分留言 点击查看完整评论页面