Start and stop tomcat servers and view in the tomcat manager console messages from the tomcat instance.
- Only MacOs has been tested. I am expecting that *Nix based Os will work that have sh.
- Save running tomcat instances in .tomcat-manager to keep track of running instances, even after brackets has been closed.
- Add UI to allow users to configure tomcat instances.
- Currently, config files can only be created manually. This isn't difficult but it requires some explenation. I am currently working on a simple UI to configure tomcat instances.
- First of all, configuration files are per project. So, the first thing we have to do is create a files ".tomcat-manager". Please see https://github.com/MiguelCastillo/Brackets-TomcatManager/blob/master/.tomcat-manager for a sample.
The are two primary pieces of information in a configuration file:
- Servers, which is a hash of servers. Currently, each server maps to app servers which is how TomcatManager figures out where to find tomcat executables.
- AppServers, which is a hash of application servers. The only property currently used in an application server is the path, which is the root directory of tomcat.
Please see https://github.com/MiguelCastillo/Brackets-TomcatManager/blob/master/.tomcat-manager
Licensed under MIT