0
votes
1answer
25 views

Can I limit applications log size in tomcat7?

We are developing a Java Platform as a Service (yes, another one!) for the java developers in our organization. Now we are in the point of asking ourselves, hey, what are we going to do with the logs? ...
0
votes
0answers
29 views

Handler error in SLF4JBridgeHandler in tomcat logs

My tomcat logs currently has a mix of log messages in different formats. So I am trying to set up SLF4J using JUL-to-SLF4J bridge. I followed a blog from here.. ...
0
votes
1answer
39 views

Tools for convenient viewing of Tomcat 7 logfiles

Is there any software (except Psi-Probe and Java Melody), which allows to look in the Tomcat files and is more comfortable than cat /var/log/tomcat7/catalina.out | tail | less ? Ideally, it would ...
1
vote
1answer
21 views

Log4j for different tomcat workers

I want to configure log4j for different tomcat workers. I mean, I want to get separate log file for each worker. How can I achieve it?
0
votes
1answer
64 views

what is the meaning of debug in web.xml

Below i have mentioned a link in which they discussed about the debug level in web.xml http://dev.anyframejava.org/docs.en/anyframe/plugin/optional/struts/1.0.1/reference/html/ch02.html ...
0
votes
1answer
26 views

Tomcat6 - how to get session parameters via log4j OR JULI?

I am facing an issue where a deployed web application (without source code or any references) seems having a problem with some session parameters. I don't know how to reverse-engineering that ...
0
votes
1answer
71 views

Application specific log in tomcat 7 using JULI?

