Results 1 to 2 of 2
- 09-16-2010, 02:07 PM #1
Member
- Join Date
- Apr 2010
- Posts
- 10
- Rep Power
- 0
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:
This doesn't happen in linux.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
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.
- 09-16-2010, 06:22 PM #2
Member
- Join Date
- Apr 2010
- Posts
- 10
- Rep Power
- 0
Well, I used bootstrap.jar instead of startup.bat
The problem is solved.
However, not sure if there is a problem with using bootstrap.jar
p.s: if you encountered the same problem and the above didn't work, don't turn the console logging off anyway (I actually did it!:D). Doesn't make the console disappear. Just opens an empty console!
Similar Threads
-
The tomcat server is not printing the exception to the console
By linux0kernel in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 08-12-2010, 07:30 AM -
How to avoid this problem...
By pbaudru in forum AWT / SwingReplies: 6Last Post: 01-21-2010, 01:20 PM -
How to avoid focus()..?
By ehochedez in forum NetBeansReplies: 9Last Post: 08-27-2009, 11:32 AM -
configure comm.api in tomcat
By jithan in forum New To JavaReplies: 3Last Post: 09-13-2008, 02:33 PM -
Tomcat In Eclipse - Sysdeo Tomcat Plug-in
By JavaForums in forum EclipseReplies: 1Last Post: 02-13-2008, 10:33 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks