• 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

Weblogic startup issue

 
Ranch Hand
Posts: 300
Eclipse IDE Oracle Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i have installed Weblogic 10.3.2 and succefully created a domain called mdm_domain. now when i try to access the address http://mdmsrv:9001/
it gives me error saying where as http://mdmsrv:9001/console gives me the administration login page. also how do i give access to a particular role from within the weblogic server...

 
Ranch Hand
Posts: 826
Eclipse IDE Oracle Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you mean by http://mdmsrv:9001/console ??


Does mdmsrv point to your ip??

WLS admin port is by default configured to 7001 port. Did you change the port number for the admin server while creating the domain?

What is the result that you get when you try with http://localhost:7001/console while accessing the AS on the local machine?
 
carina caoor
Ranch Hand
Posts: 300
Eclipse IDE Oracle Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes mdmsrv points to my ip. also i changed the port number while creating my domain named mdm_domain to 9001.there is another domain configured on 7001 and i am not concerned for that port.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The default console admin port is 9001. You cannot receive any meaningful application when you visit the / path since there are no application configured for that path. /console is the admin application.
 
carina caoor
Ranch Hand
Posts: 300
Eclipse IDE Oracle Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
actually i am trying to deploy an utility application ... fo rthat i have followed all the steps that were reuqired for the application to deploy.. my main problem here is when i directly start the weblogic server it gets started up from start menu or by using startweblogic.cmd file ... but when i run all the configuration part from the application setup files and give a command at end to start up server.. it is not starting up... just wanted to know while creating my mdm_domain i gave admin server name as MDMAdminServer and in my application configuration it i sasking me weblogic server name... do i need to give MDMAdminServer as weblogic server name ... i m pretty confused with weblogic... also it is asking batch RMI port, coherence cluster name i am not sure what all this are...
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can deploy your application (a WAR ?) from the console. A separate domain is not necessary

Also, check your private messages for an important administrative matter
 
Hey, I'm supposed to be the guide! Wait up! No fair! You have the tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic