Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Apache Tomcat
|
Apache Tomcat General discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2005, 11:17 AM
Authorized User
 
Join Date: Jul 2003
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default Tomcat window close automatically

I use Tomcat5.5.12,and I run my JSP and Servlet in it, after run some time,I find Tomcat window show some error,and close automatically quickly. I don't see the information clearly in the window of Tomcat.It seems "key/ " or other information in Tomcat window. I open files under directory of logs,but from these logs,I don't find the information like I see from Tomcat windows. I know it must some error in my JSP and servlet files,so that make Tomcat to close automatically. Right? I want to know how to make Tomcat window opening and don't close automatically or make the Tomcat window open longer time when error occurs,so that I can see the error information clear from Tomcat Window?

Any idea will be appreciated!
Thanks in advance

 
Old July 5th, 2011, 05:59 AM
Registered User
 
Join Date: Jul 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes I know, this post is quite old but still it appears high in search results.

To prevent Tomcat on Windows from launching in a separate window look for startup.bat in bin/.

There should be the following line somewhere at the end:
Code:
call "%EXECUTABLE%" start %CMD_LINE_ARGS%
Change "start" to "run" and try again.

Code:
call "%EXECUTABLE%" run %CMD_LINE_ARGS%
Hope it helps.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Close Child window automatically on closing parent vikas67k C# 1 August 26th, 2008 02:00 AM
window.close() failing to...well...close! mheathcote Javascript How-To 2 October 31st, 2005 03:02 PM
How to close window automatically? Edward King Javascript How-To 1 June 17th, 2004 11:56 AM
Close Parent window on opening child window pkdev Javascript How-To 8 April 11th, 2004 12:06 PM
How do i close pop-up window?: window.close () Burton HTML Code Clinic 2 September 8th, 2003 05:40 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.