Re: Service Not Starting Up with Start bar icon but only with a reboot

2004-12-06 Thread Parsons Technical Services
Jack,
However, hitting the icon won't start Tomcat.  If I restart the
machine it will restart Tomcat however.
Have you tried starting it from the services window?
Any ideas?  Do I need to provide any more information?  There is
nothing in the logs.
Which logs? Have you looked in the windows logs and do you have then 
enabled?

Doug
www.parsonstechnical.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Service Not Starting Up with Start bar icon but only with a reboot

2004-12-06 Thread Dakota Jack
Hi, Doug,

I am talking about the regular Tomcat logs.  If that is not what you
mean, then I am not aware of the  windows logs.  Where are they?  My
server.xml is:

Server port=8005 shutdown=SHUTDOWN
  GlobalNamingResources
!-- Used by Manager webapp --
Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
  description=User database that can be updated and saved
/Resource
ResourceParams name=UserDatabase
  parameter 
namefactory/name
valueorg.apache.catalina.users.MemoryUserDatabaseFactory/value
  /parameter
  parameter
namepathname/name
valueconf/tomcat-users.xml/value
  /parameter
/ResourceParams
  /GlobalNamingResources

  Service name=Catalina
Connector port=8080 /

!-- This is here for compatibility only, not required --
Connector port=8009 protocol=AJP/1.3 /

Engine name=Catalina defaultHost=localhost
  Logger className=org.apache.catalina.logger.FileLogger /

  Realm className=org.apache.catalina.realm.UserDatabaseRealm
 resourceName=UserDatabase /

  Host name=localhost appBase=webapps /
/Engine
  /Service
/Server

Jack


On Mon, 6 Dec 2004 07:15:59 -0500, Parsons Technical Services
[EMAIL PROTECTED] wrote:
 Jack,
 
  However, hitting the icon won't start Tomcat.  If I restart the
  machine it will restart Tomcat however.
 
 
 Have you tried starting it from the services window?
 
  Any ideas?  Do I need to provide any more information?  There is
  nothing in the logs.
 
 
 Which logs? Have you looked in the windows logs and do you have then
 enabled?
 
 Doug
 www.parsonstechnical.com
 
 


-- 


You can't wake a person who is pretending to be asleep.

~Native Proverb~

Each man is good in His sight. It is not necessary for eagles to be crows.

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Service Not Starting Up with Start bar icon but only with a reboot

2004-12-05 Thread Dakota Jack
I built an application running in Tomcat 5.0 which starts up as a
service.  I built it on my laptop and it runs fine.  When I shutdown
Tomcat, I can just hit the icon on the Start menu and things start
right up again.  However, when I move this to a standalone machine it
works when I start up the machine.  And, if I stop Tomcat it shows
that hitting the icon on the Start button starts up the service. 
However, hitting the icon won't start Tomcat.  If I restart the
machine it will restart Tomcat however.

Any ideas?  Do I need to provide any more information?  There is
nothing in the logs.

Jack


-- 


You can't wake a person who is pretending to be asleep.

~Native Proverb~

Each man is good in His sight. It is not necessary for eagles to be crows.

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]