Commit e28fd9f
committed
Add doc note for -server flag on Windows service
The -server flag was previously filtered by the Windows service
installation routine. Since the default jvm.options file no longer
includes this flag, this filtering was removed from the Windows
service. As this flag is not compatible with the Windows service, this
means that if a user has an existing jvm.options file that includes this
flag they will run into problems when they try to start the
Elasticsearch service on Windows. This commit adds a note to the
migration docs regarding this change.1 parent 4681df0 commit e28fd9f
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
| |||
0 commit comments