0

tomcat can not started

asked 2005-12-12 06:56:38 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3470648

By: nobody

i'm using tomcat with the demo .the demo work well but the console doesn't print my debug info.
and,when start the tomcat,i can not find the messgage such as: server started at... so i believe that the server was blocked somewhere . does anyone have the same problemsi??

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2005-12-12 16:21:52 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3471334

By: tomyeh

When ZK starts, it looks for i3-log.conf from classpath. If found, it is used to set the log level for specified classes and packages.

The content of i3-log.conf could be

com.potix.zk.ui.sys.UiEngineImpl=FINER
com.potix.zk.ui.http=DEBUG



link publish delete flag offensive edit

answered 2005-12-12 08:08:33 +0800

admin gravatar image admin
18691 1 10 130
ZK Team


Orignial message at:
https://sourceforge.net/forum/message.php?msg_id=3470699

By: nobody

Well why don't you use the Logger facility? It worked for my under Tomcat 5.5.12.

Mine goes something like this:

import com.potix.util.logging.Log;
...

public class MyClass {
private static final Log log=Log.lookup(MyClass.class);

....

log.info("some log here");
...
}

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2005-12-12 06:56:38 +0800

Seen: 691 times

Last updated: Dec 12 '05

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More