Sorry, I'm not familiar with mod_proxy, but I think it should be possible.
- Ville
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t5-https-and-two-T5-apps-tp4555456p4574086.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
i use mod_proxy in front of tomcat, does it have the same benefits of
proxy_ajp?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/t5-https-and-two-T5-apps-tp4555456p4556392.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Use httpd infront of tomcat(s)
That way you have to administer the certificate only once + you can
proxy_ajp to any number of tomcats and jettys and glassfishes etc.
In proxu_ajp.conf you can decide what urls goes to which tomcats or to which
tomcat "url" inside one tomcat.
Separate containers p
looks the way to go, but how to have this /order context in the 2nd app? in
tomcat's server.xml, we need to virtual hosts pointing to two t5 apps, first
one uses already Host name="safe.sample.com", how to specify another one
'safe.sample.com' with 'order' context?
sorry, this is not t5 related.
On Tue, 05 Jul 2011 23:01:31 -0300, Angelo C.
wrote:
Hi,
Hi!
I got two T5 applications, the first one:
https://www.safe.sample.com:8443
Now I need to add a new one, and I need to share the same ssl
certificate as
the first one, so I need to use following url:
https://www.safe.sample.co
Can't you just deploy the first one to the root and the second one to
the /order context? I think you'll have to setup the same SSL cert
twice--once for each app, but you should be able to use the same cert.
Mark
On Tue, Jul 5, 2011 at 9:01 PM, Angelo C. wrote:
> Hi,
>
> I got two T5 applicati