0

I would like to start an Apache Tomcat server on the localhost. Is it possible to write a Java or C# application that could start it whenever the user requires?

Bond
  • 16,071
  • 6
  • 30
  • 53
prateek_cs_2012
  • 55
  • 1
  • 10
  • Yes, it is possible. – Pshemo Jul 05 '15 at 17:09
  • possible duplicate of [How to start Tomcat Server programmatically in Java](http://stackoverflow.com/questions/24929175/how-to-start-tomcat-server-programmatically-in-java) – Doon Jul 05 '15 at 19:21

1 Answers1

0

Use the Process class in C# to execute a local process.