• 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

oc4j standalone and em console

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know if there is a way to access the em console from an oc4j instance launched from Jdeveloper 10.1.3.5?

If I goto the default web app page then I get a welcome page which includes a link to:

Launch Application Server Control - http://localhost:8989/em

which suggests the em console should be available, but clicking on it just gives an HTTP 404.

Is there some additional config I need to do to enable this (couldn't find anything obvious in the config files or in Jdeveloper in the Embedded OC4J Preferences)?

Any help appreciated.


 
Andy Wilson
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Found the following in OAS documentation:

Accessing Application Server Control Console in Standalone OC4J

The Application Server Control Console is installed and configured automatically when you install the OC4J software. It is started by default when OC4J is started.

The console is accessed through the default Web site, which is configured to listen for HTTP requests on port 8888. To access the console, simply type the following URL in a Web browser:

http://hostname:8888/em

Doesn't work on my system for some reason. Will post back if I find out why.
 
reply
    Bookmark Topic Watch Topic
  • New Topic