Hi, I want to run my own instance of LanguageTool on specific IP Address other than the Localhost:8081
But from some document, i have read that “-Server mode: by default, the server only binds to localhost now”
I just want to ask that how to run LT Server on specific IP along Port from this command.
java -cp languagetool-server.jar org.languagetool.server.HTTPServer --port 8081
- Or tell me how to add IP address on above command to start the server on specific IP Address & Port.