• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Shutdown command with Apache Tomcat and Eclipse 3.4.2

 
Ranch Hand
Posts: 893
Tomcat Server Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By shutting down Apache Tomcat 5.5. within the servers by using Eclipse 3.4.2 I sometimes get the next error

StandardServer.await: Invalid command '' received or
StandardServer.await: Invalid command ''SHUTDOW" received

The command should be SHUTDOWN.

This is happening sometimes and not always when shutting down Tomcat so this makes it very strange for me.

I have adjusted the server.xml file so that could be problem, but with the normal server.xml file I get the same problem.

The line in the server.xml file is <Server port="8005" shutdown="SHUTDOWN">

Possible solutions

Make Eclipse give the correct command always.
Let Tomcat make the shutdown without the command or a list of commands.

Do you know how to accomplish this or is there an other solution.

Thanks in advance,







 
reply
    Bookmark Topic Watch Topic
  • New Topic