An open API service indexing awesome lists of open source software.

https://github.com/miguelcastillo/brackets-tomcatmanager

Manage Tomcat from Brackets
https://github.com/miguelcastillo/brackets-tomcatmanager

Last synced: 4 months ago
JSON representation

Manage Tomcat from Brackets

Awesome Lists containing this project

README

        

Brackets-TomcatManager
======================

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.

TODO:
======================
- 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.

Creating config files
======================
- 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

License
=====================
Licensed under MIT