Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » where are my tomcat logs ?
where are my tomcat logs ? [message #164473] Tue, 21 March 2006 09:20 Go to next message
f fred is currently offline f fredFriend
Messages: 8
Registered: July 2009
Junior Member
hlo,
I use webtools with tomcat 5.0. If i can see in my console the log as tomcat server starts, I still can't find nowhere the log results for my jsp errors for example. Not in catalina_home/logs, not in .plugins/[...]/tmp0/logs.
I tried to change server.xml to use SystemOutLogger or increase the verbosity level with no more success ! The "Logger" element in this config file seems totally ignored : i also try to force log directory to something like /var/log/tomcat but still nothing ...
Where are my logs ?
Re: where are my tomcat logs ? [message #164500 is a reply to message #164473] Tue, 21 March 2006 13:24 Go to previous message
Larry Isaacs is currently offline Larry IsaacsFriend
Messages: 1354
Registered: July 2009
Senior Member
The directory attribute of the Logger element is correctly relative to
catalina.base, in spite of what is says in server.xml about it being
relative to CATALINA_HOME. If you double-click the server in the
Servers view, then the default value of "logs" would refer to
".../tmp0/logs" if the "Run modules directly from the workspace" is
checked, or the "logs" directory in your Tomcat installation if
unchecked. Normally the typical "localhost" log should be showing up in
one of these locations. The server.xml you are modifying to force the
log directory is the one under the Servers project in your workspace,
right? Also, what OS are you using?

Cheers,
Larry

ffred wrote:
> hlo,
> I use webtools with tomcat 5.0. If i can see in my console the log as tomcat server starts, I still can't find nowhere the log results for my jsp errors for example. Not in catalina_home/logs, not in .plugins/[...]/tmp0/logs.
> I tried to change server.xml to use SystemOutLogger or increase the verbosity level with no more success ! The "Logger" element in this config file seems totally ignored : i also try to force log directory to something like /var/log/tomcat but still nothing ...
> Where are my logs ?
Previous Topic:Wrong version of weblogic-web-jar.dtd generated
Next Topic:Eclipse crashes when creating new dynamic web project
Goto Forum:
  


Current Time: Sat Sep 21 05:05:50 GMT 2024

Powered by FUDForum. Page generated in 0.03345 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top