You could start your JBoss server with this param -b to bind to a specific IP:
run.bat -b <IP>
For example if you adapter is configured with the IP 192.168.0.1 use the following command to bind your JBoss server to this adapter and listen on this interface:
run.bat -b 192.168.0.1
You can use 0.0.0.0 to bind to all available interfaces, too.
Because of security reasons JBoss binds only to localhost (127.0.0.1) by default.
If your computer is not directly connected with the internet you should check your router configuration and do a port forwarding to your JBoss machine for the required ports (e.g. 80 or 8080 for http).
It is much easier to find out your IP if you use a dynamic dns redirection service (like dyndns or dtdns). Most routers supports those kind of services and the are easy to use. Just register your external (internet) reachable name and setup your router to use it.
See http://www.dyndns.com/ for example. Most of the services are free to use and there are many providers for services like this (just google for "dynamic dns ip").