Hi Christoph,
no, do exactly what is provided there:
the context tag is commented:
<!-- Context -->
and is extended with the sessionCookiePath="/":
<Context sessionCookiePath="/">
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<!-- Uncomment this to disable session persistence across Tomcat
restarts -->
<!--
<Manager pathname="" />
-->
<!-- Uncomment this to enable Comet connection tacking (provides events
on session expiration as well as webapp lifecycle) -->
<!--
<Valve
className="org.apache.catalina.valves.CometConnectionManagerValve" />
-->
</Context>
and has a closing tag </Context>.
Best,
Arash
On Tue, Aug 26, 2014 at 3:32 PM, Christoph Kukulies <
Hi Arsh,
$ vi /var/lib/tomcat7/conf/context.xml
<!-- Context -->
<Context sessionCookiePath="/">
There is already a Context section. How would that fit into the existing
one?
And wouldn't that have to be
<Context sessionCookiePath="/"
* /> *
*? *
Hi Christoph,
Thanks for the hint, the link was broken after an upgrade to OpenCms 9,
its now fixed.
Regarding your question, I'd recommend to use mod_jk with ajp connector
as described there, its much powerful and performant than mod_proxy etc..
Kind Regards,
Arash
On Mon, Aug 25, 2014 at 4:25 PM, Christoph Kukulies <
Post by Arash KaffamaneshHi Christoph,
https://docs.google.com/a/cloudssky.com/document/d/1PUNVQXecxABjf5WNh1xb1CWY-FIBZgOTPO1neIi6EgI/edit?pli=1#heading=h.r4ba2ls3mq1o
in the appendix of the step by step OpenCms installation guide with
Apache, Tomcat 7, MySQL, SSL and much more, works on Ubuntu 12 and 14.
HTH,
Kind Regards,
Arash
Thanks a lot, Arash.
Unfortunately the link to the adressed vhosts file (000-default) in the
document is broken.
<http://cloudssky.com/en/downloads/000-default>
I'm not using ajp workers on port 8009, instead I have an extra connector
for every VirtualHost site (have four or five
of those). Would that work also?
--
Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20140826/eab614e1/attachment.html>