Hi,
I'm hoping someone can help with setting up the listener for my APEX installation.
I have APEX 4.2 running on an 11g database, and can access the application directly, no problems.
I've set up the listener running standalone on my windows machine, I get the following results.
Go to http://localhost:8085/apex/
Browser goes to http://localhost:8085/apex/f?p=4550:1:5614682097186 and displays a blank page
Go to http://localhost:8085/apex/f?p=100
Browser goes to http://localhost:8085/apex/f?p=100:LOGIN:14764949035472 which is our application's login page.
The page is displayed, but it looks like the theme is not applied, white background etc, but it does contain the logo images which are defined on the page.
The login button/link does nothing, and I can't get any further.
Firebug reports the following error when attempting to login
ReferenceError: apex is not defined
The HTML for the button is as follows:
<span>OK</span>
So, what I need to understand is:
1: Why is the default URL going to somewhere that doesn't load a page?
2: Why, when I manually go to an actual page does it load without a theme?
3: Why can't I log in? I'm suspecting a missing javascript file, probably related to question 2 here.
Is there any way I can enable some more logging on the listener to help try and figure this out.
Many Thanks
Jas