plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 174 forks source link

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

Open exabrial opened 8 years ago

exabrial commented 8 years ago

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 commented 8 years ago
/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
jvilk commented 8 years ago

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

jvilk commented 8 years ago

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.)

exabrial commented 8 years ago

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