Skip to content

Commit

Permalink
Doc extended
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Nov 27, 2024
1 parent f48fa93 commit 527b829
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ class TomcatExecutionListener : ExecutionListener {
/**
* Verifies that [ExecutionEnvironment] is a Tomcat run. Extracts original environment and startup script info (SIP).
* Injects a [TomcatBeforeRunTaskProvider.TomcatBeforeRunTask] task into the run configuration.
*
* Main mirrord plugin logic (e.g. spawning intproxy) is done in a [com.intellij.execution.BeforeRunTask],
* because we can't stop execution from this [ExecutionListener].
*/
override fun processStartScheduled(executorId: String, env: ExecutionEnvironment) {
val service = env.project.service<MirrordProjectService>()
Expand Down

0 comments on commit 527b829

Please sign in to comment.