Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bonita
bonita-studio
Commits
4496df89
Commit
4496df89
authored
Nov 26, 2018
by
Romain Bioteau
Committed by
GitHub
Nov 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix shared with git (#1501)
deadlock when switching repo
parent
16bdea18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
bundles/plugins/org.bonitasoft.studio.engine/src/org/bonitasoft/studio/engine/BOSWebServerManager.java
...src/org/bonitasoft/studio/engine/BOSWebServerManager.java
+0
-7
No files found.
bundles/plugins/org.bonitasoft.studio.engine/src/org/bonitasoft/studio/engine/BOSWebServerManager.java
View file @
4496df89
...
...
@@ -175,13 +175,6 @@ public class BOSWebServerManager implements IBonitaProjectListener {
EnginePlugin
.
PLUGIN_ID
);
}
WatchdogManager
.
getInstance
().
startWatchdog
();
if
(
tomcat
!=
null
)
{
try
{
tomcat
.
delete
();
}
catch
(
final
CoreException
e
)
{
BonitaStudioLog
.
error
(
e
,
EnginePlugin
.
PLUGIN_ID
);
}
}
updateRuntimeLocationIfNeeded
();
final
IRuntimeType
type
=
ServerCore
.
findRuntimeType
(
TOMCAT_RUNTIME_TYPE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment