• 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

URL mapping in OC4J

 
Ranch Hand
Posts: 328
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello friends,

I am using OC4J to host my web application, Let's say it is deployed on the machine say abc.xyz.corp. so i am accessing application on this using a URL http://abc.xyz.corp:7778/test/start.do

What i want is , i want to change the URL for accessing the same web application something like

http://www.myOnline.com/test/start.do

Preferably, I don't want to undeploy the application (unless & otherwise it is required to do so). One more thing is i don't want to register for domain name or something, As it is a small application & would be accessed by maximum 10 persons at a time.

How i can go about doing the same,


Thanks in Advance,
Shriniwas
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic