MyEclipse+tomcat问题.有经验的进

来源:百度知道 编辑:UC知道 时间:2024/05/29 15:05:12
本人刚接手了公司里以前的一个项目,在MyEclipse下打开,启动tomcat服务,
不报任何错误,确提示'无法显示网页'的错误!
注:自己新建的其它工程都可以正常访问.
昨天弄了一天,没结果.今天我以为可能项目中设置了登陆的过滤器,但是刚把filter去掉还不行.
在线等,急,谢谢!!!
加上部分的部署描述符(ssh的框架,限于字数限制无法全部显示);
<?xml version="1.0" encoding="gb2312"?>
<display-name>Precious Business</display-name>
<description>Precious Business</description>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
<login-config>
<!-- Authorization setting for SSL -->
<auth-method>CLIENT-CERT</auth-method>
<realm-name>Client Cert Users-only Ar

<!-- Authorization setting for SSL -->
<web-resource-collection ><web-resource-name >SSL</web-resource-name><url-pattern>/*</url-pattern></web-resource-collection><user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
进入要证书的楼主,用https://工程名:端口号/登陆页面.jsp进入试试
一般用https的tomcat断口号是8443
_________________________________________
http://www.shdeveloper.cn/article.asp?id=70
试试这个网站上面的,如果不行
可能是你少了密钥,原来工程的密钥在哪呢,拷过来在tomcat下直接配置下试试看,给你推荐两个网站
http://www.javah.net/JSP_JSF/20070602/2125.html
这个有生成密钥的方法,不知道能不能解决

不会

看看你公司的工程的页面是不是都在WEB-INF下甚至再往下层的目录?
那里的目录都是不可以直接访问的,需要页面的跳转才能转过去,看看是不是有