資源簡介
GB28181調(diào)試服務(wù)器,基于tomcat,可用。注意webapps下無war包,war包在webapps同級目錄下,名稱為SIPStandardDebug.war。將war包放在webapps目錄下運行tomcat。啟動完成訪問 http://localhost:8080/SIPStandardDebug/ 即可調(diào)試sip。tomcat啟動時會報找不到manager與host-manager的錯誤,忽視即可
代碼片段和文件信息
package?org.apache.jsp;
import?javax.servlet.*;
import?javax.servlet.http.*;
import?javax.servlet.jsp.*;
public?final?class?_401_jsp?extends?org.apache.jasper.runtime.HttpJspbase
????implements?org.apache.jasper.runtime.JspSourceDependent?{
??private?static?final?JspFactory?_jspxFactory?=?JspFactory.getDefaultFactory();
??private?static?java.util.List?_jspx_dependants;
??private?javax.el.expressionFactory?_el_expressionfactory;
??private?org.apache.AnnotationProcessor?_jsp_annotationprocessor;
??public?object?getDependants()?{
????return?_jspx_dependants;
??}
??public?void?_jspInit()?{
????_el_expressionfactory?=?_jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getexpressionFactory();
????_jsp_annotationprocessor?=?(org.apache.AnnotationProcessor)?getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
??}
??public?void?_jspDestroy()?{
??}
??public?void?_jspService(HttpServletRequest?request?HttpServletResponse?response)
????????throws?java.io.IOException?ServletException?{
????PageContext?pageContext?=?null;
????HttpSession?session?=?null;
????ServletContext?application?=?null;
????ServletConfig?config?=?null;
????JspWriter?out?=?null;
????object?page?=?this;
????JspWriter?_jspx_out?=?null;
????PageContext?_jspx_page_context?=?null;
????try?{
??????response.setContentType(“text/html“);
??????pageContext?=?_jspxFactory.getPageContext(this?request?response
?????? null?true?8192?true);
??????_jspx_page_context?=?pageContext;
??????application?=?pageContext.getServletContext();
??????config?=?pageContext.getServletConfig();
??????session?=?pageContext.getSession();
??????out?=?pageContext.getOut();
??????_jspx_out?=?out;
??????out.write(“\n“);
??response.setHeader(“WWW-Authenticate“?“Ba
- 上一篇:北大開發(fā)的軟件建模工具PKUModeler
- 下一篇:程序員實用算法及源碼
評論
共有 條評論