Hi,
I am working with APEX 5.1.
I am trying to deploy ORDS (ords.17.4.1.353.06.48.zip' on Tomcat from a PDB database (ZEUS).
Here are globally the steps I have done:
1) Relevant users:
The users APEX_PUBLIC_USER, APEX_LISTENER, APEX_REST_PUBLIC_USER are open and have a default tablespace.
2) Configuring ords_params.properties:
The ords_params.properties contains the following:
#Sun Jan 28 16:42:15 CET 2018
db.hostname=oel6564-odb12c-s10
db.password=@05528D1BAC9E442AAAB33C887F26783B1E
db.port=1521
db.servicename=ZEUS
db.sid=OLYMPUS
db.username=APEX_PUBLIC_USER
migrate.apex.rest=false
plsql.gateway.add=true
rest.services.apex.add=true
rest.services.ords.add=true
schema.tablespace.default=APEX512_USER_D
schema.tablespace.temp=TEMP
standalone.mode=false
user.apex.listener.password=@05792F8C8EF80E1E421EBB215E7A429581
user.apex.restpublic.password=@05AE13D2123319B3A9572EF3EE827B684B
user.public.password=@05A1083B097BB1485AC25E2BBF3F380121
user.tablespace.default=APEX512_USER_D
user.tablespace.temp=TEMP
3) I prepare the ords file:
mv ords.war apex512.war
java -jar apex512.war configdir /u01/tomcat/applications/ords17/conf
I get returned:
Jan 28, 2018 4:02:08 PM
INFO: Set config.dir to /u01/tomcat/applications/ords17/conf in: /u01/tomcat/applications/ords17/unzipped_ords17/apex512.war
then:
java -jar apex512.war
...
Retrieving information.
Retrieving information.
Jan 28, 2018 4:04:17 PM
INFO: Updated configurations: defaults, apex, apex_pu, apex_al, apex_rt
Upgrading Oracle REST Data Services schema 3.0.4.60.12.48 to version 17.4.1.353.06.48
... Log file written to /u01/tomcat/applications/ords17/unzipped_ords17/logs/ords_upgrade_2018-01-28_160417_00320.log
... Upgrading ORDS schema to 17.4.1.353.06.48
Completed upgrade for Oracle REST Data Services version 17.4.1.353.06.48. Elapsed time: 00:00:48.543
4) Prepare webapps:
I copy the images to /u01/tomcat/base/middleware/tomcat9/webapps
and apex512.war to to /u01/tomcat/base/middleware/tomcat9/webapps.
The Tomcat server is running and I can see directory /u01/tomcat/base/middleware/tomcat9/webapps/apex512.
But, from the Manager coonsole I cannot start the /apex512 application.
If I click on that application I get:
HTTP Status 404 - /apex512/
type Status report
message /apex512/
description The requested resource is not available.
Does someone know where there is a error in the above steps?
Thanks by advance for any tip.
Kind Regards