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