Home

Back

Contents

Next

BshServlet and Servlet Mode Scripting

Removed in BeanShell 3.0:
The bsh.servlet package, BshServlet, and the bsh.Remote launcher have been removed. The servlet evaluated a script passed in as a request parameter with no authentication. This page describes 2.x behavior only; it does not apply to BeanShell 3.x.

BshServlet was a simple servlet that could be used to evaluate BeanShell scripts inside of an application server or servlet container in BeanShell 2.x and earlier. BshServlet accepted BeanShell scripts via the POST method, evaluated them capturing output (optionally including standard out and standard error) and returned the results.

Home

Back

Contents

Next