码迷,mamicode.com
首页 >  
搜索关键字:deployment    ( 918个结果
WebSphere 更新应用后请求静态资源出现 503 错误
系统环境:WebSphere 6.1.0.25 Network Deployment, 有集群,前端用IBM Http Server Plugin事情是这样的,由于本集群上有多个应用,所以在更新应用时不可以重启App Server。同时,在集群环境中,如果直接更新应用,会自动触发WAS集群中的App...
分类:Web程序   时间:2014-11-28 15:55:01    阅读次数:898
No monitoring data is available because monitoring is not enabled for this deployment share
Nomonitoringdataisavailablebecausemonitoringisnotenabledforthisdeploymentshare...注解:没有监测数据是可用的。报错具体信息如下:Assembly:mscorlibAssemblyVersion:2.0.0.0FileVersion:2.0.50727.5420(Win7SP1.050727-5400)Assembly:Microsoft.ManagementConsoleAssembl..
分类:其他好文   时间:2014-11-25 19:06:42    阅读次数:302
Java热加载的实现
应用服务器一般都支持热部署或者热加载(Hot Deployment或者Hot Swap),即更新代码保存时把新编译类替换旧的类,后面的程序就执行新类中的代码。这也是由各种应用服务器的独有的类加载器层次实现的。那如何在我们的程序中也实现这种热加载功能呢? 即要在不重启JVM虚拟机的情况下,换个类,J....
分类:编程语言   时间:2014-11-24 13:27:11    阅读次数:406
[译]Stairway to Integration Services Level 18 – 部署和执行
介绍在本文中,我们要创建一个SSIS Catalog 实例,部署我们的项目,并且运行 weather data loader 包.SSIS 2012 部署模型 SSIS 2012 Deployment ModelsSQL Server 2012 Integration Services 支持两种部署...
分类:其他好文   时间:2014-11-22 00:34:30    阅读次数:317
[译]Stairway to Integration Services Level 14 - 项目转换(SSIS 2008 ~ SSIS 2012)
介绍本文中我们会用SSDT把第一个SSIS项目转换为 SSIS 2012, 为什么要升级到2012? 你可能想使用SSIS 2012新的特性. 又或者想使用 SSIS 2012 Catalog. 想要使用 Catalog, 你的项目必须转为 Project Deployment Model 我们会在...
分类:其他好文   时间:2014-11-19 18:25:05    阅读次数:224
SharePoint 2013 Content Deployment 报错 These columns don't currently have unique values
错误描述:These columns don't currently have unique values.Content deployment job 'job name' failed.The exception thrown was 'System.ArgumentException' : 'These columns don't currently have unique values.'...
分类:其他好文   时间:2014-11-19 16:08:24    阅读次数:180
eclipse 使用tomcat7.0建立Dynamic Web Project 时 web.xml的问题
最近使用Eclipse helios版本结合tomcat7.0建立动态的web项目时,发现在WEB-INF下的web.xml没有了。解决方案:建立web项目时,建到第三个下一步时,将Generate web.xml deployment descriptor这个选项选中即可。
分类:Web程序   时间:2014-11-19 10:39:11    阅读次数:231
office365 Proplus 部署安装(office deployment tool)
部署office365proplus多种途径:用户可以自己在office365门户网站下载安装;企业内部受控的情况借助SCCM\OFFICEdeploymenttool等。下面就来记录下借助officedeploymenttool在企业内部部署officeproplus。demo背景:现有环境有N多个客户端需要部署office365proplus,如果用户同..
分类:其他好文   时间:2014-11-19 02:06:41    阅读次数:877
SharePoint 2013 Content Deployment 报错 These columns don't currently have unique values
错误描述:These columns don't currently have unique values.Content deployment job 'job name' failed.The exception thrown was 'System.ArgumentException' :.....
分类:其他好文   时间:2014-11-18 23:42:12    阅读次数:386
Eclipse中为什么创建DynamicWebProject后没有默认的web.xml文件?
在Eclipse中新建DynamicWebProject的时候不要直接点"完成",在下一步有个勾选项(Generate web.xml deployment descriptor),选上就会默认生成web.xml。...
分类:Web程序   时间:2014-11-18 16:01:03    阅读次数:209
918条   上一页 1 ... 85 86 87 88 89 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!