码迷,mamicode.com
首页 >  
搜索关键字:docker weblogic    ( 18429个结果
docker offical docs:Working with Containers
enough----------------------------------------------------------------------------------Working with Containers-In thelast section of the Docker User ...
分类:其他好文   时间:2014-11-04 18:59:22    阅读次数:186
docker offical docs:Working with Docker Images
Working with Docker Images##orignal is always the bestIn theintroductionwe've discovered that Docker images are the basis of containers. In thepreviou...
分类:其他好文   时间:2014-11-04 17:17:43    阅读次数:292
在web.xml中配置spring配置文件的路径
contextConfigLocation classpath:/spring/dataAccessContext_weblogic.xml, classpath:/applicationContext.xml
分类:编程语言   时间:2014-11-04 17:02:11    阅读次数:140
Linux下WebLogic12.1.1安装
1.用WebLogic用户在WebLogic目录下新建文件夹(/home/weblogic/server/weblogic/wls1211/)2.查看上传的zip包权限是否是WebLogic的,如果是root权限则要改为WebLogic权限 chown weblogic:weblogic 压缩包名3...
分类:Web程序   时间:2014-11-04 16:46:37    阅读次数:259
docker note from UC blog
--------------------------------------------------------------------------original url http://tech.uc.cn/?p=2726最近接触PAAS相关的知识,在研发过程中开始使用Docker搭建了自己完整的...
分类:其他好文   时间:2014-11-04 12:31:26    阅读次数:215
WebLogic 服务器配置
环境版本Windows 8.1 WebLogic 10.3.0 JDK:1.6WebLogic 创建域在Windows环境下有两种方式:1、直接在开始菜单创建domain: 2、直接进入WebLogic安装目录中创建domain,具体位置类似如: D:\bea\wlserver_10.3\comm....
分类:Web程序   时间:2014-11-04 00:10:35    阅读次数:314
使用InstelliJ IDEA创建Web应用程序(一)
环境版本Windows 8.1IDE:InstelliJ IDEA 13 Spring:Spring 4.1.1 & Spring MVC 4.1.1 WebLogic 10.3.0 JDK:1.6尽管网络上宣扬InstelliJ IDEA(简称IDEA)的各种好处,但是从实践来看,对于刚接...
分类:Web程序   时间:2014-11-03 23:52:38    阅读次数:329
(原)docker安装
网上的方法都转载兼扯蛋。。。一步一个坑。。官网的教程顺序也不对。。坑1. ps:这个命令下载的不是docker。。。这个:sudo apt-get install docker下的是啥我也不知道,于是卸载掉:$ sudo apt-get remove docker && sudo apt-get a...
分类:其他好文   时间:2014-11-03 19:19:09    阅读次数:254
Docker:集装箱式“运输”在软件上的实现
Docker是由PaaS提供商dotCloud在2013年年初创建的一款开源应用引擎,Docker可以自动将任何应用打包成轻量、可移植、自包涵的容器引擎。开发者构建的应用可以一次构建全平台运行,包括本地开发机器,生产环境,虚拟机和云等。Docker基于Go语言开发,代码托管在 Github上,并遵循...
分类:其他好文   时间:2014-11-03 12:54:56    阅读次数:469
体验 Docker 之以前的工作日志汇总
n# 2014/09/02 安装 CentOS 7 ## 网络配置 CentOS 7 安装完成后,网络不可以。CentOS 7 网络配置和 6 有些不同。CentOS 7 虚拟机安装完成后有一个随机的网卡,在我这叫 `ens35`。静态 IP 没有配置成功。简单的启用...
分类:其他好文   时间:2014-10-30 19:28:06    阅读次数:253
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!