doppio icon indicating copy to clipboard operation
doppio copied to clipboard

Typing in a really long command causes the application to stop functioning

Open exabrial opened this issue 9 years ago • 4 comments

Just push a repeatedly... after awhile, an error pops up the in Chrome console.

Why is this important? I'm trying to run Tomcat of course :) Which has a notoriously long command string to start.

exabrial avatar May 30 '16 17:05 exabrial

/home $ java -Djava.util.logging.config.file=/home/unzip/apache-tomee-plus-1.7./
4onf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderL

exabrial avatar May 30 '16 17:05 exabrial

Ah, darn; a terminal bug I missed. Acknowledged.

jvilk avatar May 30 '16 17:05 jvilk

Tomcat is server software that accepts incoming connections, right? DoppioJVM can only support outgoing connections due to WebSocket restrictions. (Anything involving incoming connections would require a dedicated server proxy, or abusing WebRTC as our transport mechanism.)

jvilk avatar May 30 '16 17:05 jvilk

Yah... Tomcat is the defacto java web server. I was just trying to have some fun :) Abuse WebRTC? sounds fun!

exabrial avatar May 30 '16 18:05 exabrial