• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to access my app in local via internet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have an application running on weblogic server, that also uses some resources and database in my local machine.
In my local, i use http://183.83.XX.XXX:8080/ctx/app to access it, however if the same is used from another system, it is not getting accessed(I got the ip thru ipconfig).

I want to access this application via internet.
What all should I do to access it via internet?

Along with a brief answer, if you would point me to a complete documentation of what is what, that is really appreciated.
Please help me in this regard.

Thanks
Ravi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic