Read input console tomcat local instance
Answered
Hi,
My project is a spring application launch in local tomcat instance. In this project I add a little tools to read console input to do some manipulation in my application.
With other IDE I can read console Input from my tomcat instance but with intellij when I write some text in console, press enter and nothing pass... But this is work in normal java application in Intellij so is specific to tomcat.
I try to change my vmoptions to add -Deditable.java.test.console=true but this is not work.
I have the impression that Server tab is only for output... Is there a way to read input console inside local tomcat instance ?
Thanks
Thibaut
Please sign in to leave a comment.
Hello Thibaut,
Seems input is not supported in this case. Please create a feature request on YouTrack: https://youtrack.jetbrains.com/issues/IDEA, so developers and other users could discuss it.