File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Methods to start Tomcat from an application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Methods to start Tomcat from an application" Watch "Methods to start Tomcat from an application" New topic
Author

Methods to start Tomcat from an application

Pat Metheny
Greenhorn

Joined: Mar 28, 2003
Posts: 13
Hello all,
My question is related to the methods used to start Tomcat from inside the application. So far I've seen that method #1 (see below) is widely used. I've been thinking to use a simpler method for doing this so I wrote methdod #2 (see below). Is the overhead (Class.forName(), getMethod(), invoke()) from method #1 really necessary ?

Method #1:
""""""""""

Method #2:
""""""""""

TIA,
Pat
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Methods to start Tomcat from an application
 
Similar Threads
Https url connection ArrayIndeoutofBounds Exception java
ArrayIndexOutOfBoundsException
Methods to start Tomcat from an application
Getting a class name without an instantiated object
problem with tomcat embedded application