How to configure tomcat in windows to avoid the INFO console?
In windows, when I start tomcat, it opens a console and shows some log thing like this:
Quote:
INFO: Deploying web application directory ROOT
Sep 16, 2010 4:52:06 PM org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-80
Sep 16, 2010 4:52:06 PM org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
Sep 16, 2010 4:52:06 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1170 ms
This doesn't happen in linux.
If I close the console the container goes down.
how can i configure tomcat to avoid the console?
It gets messy in my desktop while trying to learn JSP.