码迷,mamicode.com
首页 >  
搜索关键字:tomcat nginx httpd 反向代理 负载均衡    ( 57837个结果
apache 2.2设置单IP多端口的虚拟主机
系统配置为Centos 5.5 x85版,使用yum安装httpd对于没有安装vim的,可以使用此命令安装: yum -y install vim-enhanced配置httpd.conf文件: vim /etc/httpd/conf/httpd.conf(1)指定apache的监听对应端口,如图示...
分类:其他好文   时间:2014-05-10 08:31:44    阅读次数:340
springMVC-JNDI
最近在学习JNDI,今天整出来一个demo,拿出来大家分享下。先上一个项目结构的截图:1、配置JNDI数据源 首先,修改一下tomcat的配置文件conf/context.xml 在Context属性中加入 其次,项目中的web.xml中加入 DB Connection jndi-...
分类:编程语言   时间:2014-05-10 08:27:06    阅读次数:451
tomcat Address already in use: JVM_Bind
运行多个tomcat时,出现tomcat Address already in use: JVM_Bind这个错误,可以按照如下方式解决:修改F:\tomcat20111101\apache-tomcat-6.0.26\conf目录下的server.xml文件的端口号修改后的结果如下:,Server...
分类:其他好文   时间:2014-05-10 08:25:37    阅读次数:390
apache-tomcat下各个文件夹作用
【转】 tomcat下各文件夹的作用 tomcat下有9个目录,分别是bin,common,conf,logs,server,shared,temp,webapps,work 目录,现在对每一目录做介绍。tomcat根目录在tomcat中叫,文章中把tomcat解压后...
分类:其他好文   时间:2014-05-10 08:23:14    阅读次数:343
CentOS 5.5 下修改Apache默认端口80
打开 /etc/httpd/conf/httpd.conf 文件修改两个地方 #Listen 12.34.56.78:80 Listen 80 #把80改为你设置的端口,我设置端口为5555 Listen 5555 NameVirtualHost *:80 #把80改为你设置的端口,我设置端口为55...
分类:其他好文   时间:2014-05-10 08:07:15    阅读次数:284
Bad version number in .class file
---恢复内容开始---MyEclipse启动tomcat出现Bad version number in .class file此错误时,可以用如下方法解决:找到MyEclipse的菜单,找到Window->Preferences,然后如下图操作,Add添加jdk安装的目录,并选择jre6为默认的环...
分类:其他好文   时间:2014-05-10 06:29:04    阅读次数:311
host-manager does not exist or is not a readable directory
当tomcat启动出现这个错误时,按照如下步骤可以解决:1、删掉F:\tomcat20111101\apache-tomcat-6.0.26\conf\Catalina目录下的localhost文件夹2、删掉F:\tomcat20111101\apache-tomcat-6.0.26\webapps...
分类:其他好文   时间:2014-05-10 05:20:52    阅读次数:290
nginx-404与fastcgi_intercept_errors指令
nginx-404与fastcgi_intercept_errors指令fastcgi_intercept_errors语法:fastcgi_intercept_errors on|off默认值:fastcgi_intercept_errors off使用字段:http, server, locat...
分类:其他好文   时间:2014-05-10 03:20:15    阅读次数:270
Nginx + PHP-FPM + MySQL + phpMyAdmin on Ubuntu (aliyun)
今天抽空在阿里云上部署安装了PHP的环境主要有nginx, php5 php-fpm mysql phpmyadmin本文来源于:http://www.lonelycoder.be/nginx-php-fpm-mysql-phpmyadmin-on-ubuntu-12-04/Since 3 year...
分类:数据库   时间:2014-05-10 03:17:22    阅读次数:772
jax-ws tomcat demo
------------------------------------转---------------------------------In this tutorial we are going to see how to deploy JAX-WS Web Services on Tomcat...
分类:其他好文   时间:2014-05-10 03:05:08    阅读次数:564
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!