• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Help in deploying Application

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

I have two application's deployed in oracle 10g app server.One is webservice & the other is a Normal web application.
The requirement is run this two applications in different port.
Is it possible ?
Please help he
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Srini,
Oracle 10gAS assigns ports dynamically, so you don't need to worry about which port your application is listening to (as far as I know).

However, Oracle 10gAS is not the same thing as OC4J (stand-alone) or Oracle 10gAS (java edition). Each one works differently. So which one are you using, exactly?

Good Luck,
Avi.
 
Srinivasa Raghavan
Ranch Hand
Posts: 1228
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Avi Abrami:

However, Oracle 10gAS is not the same thing as OC4J (stand-alone) or Oracle 10gAS (java edition). Each one works differently. So which one are you using, exactly?



Hello Avi, I'm using OC4j, ( The default port here is 7777 ).
[ December 29, 2004: Message edited by: srini vasan ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic