码迷,mamicode.com
首页 >  
搜索关键字:tomcat nginx redis    ( 67807个结果
maven 热部署至tomcat
1.配置tomcat的界面访问账号和权限./tomcat/conf目录下tomcat-users.xml添加这里是根据自己的需求添加的一个角色权限2.配置pom.xml文件添加tomcat-maven-plugin插件 org.codehaus.mojo tomcat-maven-plu...
分类:其他好文   时间:2014-05-16 04:01:47    阅读次数:286
解压包版tomcat 手动启动一闪而过问题
本人使用的Tomcat版本为apache-tomcat-6.0.18(用的是解压包),在eclipse下能够正常启动,可是当手动通过cmd进入bin目录启动startup.bat个时候提示:The JAVA_HOME environment variable is not defined co...
分类:其他好文   时间:2014-05-16 03:28:36    阅读次数:334
502 Bad Gateway nginx 解决
打开 /usr/local/php/etc/php-fpm.conf 调大以下两个参数(根据服务器实际情况,过大也不行) 5120 600
分类:其他好文   时间:2014-05-15 21:12:11    阅读次数:206
Apache Tomcat/6.0.39如何配置连接mysql,JDBC:mysql-connector-java-5.1.30-bin.jar-成功连接心得
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html前提:开启TOMCAT,MYsqlMySQL DBCP Example0. IntroductionVersions of MySQL and JDB...
分类:数据库   时间:2014-05-15 20:56:04    阅读次数:550
servlet下根据相对路径找资源
1.在web项目中如果直接添加一个资源,那么相对路径相对的是tomcat的bin目录。 2.在包中直接指定资源,那么可以使用以下的相对路径直接获取资源: InputStream in = this.getClass().getResourceAsStream("jnb.txt");3.在web项目....
分类:其他好文   时间:2014-05-15 20:48:19    阅读次数:257
javaEE jsp 中文乱码问题
如果使用Tomcat服务器,在提交过程中,经常会出现中文乱码问题。乱码问题分为两个方面: 1.中文无法显示 有些JSP中,中文根本无法显示。通常的原因是没有把文件头的字符集设置为中文字符集。一定要保证文件头上写明: 或者 2.提交过程中显示乱码 前台提交给服务器时,服务器将其认为ISO-8859-1编码,而网页显示的是GB2312编码,不能兼容。有三种方法解决这个问题: (1)将其...
分类:编程语言   时间:2014-05-15 20:15:57    阅读次数:372
nginx配置if错误语句时出错一例
server{if(!-e$request_filename){rewrite^(.*)$/index.phplast;}}如果if没有放在location时,在做memc缓存时,在错误日志里会提示以下信息2014/05/1210:45:51[error]11520#0:*325726srcache_fetch:cachesenttruncatedresponsebodywhilesendingtoclient,client:192.168.3.124,..
分类:其他好文   时间:2014-05-15 19:02:44    阅读次数:350
nginx日志切割shell脚本
#!/bin/bash #function:cutnginxlogfilesshell #cp/usr/local/nginx/logs/access.log/usr/local/nginx/logs/access.log.bak log_cut_path="/var/log/nginx" log_files_path="/usr/local/nginx/logs/" log_files_dir=${log_cut_path}$(date-d"yesterday"+"%Y")/$(date-d"yesterd..
分类:其他好文   时间:2014-05-15 18:49:50    阅读次数:244
was unable to start within 45 seconds. If the server requires more time, try increasing the timeout
在eclipse启动tomcat时遇到超时45秒的问题: Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor. 网上解决办法...
分类:其他好文   时间:2014-05-15 18:31:36    阅读次数:242
wordpress安装(ubuntu+nginx+php+mariadb)
一、环境ubuntu12.04.4nginx 1.6.0mariadb 10.0更新系统补丁sudo apt-get updatesudo apt-get dist-upgrade -y挂载swap分区dd if=/dev/zeroof=/media/fasthdd/swapfile.img bs=...
分类:数据库   时间:2014-05-15 17:23:21    阅读次数:1622
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!