tomcat5.5
log4j appender config
Is there a way to run log4j appender at a specified time? log4j.rootLogger=INFO, R log4j.appender.R=org.apache.log4j.DailyRollingFileAppender[详细]
2023-01-06 06:16 分类:问答Tomcat creates 0 byte files
I have a very simple file upload mechanism in java. I just take the file and save it on the server. I\'m testing this simple code with selenium and when a timeout occurs in the selenium test tomcat cr[详细]
2023-01-05 04:27 分类:问答Java mail attachment not working on Tomcat
I have an application which e-mails confirmations. The email part utilises Commons Mail API. The simple code which does the send mail is as shown below;[详细]
2023-01-01 18:00 分类:问答Configure Tomcat to send web pages compatible to IE 7 or 6
I have got an application that is not compatible to work using IE8 browser. I am looking for a way to to configure Tomcat on which this application run, so the pages could be read by IE8 and treated[详细]
2022-12-30 02:00 分类:问答How to override TOMCAT Oracle ojdbc14 driver in the application?
The TOMCAT server is using an Oracle 9G ojdbc14 driver to its jndi connections in the /common/lib folde开发者_开发百科r.[详细]
2022-12-29 04:51 分类:问答tomcat as windows service - increase max java heap memory
i have tomcat5.5 installe开发者_如何学Pythond as a windows service, and I need to change the java memory pool. however, when i enter any amount more than 1348 mb, the service doesn\'t start.[详细]
2022-12-21 19:19 分类:问答Jruby Rails app on Tomcat CPU Usage spikes
This might also belong on serverfault.It\'s kind of a combo between server config and code (I think) Here\'s my setup:[详细]
2022-12-21 04:34 分类:问答Tomcat or JVM crash dump file?
Our Tomcat server terminated unexpectedly. (It runs as a windows service; the system event log shows an error: Event ID 7034).[详细]
2022-12-21 04:07 分类:问答What's wrong with my log4j filter ? ( It make tomcat hang up ! )
We recently add a filter to our log4j configuration with a custom filter. The goal is to stop repeating the same log again and again, but replace it by :[详细]
2022-12-20 22:18 分类:问答tomcat 5.5 web.xml change WEB-INF/lib directory
I have a jruby rails app that has some jar dependencies in rails lib/java.I prefer this to just putting them straight in lib as it separates my java libs from ruby libs.Works locally using jruby.Probl[详细]
2022-12-20 09:13 分类:问答