[erlang-questions] Webtool

Wes James comptekki@REDACTED
Sat Apr 20 18:53:11 CEST 2013


What platform.  On a mac and linux you can cd to the otp source folder and
run this:

find . -name "*webtool*" -print

I got this:

./lib/webtool
./lib/webtool/doc/src/start_webtool.xml
./lib/webtool/doc/src/webtool.xml
./lib/webtool/doc/src/webtool_chapter.xml
./lib/webtool/ebin/webtool.app
./lib/webtool/ebin/webtool.appup
./lib/webtool/ebin/webtool.beam
./lib/webtool/ebin/webtool_sup.beam
./lib/webtool/priv/bin/start_webtool
./lib/webtool/priv/bin/start_webtool.bat
./lib/webtool/src/webtool.app.src
./lib/webtool/src/webtool.appup.src
./lib/webtool/src/webtool.erl
./lib/webtool/src/webtool_sup.erl

If you want to find some text in a .erl file, run this:

find . -name "*.erl" -exec grep "some-text" {} \; -print

It might help in finding what you want.


On Sat, Apr 20, 2013 at 6:45 AM, Carlo Bertoldi
<carlo.bertoldi@REDACTED>wrote:

> Hi, a simple question: where can I find the HTML displayed by webtool?
> For example, relatively to appmon, I looked into otp_src_R16B/lib/appmon
> and lib/webtool/ but I could not find the appmon specific HTML.
> Thanks,
>  Carlo
> ______________________________**_________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/**listinfo/erlang-questions<http://erlang.org/mailman/listinfo/erlang-questions>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130420/6ce31f16/attachment.htm>


More information about the erlang-questions mailing list