Michel Erard pisze: > So I've found a solution, I have to add additional configurations to my > proxy, for forms and ajax: > > <Location /cocoon-forms-impl> > ProxyPass http://localhost:8888/cocoon-forms-impl > ProxyPassReverse http://localhost:8888/cocoon-forms-impl > ProxyPassReverseCookiePath / / > Allow from all > </Location> > > <Location /cocoon-ajax-impl> > ProxyPass http://localhost:8888/cocoon-ajax-impl > ProxyPassReverse http://localhost:8888/cocoon-ajax-impl > ProxyPassReverseCookiePath / / > Allow from all > </Location> > > because the scripts are declared in the html code as: > > <script type="text/javascript" > src="/cocoon-ajax-impl/resource/external/dojo/dojo.js"></script> > > Is this normal? I find this a bit a dirty solution.
Such paths is normal but I don't understand why they are problematic or dirty. Could you explain a little bit more? -- Grzegorz Kossakowski Committer and PMC Member of Apache Cocoon http://reflectingonthevicissitudes.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
