Hi,
In Genero 2.4/2.5 you can instruct the httpdispatcher to pass the full URL as a parameter when calling the application.
You do so putting the following in XCF file:
<APPLICATION Parent="defaultgwc">
<EXECUTION AllowUrlParameters="TRUE">
<PATH> [color=blue]The path where the shell script is[/color] </PATH>
<DVM>/usr/local/bin/bash</DVM>
<MODULE> [color=blue]The name of the shell script[/color] </MODULE>
<PARAMETERS>
<PARAMETER> [color=red]$(application.start.uri)[/color] </PARAMETER>
</PARAMETERS>
</EXECUTION>
</APPLICATION>
Now, in 3.0, if you use the GWC that does not work.
Can anyone tell me how to do it in Genero 3.0 for the GWC?
PS: In 3.1 is already possible but I can't yet update to 3.1