Databases Reference
In-Depth Information
Notice the apex.war file that is the APEX Listener. We can start the APEX Listener by executing the
following command:
[oracle@ae1 listener]$ java -jar apex.war
When you run this you should see a large amount of output, and you will be prompted to specify
where the APEX static files are located so the APEX Listener knows where to reference them:
[oracle@ae1 listener]$ java -jar apex.war
INFO: Starting: /Users/jes/listener/apex.war
See: 'java -jar apex.war --help' for full range of configuration options
INFO: Extracting to: /var/folders/mN/mNPteN52HoqHK2miZ4o6IU+++TU/-Tmp-/apex
Enter the path to the directory containing the APEX static resources
Example: /Users/myuser/apex/images
or press Enter to skip: /files/apex4
INFO: Using classpath: ...<output omitted>...
INFO: Starting Embedded Web Container in: /var/folders/mN/mNPteN52HoqHK2miZ4o6IU+++TU/
-Tmp-/apex
Enter a username for the APEX Listener Administrator [adminlistener]:
Enter a password for adminlistener:
Confirm password for adminlistener:
Enter a username for the APEX Listener Manager [managerlistener]:
Enter a password for managerlistener:
Confirm password for managerlistener:
Mar 19, 2011 1:02:12 PM bootstrap.Deployer deploy
INFO: Will deploy application path=/var/folders/mN/mNPteN52HoqHK2miZ4o6IU+++TU/
-Tmp-/apex/apex/WEB-INF/web.xml
Mar 19, 2011 1:02:13 PM bootstrap.Deployer deploy
INFO: deployed application path=/var/folders/mN/mNPteN52HoqHK2miZ4o6IU+++TU/
-Tmp-/apex/apex/WEB-INF/web.xml
Using config file: /var/folders/mN/mNPteN52HoqHK2miZ4o6IU+++TU/-Tmp-/apex/apex-config.xml
APEX Listener version : 1.1.0.60.10.38
APEX Listener server info: Grizzly/1.9.18-o
Mar 19, 2011 1:02:13 PM com.sun.grizzly.Controller logVersion
INFO: Starting Grizzly Framework 1.9.18-o - Sat Mar 19 13:02:13 GMT 2011
INFO: Please complete configuration at: http://localhost:8080/apex/listenerConfigure
Database connection not yet configured
I have highlighted in bold the sections where you are prompted for information. Other than defining
the path and passwords, there is very little configuration to do at this stage. You should then find that the
APEX Listener fires up your browser automatically and navigates you to the URL to configure it. If this
doesn't happen automatically, then notice at the end of the output it tells you the URL you can use to
configure the Listener.
In your browser you should see a screen much like Figure 1-24.
Search WWH ::




Custom Search