You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Manish Pradhan <ma...@vsnl.com> on 2001/07/24 05:37:26 UTC

problem in tomcat server on windows 98 system

Dear sir,
When I click on startup.bat in the folder c:\jakarta-tomcat -3.2.2\bin the program starts.A message comes-starting tomcat in new window.After that anothar window opens & some messages are displayed after which nothing happens.Ultimately I have to shut the MS-DOS prompt.
The messages displayed are as follows:-

2001-07-24 08:59:34 - ContextManager: Adding context Ctx( /examples )
Starting tomcat. Check logs/tomcat.log for error messages
2001-07-24 08:59:34 - ContextManager: Adding context Ctx( /admin )
2001-07-24 08:59:34 - ContextManager: Adding context Ctx(  )
2001-07-24 08:59:34 - ContextManager: Adding context Ctx( /test )
2001-07-24 08:59:37 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2001-07-24 08:59:37 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007

After the last message nothing happens.Kindly guide me in this regard & oblige.
Your's sincerely,
Manish
 

Re: problem in tomcat server on windows 98 system

Posted by Dmitri Colebatch <di...@bigpond.net.au>.
That is normal behaviour.  Those messages are printed to system.out, you
can change this in the server.xml - search for tomcat.log and follow the
comments.  If you do this, and you'd prefer not to have an empty window
hanging around, on NT I believe there is a service you can have tomcat run
as, but as you're on 98 the only thing I could think of would be to change
the java command to javaw (which will silently start java).  I you do
this, make sure that you also change to tomcat.log (in server.xml - as
noted above), as otherwise you'll lose logging information.

cheesr
dim

On Tue, 24 Jul 2001, Manish Pradhan wrote:

> Dear sir,
> When I click on startup.bat in the folder c:\jakarta-tomcat -3.2.2\bin the program starts.A message comes-starting tomcat in new window.After that anothar window opens & some messages are displayed after which nothing happens.Ultimately I have to shut the MS-DOS prompt.
> The messages displayed are as follows:-
> 
> 2001-07-24 08:59:34 - ContextManager: Adding context Ctx( /examples )
> Starting tomcat. Check logs/tomcat.log for error messages
> 2001-07-24 08:59:34 - ContextManager: Adding context Ctx( /admin )
> 2001-07-24 08:59:34 - ContextManager: Adding context Ctx(  )
> 2001-07-24 08:59:34 - ContextManager: Adding context Ctx( /test )
> 2001-07-24 08:59:37 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
> 2001-07-24 08:59:37 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8007
> 
> After the last message nothing happens.Kindly guide me in this regard & oblige.
> Your's sincerely,
> Manish
>  
>