当前位置: 技术问答>java相关
jsp 和WebSphere问题
来源: 互联网 发布时间:2015-01-04
本文导语: 如何把网页放在服务器上,web服务器是WebShere,如何配置?它的默认web目录和如何设置新的默认目录?我的连接jsp文件出现下列错误:Internal Server Error The server encountered an internal error or misconfiguration and was unable ...
如何把网页放在服务器上,web服务器是WebShere,如何配置?它的默认web目录和如何设置新的默认目录?我的连接jsp文件出现下列错误:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
什么原因?
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
什么原因?
|
你的错误信息表示你的应用服务器还没有启动
你可以按以下方式发布你的jsp
1。启动控制台
2。在菜单中选择“控制台/任务/创建Web应用程序
3。在对话框中为你的应用起个名字
4。在这个对话框的最后一步,你可以指定你的应用的根目录和类路径,可以不用缺省的路径
5。要注意的是,如果你还有jpg,gif,htm等类型的文件,要在Web Server中设置指向你在4中指定的根目录的虚目录
6。在Default Server上单击右键,选择启动就可以了
你可以按以下方式发布你的jsp
1。启动控制台
2。在菜单中选择“控制台/任务/创建Web应用程序
3。在对话框中为你的应用起个名字
4。在这个对话框的最后一步,你可以指定你的应用的根目录和类路径,可以不用缺省的路径
5。要注意的是,如果你还有jpg,gif,htm等类型的文件,要在Web Server中设置指向你在4中指定的根目录的虚目录
6。在Default Server上单击右键,选择启动就可以了
|
websphere中,一般jsp和html文件都放到web目录下。
websphere默认配置有一个default_app如:E:WebSphereAppServerhostsdefault_hostdefault_app它下面有一个web目录也有个servlet目录。html和jsp都放在web目录下即可访问为:
http://hostname/defaul_app/xxx.jsp
至于配置其他访问路径,需要到websphere的管理控制台进行。
websphere默认配置有一个default_app如:E:WebSphereAppServerhostsdefault_hostdefault_app它下面有一个web目录也有个servlet目录。html和jsp都放在web目录下即可访问为:
http://hostname/defaul_app/xxx.jsp
至于配置其他访问路径,需要到websphere的管理控制台进行。
|
我好象还没听说过.html与.jsp文件在使用时要放在websphere的应用路径下。
你只需要将它们放在webserver如iis的目录下即可。websphere的iis过滤器会自动将.jsp文件交给websphere去处理。
你只需要将它们放在webserver如iis的目录下即可。websphere的iis过滤器会自动将.jsp文件交给websphere去处理。