Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
exabrial opened this issue May 30, 2016 · 4 comments
Open
Labels

Comments

@exabrial
Copy link

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
Copy link
Author

/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 jvilk added the demo label May 30, 2016
@jvilk
Copy link
Member

jvilk commented May 30, 2016

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

@jvilk
Copy link
Member

jvilk commented May 30, 2016

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants