Skip to content

Commit

Permalink
ignite-json added
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjunfeng committed Aug 1, 2024
1 parent 0358838 commit 588324b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ private void loadJettyConfiguration(@Nullable URL cfgUrl) throws IgniteCheckedEx
String contextPath = pos>0? warFile.getName().substring(0,pos): warFile.getName();
WebAppContext webApp = new WebAppContext();
webApp.setContextPath("/"+contextPath);
webApp.setConfigurationDiscovered(false);
webApp.setConfigurationDiscovered(true);

if (warFile.isDirectory()) {
// Development mode, read from FS
Expand Down

0 comments on commit 588324b

Please sign in to comment.