当前位置: 技术问答>java相关
关于WEBLOGIC的菜鸟问题!
来源: 互联网 发布时间:2015-04-21
本文导语: 今天我安装了WEBLOGIC 6.1 按照QUICK_START.HTML的介绍 Copy your JSP file into the config/mydomain/applications/DefaultWebApp In a web browser, request the JSP file using the following URL: http://127.0.0.1:7001/myJSPfile.jsp 但浏览器总是找不...
今天我安装了WEBLOGIC 6.1 按照QUICK_START.HTML的介绍
Copy your JSP file into the
config/mydomain/applications/DefaultWebApp
In a web browser, request the JSP file using the following URL:
http://127.0.0.1:7001/myJSPfile.jsp
但浏览器总是找不到myJSPfile.jsp
我得DEFAULT SERVER 正常启动WHY?
Copy your JSP file into the
config/mydomain/applications/DefaultWebApp
In a web browser, request the JSP file using the following URL:
http://127.0.0.1:7001/myJSPfile.jsp
但浏览器总是找不到myJSPfile.jsp
我得DEFAULT SERVER 正常启动WHY?
|
建议你在与myJSPfile.jsp同级目录下随便写个html或者看http://127.0.0.1:7001/index.html看能不能出来,如果可以出来,则有可能是weblogic.properties文件中配置有问题:
weblogic.httpd.documentRoot=public_html/
。。。
还有
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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=f:/jdk1.3/bin/javac.exe,
workingDir=f:/weblogic/myserver/classfiles,
verbose=true
要配置成你机器上相应的jdk的目录,如上:
try again!
weblogic.httpd.documentRoot=public_html/
。。。
还有
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# 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=f:/jdk1.3/bin/javac.exe,
workingDir=f:/weblogic/myserver/classfiles,
verbose=true
要配置成你机器上相应的jdk的目录,如上:
try again!
|
我的没事啊。 你再看看你的DEFAULT SERVER 是不是真的启动号了,再就看看你的myJSPfile.jsp有没错。建议写个最简单的。
Current time:
Current time: