`
文章列表
Create a file called log4j.properties with the following content and save it into common/classes. log4j.rootLogger=INFO,R log4j.appender.R=org.apache.log4j.DailyRollingFileAppender log4j.appender.R.File=${catalina.home}/logs/tomcat.log log4j.appender.MANAGER.Append=true log4j.a ...
The paper is part of http://tomcat.apache.org/tomcat-6.0-doc/logging.html   Using Log4j This section explains how to configure Tomcat to use log4j rather than java.util.logging for all Tomcat's internal logging. Note: The steps described in this section are needed when you want to recon ...

temporay

    博客分类:
  • JEE
http://community.jboss.org/wiki/ServiceBindingManager http://community.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine   http://zwchen.iteye.com/blog/753913     配置AWSTATS用于分析web访问日志
1. install Apache Httpd server   # intall path, ie. /apache2.2 gunzip -d httpd*.tar.gz tar -xvf httpd*.tar cd httpd* ./configure --prefix=/ apache2.2 --enable-ssl make make install       2. download mod_jk load balancing module for Apache Httpd Server   http://tomcat.apache.org/ ...

linux rpm

安装、升级 安装 php-4.1.2-1mdk.i586.rpm: rpm --prefix /opt -i php-4.1.2-1mdk.i586.rpm升级 php 到“4.1.2”: rpm -U php-4.1.2-1mdk.i586.rpm卸载卸载 php-4.1.2-1mdk.i586.rpm: rpm -e php   查询 查询安装信息: rpm -qi php查询安装位置: rpm -ql php查询文件“/bin/ls”所属的包: rpm -qf /bin/ls查询与php相关的所有包: rpm -qa | grep php
    from http://middlewaremagic.com/weblogic/?p=971
HOWTO: Disable HTTP Methods in Tomcat Introduction In the Apache web server, if you want to disable access to specific methods, you can take advantage of mod_rewrite and disable just about anything, often with only one or two lines of configuration file entries. In Apache Tomcat, security ...
HOWTO: Disable HTTP Methods in Apache Introduction At several points in our careers as web server/site administrators, we will be required to disable certain HTTP methods from the web ans app servers we support.  The most common reason to disable these methods is due to some security best pr ...
cd weblogic1035/user_projects/domains/clus1.ulic.com.cn/binsource ./setDomainEnv.shjava weblogic.version -verbose
访问 10.3.0 console 再访问 10.3.5 console console 主页显示不正常 办法:清空浏览器历史数据
- Stage mode—The Administration Server copies the archive files from their source location to a location on each of the targeted Managed Servers that deploy the archive. For example, if you deploy a J2EE Application to three servers in a cluster, the Administration Server copies the application archi ...
Installation: unpack native package to Jboss insallataion directory, make sure 'native' and 'jboss-as' are in the same directory, same level;   Verification: starup server, open boot.log file. search 'VM arguments:'   if exits log '-Djava.library.path=*/jboss-eap-5.1/native/lib64', then nati ...
http://download.oracle.com/javase/1.5.0/docs/guide/management/agent.html Monitoring and Management Using JMX The Java virtual machine (JVM) has built-in instrumentation that enables you to monitor and manage it using JMX.  You can also monitor instrumented applications with JMX. Setting Sy ...
from  http://download.oracle.com/javase/1.5.0/docs/guide/misc/threadPrimitiveDeprecation.html       Why Are Thread.stop, Thread.suspend, Thread.resume and Runtime.runFinalizersOnExit Deprecated?   Why is Thread.stop deprecated? Because it is inherently unsafe. Stopping a thread cau ...
weblogic server 10.3 文档关于更改console密码的文档写的不对。   正确的方法是:   1. enter Security Realms -> 'myrealm'-> (tab)Users and Groups -> 'weblogic' -> (Tab) passwors   2. 更改 password, save.   3.如果启动admin server指定启动时使用boot.properties文件代替手工输入密码(默认是这样)。则手动将其中用户名密码更新,否则重启adminserver启动不起来。   boot. ...
Global site tag (gtag.js) - Google Analytics