
配置管理
iteye_11019
这个作者很懒,什么都没留下…
展开
-
Tomcat6设置debug
<script type="text/javascript">document.domain = &quot;iteye.com&quot;;</script>本例测试环境OS:目前主流操作系统WEB服务器:Tomcat6IDE:Eclipse3.2S1、设置环境变量CATALINA_OPTS 在catalina.bat的...2009-11-01 22:59:26 · 149 阅读 · 0 评论 -
maven3 deploy时账户认证失败 WebDAV
问题描述 今天使用maven3.0.4 deploy时,一直报认证失败。具体Error 信息如下: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project corba: Failed to depl...2012-02-01 17:38:23 · 930 阅读 · 0 评论 -
Eclipse与Java 6u21的兼容性问题
Eclipse与Java 6u21的兼容性问题(仅存在于windows版本) Java 6u21做了一个改动,将COMPANY_NAME=Sun Microsystems, Inc.改为了COMPANY_NAME=Oracle Corporation。为此给Eclipse带来一个大bug,导致Eclipse出现OOM,还是相当地严重。 解决方法1 针对如果...2010-08-02 21:37:58 · 124 阅读 · 0 评论 -
firefox 弹出对话框 "could not create the control"
1、问题再现 Firefox只要一打开,有调用activex组件的,都会弹出对话框 "could not create the control"。 2、问题分析 为了在Firefox下使用QC,就安装了ActiveX插件npmozax.exe。 然后就打开firefox就提示: could not crea...2010-07-23 09:46:26 · 243 阅读 · 0 评论 -
Maven2之 report常用plugin
1、findbugs-maven-plugin http://mojo.codehaus.org/findbugs-maven-plugin/ FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. <plugin> <gro...2010-07-20 15:32:36 · 131 阅读 · 0 评论 -
Maven2之 build常用plugin
1、maven-compiler-plugin 2、maven-eclipse-plugin 3、maven-source-plugin 4、more2010-07-20 15:30:47 · 109 阅读 · 0 评论 -
maven2 常用repository站点
1. 主站 http://search.maven.org/ http://mvnrepository.com/ http://s3browse.springsource.com/browse/repository.springsource.com/maven/bundles/release http://ebr.springsource.com/repos...2011-08-22 15:24:16 · 200 阅读 · 0 评论 -
tomcat6 debug 模式启动
正常情况下,我们都是直接使用startup.sh启动tomcat。开发或测试环境下需要debug模式。tomcat6启动脚本是支持debug模式启动,但是需要输入必要的参数。如题: //windows#bin/catalina.bat jpda start//Linux#bin/catalina.sh jpda start ...2011-12-08 16:51:42 · 225 阅读 · 0 评论 -
解决apache ssl证书问题 "Enter pass phrase:"
[问题描述] 在apache配置数字证书的情况下,会出现如下状况:Some of your private key files are encrypted for security reasons.In order to read them you have to provide the pass phrases.Server xxx.com:443 (RSA)...2010-04-12 14:10:45 · 1872 阅读 · 0 评论 -
maven2 更新snapshots jar包的配置
[问题再现] maven在编译工程时,无法及时更新snapshots jar包。 maven工程引入snapshots jar包时,jar的snapshots的版本已经确定,但是jar的内容是经常变化的。所以真实的需求是编译工程时能及时更新snapshots jar包。 [期望结果] maven能在编译时及时更新snapshots jar包。 [解决办...2010-04-12 11:47:23 · 224 阅读 · 0 评论 -
mvn exclusion 打包时过滤文件及排除依赖包
1、排除依赖包 <dependency> <groupId>com.xxx.xxx</groupId> <artifactId>xxx</artifactId> <version>1.0</version> <exclusions>2010-03-31 20:32:12 · 1166 阅读 · 0 评论 -
maven2常用操作命令
1、生成新的项目 mvn archetype:create -DgroupId=com.xxx.self -DartifactId=xxx-self2、生成 eclipse项目mvn eclipse:eclipse -DdownloadSources=true注:-DdownloadSources=true 表示下载源码包3、项目生成jar 包 mvn pac...2010-03-25 09:09:09 · 96 阅读 · 0 评论 -
解决 TSVNCache.exe 占CPU 的问题
[前言]TortoiseSVN是开源界非常流行的一款源代码控制和管理软件,在开源项目里,几乎都用到了SVN。 [问题]安装了SVN后会有一个TSVNCache.exe的进程驻留内存,这个进程会定时地去扫描Subversion管理的文件夹/文件是否被修改了,一旦发现有更新,那本地的这些有更新的文件/文件夹就会被更新,这个动作不仅会占用10-50MB左右的内存,而且也会在...2010-03-18 15:17:28 · 162 阅读 · 0 评论 -
maven2 下载依赖包时下载其源代码包
maven2在执行eclipse:eclipse,install等命令时,默认不下载sources包。有两个方法可以获得所依赖包的源码包:1、使用命令 mvn dependency:sources2、增加参数 mvn eclipse:eclipse -DdownloadSources=true...2010-03-18 14:58:56 · 106 阅读 · 0 评论 -
linux shell 删除指定日期前的文件
1. 删除昨天前的所有文件, 可通过调整mtime的参数来改变指定时间`find /tmp/tiesheng/ -mtime +1 |xargs rm -rf`2.2011-05-30 09:52:19 · 392 阅读 · 0 评论 -
Maven 项目指定JDK版本
在主pom.xml文件中,增加如下配置! <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plug...2010-03-10 15:29:53 · 392 阅读 · 0 评论 -
Linux下Nginx的安装调试
对大名鼎鼎的Nginx就不做介绍了,直接上重点。不过对nginx的发音我需要强调下,“engine X”。一、安装环境:2.6.18-164.el5x86_64 GNU/Linux其它信息忽略 二、安装过程./configuremakemake install 默认情况下,Nginx 会被安装在 /usr/local/nginx。...2010-10-05 00:37:18 · 119 阅读 · 0 评论 -
JConsole远程监控JBoss服务器
一、简言 Java6.x采用JMX方式提供了一系列监视和管理虚拟机的API,随SDK一起发布的JConsole则是采用这些API实现监控虚拟机的使用工具。JConsole能够提供被监控虚拟机的内存、线程、类的加载以及MBean等信息,从而能够对服务器的运行情况进行实时监控。二、运行环境服务器:Redhat Linux ES 5.3 + JDK 1.6.07 + Jboss 4....2009-12-23 11:54:30 · 139 阅读 · 0 评论 -
You can't add/del workspace by yourself, use platform please
问题描述:执行#git push origin masterWriting objects: 100% (3/3), 204 bytes | 0 bytes/s, done.Total 3 (delta 0), reused 0 (delta 0)remote: Error: You can't add/del workspace by yourself, use platfo...2013-12-01 12:21:07 · 195 阅读 · 0 评论