• 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

About port numbers

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am using weblogic9.2 and starting example server. In config.xml file listen-port is showing 7002, but if i run any application in this server by using 7001 port that application is working, if i use 7002 port number it is showing war is not available. please any one give the solution and help me.
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
7001 is the default listen port. I hadn't noticed that it isn't stored in config.xml (default values often aren't stored).

7002 is the default ssl port.

Here's a snippet from my 9.2 example server config.xml



Here's snippet from the console log from startup:


[ July 01, 2008: Message edited by: Carol Enderlin ]
 
srinivas nageli
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks for your reply. I would like to ask one more question i hope you will reply. My question is by using weblogic we can define more instances for more than one user that means we are giving individual ports for users where we configuring those port numbers and i dont know how to crate the instances on weblogic.
Thanks.

Regards,
Srinivas Nageli
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Srinivas, please use one thread per question instead of asking a completely new question on the same topic.
 
reply
    Bookmark Topic Watch Topic
  • New Topic