I'm using java system logging in tomcat 7, but no logging statements get written to the log. I've added this file to my WEB-INF/classes. The log file "new-xyz-test" gets created (so I have at least ...
0
votes
0answers
90 views

Where does Tomcat logs the logAbandoned information?

I have enabled the logAbandoned property as follows (in Spring): <property name="maxActive" value="2"/> <property name="logAbandoned" value="true"/> <property name="removeAbandoned" ...
0
votes
1answer
103 views

Grails Logging Config Ignored

Log4j seems to be ignoring some of my Grails Logging settings in Config.groovy, but not others. I am running Grails 2.2.1 on tomcat. I have set up my config file (below) to log all error and higher ...
1
vote
1answer
35 views

Howto configure tomcat logging in IDE in a short style

When tomcat is run from an IDE, it is usually not started using the startup script. So logging configuration is not picked up. Where do I need to put my configuration?
1
vote
1answer
65 views

Setting the log level to debug for a webapp in tomcat

I have a webapp in tomcat for which I wish to set the log level to debug. I am not using JULI but log4j for the webapp. I have log4j-1.2.15.jar in the WEB-INF/lib folder and below is the ...
-1
votes
1answer
37 views

Tomcat Log Remote Access [closed]

I'm able access the manager webapp of my tomcat server hosted back home. I'm able to deploy and undeploy webapps and test them. But I wanted to know, if there is a way to access the tomcat logs ...
0
votes
1answer
113 views

Disable atomikos logging from catalina.out

I would like to set the atomikos log level to higher than INFO. Tomcat's catalina.out log file writes many INFO messages causing the transaction to take a long time to complete. During start up, ...
1
vote
2answers
100 views

For apache-tomcat using logger framework vs redirecting STDOUT to catalina.out

In apache-tomcat are there any performance benefits of using some logging framework like log4j or java.util.logging over printing to stdout which gets dumped to catalina.out (which is the default ...
0
votes
1answer
46 views

Multiple RollingFileAppenders writing to same file

I have two contexts running in the same JVM and Tomcat instance, and I'd like to write to the same logging file using the logback RollingFileAppender. Is the logback RollingFileAppender synchronized ...
2
votes
1answer
103 views

Regex for Tomcat error logs

Consider the following Tomcat log structure: [06/Feb/2013:15:25:27 +0000] [Thread-10] DEBUG xxx.yyy.xxx.yyy.xxx.yyy.BlahBlahClass - Reloading blah configuration: /somepath/xxx.yyy ...
0
votes
1answer
67 views

How to get Solr to use a logger other than root with Tomcat?

I have Solr 4 running in Tomcat 6. The application is running just fine, but I'm having trouble getting Tomcat to write the logs where I want. Here are the relevant parts of my conf/logging.properties ...
1
vote
0answers
218 views

Custom java.util.logging Handler in tomcat

We have some common logging configuration between all of the webapps on a given system that we are trying to externalize to the level of tomcat, rather than trying to handle at the level of the ...
1
vote
0answers
81 views

Decreasing log level in Eclipse WTP with Tomcat 7

I am running Tomcat 7 from within Eclipse WTP (Juno) and I cannot seem to tune down the logging level. It logs everything from debug which is too verbose to be of any use (I want it log from INFO). ...
0
votes
1answer
74 views

CometD makes overkill of requests

I keep seeing strange message in the log files of my webapp. 127.0.0.1 - - [15/Jan/2013:23:00:53 +0000] "POST /cometd/connect HTTP/1.1" 200 147 This message is keep appearing in there and for the ...
0
votes
1answer
269 views

log4j path in production for tomcat 7 on windows

I need simple path setting to use log4j to be used for logging FINEST level of logging. But all forums and discussions show path setting for log4j.properties file either under eclipse or in some dev ...
0
votes
0answers
41 views

Tomcat server.log outputs nulnulnul

I am using notepad++ to view my Tomcat server.log quite often when i load a new page and view my server log i see NULNULNULNULNUL.... repeated thousands of times. Has anyone ever come across this ...
1
vote
1answer
114 views

Customize the java.util.logging.ConsoleHandler.formatter Tomcat 6

I would like to change the Formatter for the handler 1catalina.org.apache.juli.FileHandler on my Tomcat 6.0.36. I've done these steps: Created a new Java Project in Eclise Created a new class ...
0
votes
2answers
177 views

Where does system.out.println in tomcat under windows gets written?

I am using a third party library (cannot modify it) that uses for logging system.out.println statements. The output shows fine in the console but I am not able to retrieve those information in the ...
0
votes
1answer
152 views

Tomcat should log WARNING/SEVERE but logs INFO too

My understanding is that the different levels of logging, in order of severity, are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST. In my conf/logging.properties I've set all levels to WARNING, ...
0
votes
1answer
106 views

Tomcat console logs get output from my application

I am using tomcat 7.0.32 and I have modified my logging.properties file to turn off the console appender as suggested here: ...
-1
votes
3answers
196 views

Filtering tomcat log using awk/perl

I am trying to extract error|exception from tomcat log. Since tomcat logs have error details in multiple lines. I would like to consider every new log entry as my record i.e. date may act as a Record ...
0
votes
1answer
30 views

how to have more log in tomcat

I am having this error SEVERE: Context [] startup failed due to previous errors I remember reading in some web about configuring tomcat to show more detailed info about this "previous errors" ...
0
votes
2answers
83 views

Export Tomcat Catalina Logs to external server

I am using Tomcat 7.x as my web server and I am using java.util.logging and JULI for logging. This Tomcat server is hosted an Amazon EC2 instance which runs Ubuntu. The Problem is whenever I wish to ...
0
votes
1answer
125 views

Hudson log going into stderr and also not rolling over

Having a bizarre, awkward issue where a) the Hudson operational log is going into the tomcat7-stderr.xdatex.log b) it's not rolling over, meaning a cron job to clean the logs when they get too big, ...
0
votes
1answer
145 views

Using a SocketHubAppender for web-app deployed in Tomcat

I have multiple webapps which get deployed on a tomcast server. In one of my webapp's log4j.properties, i added the following Socket HUB appender so that the logs are sent to that socket. ...
0
votes
0answers
170 views

Apache Tomcat Logging Format [closed]

Currently utilizing the default logging in Apache Tomcat 6. Within the logging.properties file I redirect my log files to a LOGS_HOME directory (/opt/logs/). I want to change the format of the log ...
0
votes
0answers
95 views

Is there a way to include Tomcat 6 catalina.out and localhost.log content in a webapp's log files?

I'm looking for a way to include Tomcat's catalina.out (console output) and localhost.log (server logging) contents in the log for a webapp that's running on Tomcat (call it Foo). So the contents of ...
0
votes
0answers
241 views

