Q; How to re - configure and monitor the listener of the APEX

Hello
I installed the listener of the APEX on a WLS 12.1.1 (SPARC Solaris 11platform) and configured by using the URL:

http:// < Host >: < port >/apex/listenerConfigure

It worked very well!

Now I need to change the URL and the credentials for connecting to my APEX instance and when I tryo to hit the same URL again, I get the following message:

The listener of the APEX is already configured. Please log on as an administrator to access the listener Administration APEX.

I read to you is a file called apex - config.xml somewhere but I can't find it under my WLS installation directory.

Any ideas what could be the problem?

See you soon,.
Andy

As mentioned Udo, the 2nd option (change in the war before you deploy file) is probably the best. One suggestion is to use a variable then rather hard, the location of the XML encoding. The variable can then be set / changed on the command line.

Web.Xml
     
          config.dir
          ${apex.dir}
     

In the weblogic under the Server Start Settings console, you can change the variable according to the needs for each instance managed for each environment:

-Dapex-dir = / dir1/dir2/myapp/apex

Good luck.

Jack

Tags: Database

Similar Questions

Maybe you are looking for