日期:2014-05-16  浏览次数:20265 次

tomcat的jsessionid报错

问题.tomcat 中的j2ee的报jsessionid的404 报错?
1.在浏览器的i
nternet工具选项中选择支持cookie ,将会使其成功的调转到首页
2.是跳转中的配置文件struts-config.xml或jsp文件的form表单声明问题,这次的出
错是struts的action类中的execute写成了excute ,故报这样的错,已经将其解决。
3.其它未知的可能。
问题:HTTP Status 404 - /shiyan/statInfo.do? 报错 ?
description:The requested resource (/shiyan/statInfo.do) is not available.
public ActionForward excute(ActionMapping mapping, ActionForm form,//原来为excute,奇怪改为excute后可以
?? ??? ??? ?HttpServletRequest request, HttpServletResponse response) {
?? ??? ?// TODO Auto-generated method stub
?? ??? ?return null;
?? ?}

4.页面布局的混乱问题:内部的table大小设置,注意从界面分析是外部的还是内部的布局设计问题。

<%@include file="../html/bottom.jsp" %>
也可用:<img src="http://jeromecen1021.blog.163.com/blog/${pageContext.request.contextPath}/picture/gxu.jpg"/>
5.tomcat中设置其数据连接池的maxActive maxIdle maxWait 其中为最大连接数单位为个 空闲时的最大连接数单位为个? 最大的链接等待时间单位为ms