Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Where can I find my Tomcat server Error Logs?(Tomcat v7.0 Error logs not created - access logs are created.)
Where can I find my Tomcat server Error Logs? [message #1776517] Fri, 17 November 2017 08:40
Tycho Nijon is currently offline Tycho NijonFriend
Messages: 1
Registered: November 2017
Junior Member
Hi,

I'm totally new to Eclipse and I am trying to create a project based on the Apache Chemistry CMIS project. Every time there is an error, however, I pretty much have to run a debugger through my server code to find where it goes wrong, because I do not have any error logs available. The "Server path" is currently set to:

.metadata/.plugins/org.eclipse.wst.server.core/tmp1


and this is where I can find the access logs. In the web.xml of the server configuration, I have set the debug level to '11' like so:

    <servlet>
        <servlet-name>default</servlet-name>
        <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
        <init-param>
            <param-name>debug</param-name>
            <param-value>11</param-value>
        </init-param>
        <init-param>
            <param-name>listings</param-name>
            <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>


Is there any other place I should set this debug level?

Thanks,

Tycho
Previous Topic:Complete Environment Export/Import
Next Topic:Eclipse Mars and STM8L052C6T6 with ST-Link/V2
Goto Forum:
  


Current Time: Tue Sep 24 06:08:57 GMT 2024

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

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

Back to the top