AW: AW: AW: [opencms-dev] Problem with mod_proxy,parameters and sessions
Manuel Wallnöfer
mfw at msk-informatik.at
Tue Feb 24 10:36:03 CET 2004
Hi Daniel and Joachim,
Thx a lot for your help, now it works fine, i changed the web.xml and
now i let my charting tool respond at /opencms/cewolf and everthing
works fine :-)
Thx a lot for your help!!!
Regards
~Manuel
-----Ursprüngliche Nachricht-----
Von: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org] Im Auftrag von Daniel López
Gesendet: Dienstag, 24. Februar 2004 09:55
An: opencms-dev at opencms.org
Betreff: Re: AW: AW: [opencms-dev] Problem with mod_proxy,parameters and
sessions
Hi Manuel,
With your new proxy configuration, you are redirecting all URLs, except
/resources/* and /export/*, to http://127.0.0.1:8082/opencms/, so, as
Joachim said, you need to make sure your servlet answers at the right
address.
You have 2 options:
.- Move your charting servlet to respond at
http://127.0.0.1:8082/opencms/cewolf
.- Leave your servlet, in case it's there, at
http://127.0.0.1:8082/cewolf and add a rule so mod_proxy does not
redirect the calls to this servlet. That would mean adding one line to
your config, so it looks like this:
...
ProxyPass /resources/ !
ProxyPass /export/ !
ProxyPass /cewolf !
...
Good luck!
D.
Joachim Arrasz escribió:
> Hi Manuel,
>
>
>
>>In my site i have a charting Module, and now my charts are not shown
>>any more.
>>
>>You can have a look at it there:
>>http://manuel.homeunix.com/vpm/de/produkte/jundt.jsp
>
>
> i`ve seen you use Cewolf for creating the Chart. This is a sperate
> Servlet as i know (i used it a lot in my thesis a bit ago). So you
> have to change the Cewolf Servlet into the new webapp. This should be
> done in web.xml Hope this helps a bit
>
> Bye
>
> Joachim Arrasz
>
> Synyx oHG, Karlsruhe
_______________________________________________
This mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list