myecplise上将工程部署到应用下时,经常出现 An internal error occurred during: "Add Deployment". java.lang.NullPointException 错误。很让人郁闷。 究其原因,一般是因为项目从别处导入的,从cvs上down下来的等 ...
分类:
系统相关 时间:
2016-06-22 12:48:26
阅读次数:
225
在软件的开发过程中,自动化的编译和部署能够带来很多的优势。如果可以通过一个脚本实现软件的自动化部署,那么就可以节省大量的时间去做其它事情。下面介绍如何将云应用程序通过PowerShell自动发布到azure的cloudservices上。一、打包需要发布的内容首先使用msbuild编译*.ccpr..
分类:
系统相关 时间:
2016-06-21 14:07:45
阅读次数:
367
https://blogs.technet.microsoft.com/devops https://www.amazon.cn/Continuous-Delivery-Reliable-Software-Releases-through-Build-Test-and-Deployment-Auto ...
分类:
其他好文 时间:
2016-06-21 12:51:00
阅读次数:
131
Linux下WebSphereV8.5.5.0安装详细过程自WAS8以后安装包不再区别OS,一份介质可以安装到多个平台。只针对InstallationManager进行了操作系统的区分,Websphere产品介质必须通过专门的工具InstallManagere安装。进入IBM的官网http://www.ibm.com/us/en/进行下载。在云盘http://yu..
分类:
Web程序 时间:
2016-06-13 19:29:29
阅读次数:
15040
没有项目可用于部署到该服务器的项目或者所有项目都已部署到该服务器或没有发现项目 报错的就是这样的信息,网上看了很多解决方案,比如:http://ttov.blog.163.com/blog/static/3822715201129103429620/ 都没用上 结果发现我就三个项目,都已经添加到To ...
分类:
其他好文 时间:
2016-06-08 23:08:44
阅读次数:
344
1,进入设置中找到deployment,然后添加一个ftp设置 ,填写好host,userName password 2,在高级设置中需要使用被动模式passive mode 然后测试 ...
分类:
Web程序 时间:
2016-06-08 15:22:17
阅读次数:
319
通过配置文件的方式实现一个简单的HelloWorld。 一、新建项目 1、新建动态web项目 2、命名工程springmvc-01 3、勾选"Generate web.xml deployment descriptor" 4、导入jar包 5、新建springmvc配置文件 6、命名配置文件spri ...
分类:
编程语言 时间:
2016-06-06 16:33:26
阅读次数:
237
在centos6.5上面创建kvm很顺利,在centos7.1上面遇到有些问题,在此记录下来,参考文档https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/chap-Network_configuration.html#sect-Network_co..
分类:
其他好文 时间:
2016-05-30 15:55:47
阅读次数:
209
Initial environment configuration shared-infra_hosts有哪些物理机器上可以运行容器来运行openstack服务如databases, memcached, and RabbitMQ, For details about how the invento ...
分类:
其他好文 时间:
2016-05-19 16:31:44
阅读次数:
331
java之Database Performance Best Practices
Spend time evaluating
the best JDBC driver for the application. The best driver will often vary depending on the specific deployment. The same appli...
分类:
数据库 时间:
2016-05-15 12:36:27
阅读次数:
209