Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create custom images c.war, similar to i.war. --context not working

K CannellMar 15 2015 — edited Jul 8 2015

ORDS beta 3.0..65.09.31

I am trying to create a custom images c.war file, similar to the way one creates the i.war file for the APEX satic images.

The directions say:

java -jar ords.war static [--context] <location>

Options:

           [--context]           The context path at which the

                                 WAR will be deployed,

                                 defaults to: /i

Arguments:

           <location>            The location where the Oracle

                                 Application Express static

                                 resources are stored

but I have yet to find any combination of syntax that will give me a war that maps to /c instead of /i, the default.

For example:

C:\oracle\ords3.0.0.65.09.31>java -jar ords.war static --context /c   C:\oracle\custom_htmldb

WAR Generation complete

WAR location     : C:\oracle\ords3.0.0.65.09.31\i.war

Context path     : /i

Static resources : C:\oracle\custom_htmldb

Ensure the static resources are available at path: C:\oracle\custom_htmldb

on the server where the WAR is deployed

and

C:\oracle\ords3.0.0.65.09.31>java -jar ords.war static --/c   C:\oracle\custom_ht

mldb

java -jar ords.war static [--context] <location>

Options:

           [--context]           The context path at which the

                                 WAR will be deployed,

                                 defaults to: /i

Arguments:

           <location>            The location where the Oracle

                                 Application Express static

                                 resources are stored

--/c is not a valid option

and variations using quotes and single quotes - all result in the same, either /i gets mapped or I get the directions again/

This has to be something really simple.

Please help!

Thank you

This post has been answered by Kiran Pawar on Jul 8 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2015
Added on Mar 15 2015
7 comments
4,206 views