In our webapp we\'re using java.util.Logging (JULI, actually, since we deploy to T开发者_开发百科omcat 6).Logging is configured by a logging.properties file in WEB-INF/classes, a la this.
I have just added the following code to my pom.xml (as specified on here) : <build> <plugins>
I\'ve got an Axis2 web service that just fell over on a client site it\'s throwing the foll开发者_运维问答owing exception:
i am getting the error 503 Service Temporarily Unavailable many times in my application and i want to detect why this error occurs, how ? if there\'s a log file or something like that, since i am not
I use Tomcat 7 and will enable the SSL Connector. Actuall i have edit this solution to the server.xml file:
We are having a web app in a remote server. The whole app size is about 30mb. For every enhancement, we will be adding one or more jsps and .class files. We wont touch .js files and image files.
I have followed strictly all points mentioned in this document, but when i run my application, it reports following problem while running on Tomcat 6.0.29
I am using tomcat 6x in a Linux system. It prints a localhost log file like localhost.2011-06-07, localhost.2011-06-08 on a daily basis. I want to rotate the localhost when it reaches 1MB.
First, sorry for my poor english. In tomcat each request open a Session on my web application. So, this session remains opened for 30 minutes.
i\'m looking for a way to forward requests. I want to set the filtering rules (by URI) in my service (conf/server.xml). Is that possible? Here my example service: