Read input console tomcat local instance
已回答
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
请先登录再写评论。
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.