电脑N久没有换系统了卡的像狗一样,不忍久重新装了系统,像往常一样,装各种软件然后配置各种环境,正常开工。可是在运行Tomcat的时候才发现80端口被占用,找了很多方法未解决,最后还是解决掉了,这就把我试过的所有方法汇集在一块,做个备份。1.第一反应,通过CMD的命令查找被占用的端口的PID,通过PI...
分类:
其他好文 时间:
2014-04-30 00:04:06
阅读次数:
537
参考这个里边对API的调用http://samza.incubator.apache.org/learn/documentation/0.7.0/container/metrics.html参考这里列出的可用配置http://samza.incubator.apache.org/learn/docu...
分类:
其他好文 时间:
2014-04-29 23:50:43
阅读次数:
843
今天的博文主要记录一个问题,就是当MyEclipse异常关闭后,再次开启环境,导致Tomcat无法启动的问题解决方案
问题描述:在MyEclipse启动或者是tomcat启动的时候出现:Addressalreadyinuse:JVM_Bind:8080出现该异常
解决方案:首先,我们必须明确该问.....
分类:
系统相关 时间:
2014-04-29 23:16:49
阅读次数:
725
/** * Copyright 2002-2006,2009 The Apache Software
Foundation. * * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use ....
分类:
其他好文 时间:
2014-04-29 21:16:42
阅读次数:
532
1、安装httpd软件包:Yum install
httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd:
[ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:
其他好文 时间:
2014-04-29 20:50:11
阅读次数:
431
package org.apache.struts2.dispatcher;import
com.opensymphony.xwork2.ActionInvocation;import
com.opensymphony.xwork2.Result;import com.opensymphony.xw...
分类:
其他好文 时间:
2014-04-29 18:55:17
阅读次数:
415
一、jstl标签的下载与配置摘要:下载地址http://www.apache.org/dist/jakarta/taglibs/standard/,主要standard.jar
与 jstl.jar 两个jar文件,若为所有web应用使用可拷贝到tomcat的 lib目录下,若为当前应用使用拷贝到W...
分类:
Web程序 时间:
2014-04-29 17:55:44
阅读次数:
699
1、下载cas的cas-web.war包,并把他放在tomcat
的webapps下面;D:\huan\lifeRayWithCas\cas-server-3.5.0-release\cas-server-3.5.0\modules\cas-server-webapp-3.5.0.war2、编辑to...
分类:
Web程序 时间:
2014-04-29 16:12:53
阅读次数:
652
一、tomat启动流程1、启动HttpConnector
connector等待连接请求,只负责接受socket请求,具体处理过程交给HttpProcessor处理。
tomcat用户只能访问到connector,能设置接受的数据的buffer大小,而不能看见HttpProcessor的处理过程.....
分类:
编程语言 时间:
2014-04-29 14:45:40
阅读次数:
641
Index.jsp struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts...
分类:
Web程序 时间:
2014-04-29 13:57:27
阅读次数:
510