• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Howe to enable the tomcat logging to give me the specific error ?

 
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I got the error message "One or more listeners failed to start. Full details will be found in the appropriate container log file"


but when I look into my log file at the tmp0.

All it gives me is :

127.0.0.1 - - [16/Oct/2017:23:15:41 +0800] "GET / HTTP/1.1" 404 1070
0:0:0:0:0:0:0:1 - - [16/Oct/2017:23:15:47 +0800] "GET /Hi5S/tutorRegister.jsp HTTP/1.1" 404 1092
127.0.0.1 - - [16/Oct/2017:23:22:59 +0800] "GET / HTTP/1.1" 404 1070
0:0:0:0:0:0:0:1 - - [16/Oct/2017:23:22:59 +0800] "GET /Hi5S/tutorRegister.jsp HTTP/1.1" 404 1092
127.0.0.1 - - [16/Oct/2017:23:58:48 +0800] "GET / HTTP/1.1" 404 1070
0:0:0:0:0:0:0:1 - - [16/Oct/2017:23:58:49 +0800] "GET /Hi5S/tutorRegister.jsp HTTP/1.1" 404 1092

How can I enable the tomcat logging to give me the specific error ?
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That looks like an access log. Which log file is that from? And which others are there in the same folder?
 
tangara goh
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rob Spoor wrote:That looks like an access log. Which log file is that from? And which others are there in the same folder?



.metadata\.plugins\org.eclipse.wst.server.core\tmp0
 
Rob Spoor
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does your Tomcat's own logging folder contain any files? Because I doubt that Eclipse is doing all the logging.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic