i'm attempting to narrow in on a problem with the stax-deployed version of an app that runs perfectly on my internal servers. If i could run a scala:console and interact with it, i'm pretty sure i could narrow in on the problem in short order. Is there a way to do that?
Unfortunately, there's no way to directly interact with the deployed application other than through the Web Console or whatever HTTP URLs you've exposed in your application. Log files are probably your best bet for debugging deployment issues.