0

I'd like to execute a apache server restart from within java webapp (restart button or likewise). eg apachectl graceful

How could I do this, if ever?

membersound
  • 81,582
  • 193
  • 585
  • 1,120

1 Answers1

1

You can have the apache server start command in a script and then invoke the script from your Java code.

devang
  • 5,376
  • 7
  • 34
  • 49