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
- Host: GitHub
- URL: https://github.com/miguelcastillo/brackets-tomcatmanager
- Owner: MiguelCastillo
- License: other
- Created: 2013-07-03T00:49:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T22:56:46.000Z (over 7 years ago)
- Last Synced: 2024-04-16T01:01:09.951Z (about 1 year ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-managerLicense
=====================
Licensed under MIT