Wednesday, February 13, 2013

JD - Java de-compiler - installation in Ubuntu



2. Extract the file.

3. Click jd-gui file or run the command ./jd-gui  from terminal.


Wednesday, February 6, 2013

Jboss AS 7 - Configuration in standalone.xml to accept remote connections


<interfaces>
    <interface name="management">
        <inet-address value="127.0.0.1"/>
    </interface>
    <interface name="public">
       <any-ipv4-address/>
    </interface>
</interfaces>