Skip to content

cowboymacke/vscode-tomcat

 
 

Repository files navigation

Tomcat for Visual Studio Code

Build Status

Usage

start and run

Features

  • Add Tomcat Server from Tomcat Install Path
  • Start/Restart Tomcat Server from VSCode
  • Run war package on Tomcat Server
  • Debug war package on Tomcat Server
  • Run exploded war on Tomcat Server
  • Debug exploded war on Tomcat Server
  • Open server homepage in browser to check all deployed war packages
  • View all deployed war packages in Tomcat Explorer
  • Open war package homepage in browser
  • Stop Tomcat Server
  • Rename Tomcat Server
  • Customize JVM Options when starting Tomcat Server
  • Reveal deployed war packages in file explorer
  • Delete deployed war package
  • Build, Run/Debug code from button

Package Settings

  • "tomcat.build.warFile"
  • "tomcat.build.browse.onDeploy"
  • "tomcat.build.args"
  • "tomcat.build.command"

Example

    "tomcat.build.warFile":"web.war",
    "tomcat.build.browse.onDeploy":true,
    "tomcat.build.args":"clean package",
    "tomcat.build.command":"mvn"

Prerequisites

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Release Notes

Refer to CHANGELOG

Telemetry

VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don't wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. Learn more in our FAQ.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.5%
  • Java 2.5%