Home

Back

Contents

Next

Remote Server Mode

Removed in BeanShell 3.0:
The built-in remote server (the server() command, bsh.util.Httpd, bsh.util.Sessiond) and the remote console applets have been removed. None of it was authenticated: server() opened an unauthenticated BeanShell session on the network. This page describes 2.x behavior only; it does not apply to BeanShell 3.x.

Remote server mode let you access a BeanShell Interpreter inside of a remote VM in BeanShell 2.x and earlier. With remote server mode activated you could telnet into the running application and type commands at the BeanShell shell prompt, or use a web browser to bring up a remote GUI console.


Home

Back

Contents

Next