码迷,mamicode.com
首页 >  
搜索关键字:jboss modules    ( 4827个结果
jboss中发布项目如何去掉上下文
正常发布的web项目访问需要加上项目的名称,又称为上下文。有时候我们需要去掉上下文,直接通过ip地址加端口号来实现访问。实现起来很简单,只需要在你的war包的WEB-INF目录下加入jboss-web.xml文件,具体内...
分类:其他好文   时间:2014-07-22 09:00:06    阅读次数:802
编译linux-3.15.5时遇到的几个错误
1. make时遇到一个标志位不被支持,需要升级gcc: yum update gcc 2. make modules_install时提示137错误: 需要增大虚拟机内存或swap分区。 3. make install时提示: [root@mon1 linux-3.15.5]# make install s...
分类:系统相关   时间:2014-07-22 08:13:35    阅读次数:414
Centos 下搭建SVN + Apache 服务器
安装软件包 #?yum?install?httpd #?yum?install?mod_dav_svn #?yum?install?subversion ?2. ?验证安装 ?#?httpd?-version ????结果显示: ???????? ? 前往 /etc/httpd/modules/ 下,检...
分类:其他好文   时间:2014-07-21 10:27:15    阅读次数:243
Apache 反向代理设置
环境:Debian7.5 + apache2.2.24(wdcp/wdlinux)1、转至apache源码包的proxy目录:cd /v/softs/lanmp/httpd-2.2.24/modules/proxy2、执行apxs命令,编译得到mod_proxy.so:sudo /www/wdlin...
分类:其他好文   时间:2014-07-21 00:27:46    阅读次数:487
转:maven3常用POM属性及Settings属性介绍
原文:http://blog.csdn.net/lgm277531070/article/details/6922645 A.pom.xml属性介绍: project: pom的xml根元素。 parent: 声明继承。 modules: 声明聚合,该值是一个当前POM的相对目录。用户项目的聚合。 ...
分类:其他好文   时间:2014-07-19 18:21:07    阅读次数:163
a Makefile
1 obj-m += showpid.o2 obj-m += ps.o3 4 all:5 make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules6 clean:7 rm -rf *.o *.mod.c *...
分类:其他好文   时间:2014-07-19 17:23:58    阅读次数:236
Java之旅--Web.xml解析
Windows的IIS,是用UI界面进行站点的配置;Linux下面的几乎所有系统,都是使用配置文件来进行配置,Java容器(JBoss/Tomcat/Jetty/WebSphere/WebLogic等等)也不例外,它们使用一个部署在WEB-INFO目录下面的web.xml来作为站点配置文件。 本文参考互联网文章,学习并记录web.xml的加载顺序及配置详解。...
分类:编程语言   时间:2014-07-19 02:31:06    阅读次数:279
saltstack细节要点
1、pillar的top.sls的路径是由pillar_roots和state_top配置参数决定的。2、_grains和_modules目录必须是file_roots定义的目录3、编写sls文件时经常会出现tab,但yaml只支持空格。其实可以转换的,转换如下::setexpandtab:%ret!4(如果tab是8个空格,则是8)4、在编写策略时,如果..
分类:其他好文   时间:2014-07-19 02:23:45    阅读次数:270
ubuntu下jboss-seam-2.2.2.Final/examples/build.xml:754: warning: 'includeantruntime' was not set
[javac] /home/huihui/app/jboss-seam-2.2.2.Final/examples/build.xml:754: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds 在jboss-...
分类:其他好文   时间:2014-07-17 10:19:42    阅读次数:206
Jboss image upload and http access to show image--reference
questionI am uploading images to jboss server by getting the absolute path using the following codegetServletContext().getRealPath("");The uploaded im...
分类:数据库   时间:2014-07-17 00:15:11    阅读次数:429
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!