Is there anything like the weblogic console, but for administrating an OTP application (written in Erlang)?
+1
A:
Not that I know.
You could use one of the available web frameworks (Erlang Web, Nitrogen, etc) to build one on your own.
Alternatives are to use a web front-end written in any of the "traditional" languages and to make it interact with an Erlang back-end. Possibilities are:
I would honestly prefer the first approach (Erlang powered web framework).
Roberto Aloi
2010-03-17 13:45:18
This answer assumes a positive answer to my first comment to your question...
Roberto Aloi
2010-03-17 13:46:31
When you say none are available, do you mean there is no commerical offering either?
Zubair
2010-03-17 13:55:08
Roberto Aloi
2010-03-17 14:16:41