0
votes

I can't start the server. It gives me this warning:

Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099

'C:\Users\Keno' is not recognized as an internal or external command, Disconnected from server operable program or batch file. The system cannot find the path specified.

1
Try to reinstall Tomcat, make sure you can start it from the command line startup script.CrazyCoder
I installed it and I can run it, but in project it gives me that warning. How to start it from command line?Kvark900
It would be much faster for you to just google your question instead of asking here, one on the first search results would be stackoverflow.com/a/4499142/104891.CrazyCoder
I added that in path variable, but startup.bat is not recognized as a commandKvark900

1 Answers

1
votes

Problem was that I downloaded and referenced unzipped folder in Intellij. Solution was to download installation file, install it and referenced installation folder in Intellij. Sorry I was in a rush...