running a web application through tomcat

I am trying to run my web application through tomcat server(v7.0.32).The project is developed under eclipse-Juno. when i type "http://localhost:8080/MyNewApp1" in my browser it says, HTTP Status 404 ...
0
votes
1answer
214 views

Jersey Server Logging /w Logback

How would I go about getting Jersey LoggingFilter working with logback? I saw this post: How to get jersey logs at server? but it unfortunately relies on the java.util.Logger. I am not super well ...
0
votes
1answer
27 views

Logging in Tomcat lib for classes called by Tomcat

I've created a Java Class that implements javax.naming.spi.ObjectFactory, and I've set up Tomcat's context XML to use this class instead of the default. Generally, we use log4j with our webapps, but ...
1
vote
0answers
123 views

Jasper with Spring — so many logs from org.apache.commons.digester

I have a thread here to demonstrate current issue in Spring with Jasper report. I have sorted out most of the issue with help from all geniuses from SO but still stuck on solving the memories spent on ...
0
votes
1answer
913 views

SLF4J-Log4j logger not logging

I am trying to use SLF4J-Log4j for the first time. In every Java class, I define a logger like so: private org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(<TheClass>.class); (And ...
1
vote
0answers
49 views

Logging authentications in tomcat

I have a web application in tomcat 6 which requires authentication through JNDI. I need to log in a sql db the main authentication events in this format: DateTime, Username, Action (logon/logoff) ...
0
votes
1answer
142 views

Manage tomcat logging from webapp

Is there some way to manage tomcat logging from the log4j xml of a webapp ? By this , I mean I am specifically looking to stop logs of level SEVERE from WebappClassLoader from being put into the ...
0
votes
0answers
207 views

How to print Runtime Exception to catalina.out in Tomcat?

This problem bother me quite a lot. When runtime exception, like Null Pointer or Incompatible Class, happens, my tomcat always quit silently, leaving nothing in log. This make debugging much harder. ...
0
votes
0answers
40 views

What produces catalina.[date].log files and how can I configure it?

How can I configure how many catalina.[date].log should be stored in ./logs/ directory? Is it possible to disable them at all?
-1
votes
2answers
93 views

Maintain log files in Apache server [closed]

In my Java project I am using apache log4j-1.2.17.jar for storing logs in client side file and manually uploading these file Logs to server for future reference. I want to see these log file online ...
1
vote
2answers
201 views

Log4j won't log to file, only to console

I want to use log4j for a bit of logging on my Tomcat webapp. I have a data-access class that should log the activity when e.g. a user's information is requested etc. I have added a filehandler and a ...
0
votes
1answer
130 views

How can I tell tomcat (within eclipse) to make the log file a rolling log file?

There was a great question/answer on setting up tomcat (within eclipse) to write log files to disk (see answer by @codesta): Where can I view Tomcat log files in Eclipse? Through the Edit Launch ...
2
votes
2answers
2k views

Error in Eclipse-Tomcat Setup - ClassNotFoundException “1catalina.org.apache.juli.FileHandler”

Setup: Eclipse Juno R, Tomcat 7.0.8, tomcat run through eclipse plug in. Tomcat launch configuration from eclipse has VM argument ...
0
votes
1answer
153 views

catalina.out : ignore specific error message?

I get an error related to/from java-sdk-http-connection-reaper in catalina.out. 1) What is the reason for these errors ? 2) Is there some way to specifically some particular error (like for example ...
0
votes
0answers
73 views

Change Tomcat log files path

I'm trying to redirect Tomcat log files into a folder of an application. I know that I can change the path of the log files in conf/logging.properties, but I want to find a way of doing it from the ...
0
votes
2answers
143 views

tapestry appache error http 500 log

My project makes this error and i do not get whats wrong, here is error log from brouser. log.txt Any1 got any idea, how to fix it I have no idea what is compatible, these libraries are imported ...
3
votes
1answer
118 views

Logging from Custom Tomcat Realm

This is probably a very dumb question, but I can't seem to find the answer to it. I have a custom Realm for Tomcat, utilized at the Context level. I would like to log failed and successful logins. ...

1 2 3 4 5