Hi Maurizio, I run HST1 in Tomcat behind Apache httpd. Can't you use a Apache Httpd modproxy configuration to map
http://<host>/achtergrond/
to
http://localhost:8080/<app>/content/artikelen/achtergrond/
(assuming Tomcat runs on port 8080) or something along those lines?
Reinier
Maurizio Pillitu wrote:
Hi everyone,
we're currently using HST1 in order to build a website on top of an
existing Hippo CMS 6 repository.
I'm currently setting up the URL space of my webapp and I've some
difficulties trying to get it work as expected.
I'd like to
1. intercept the URL /achtergrond/....
2. map it to event.jsp
3. use /content/artikelen/achergrond as dataspurce
First 2 steps are covered, but I cannot understand how to achieve the third.
My current project configuration is a mere copy of the HST1 demo
suite; my current Spring configuration states the following:
<bean id="URLMapping"
class="nl.hippo.client.el.ext.urlmapping.bean.URLMapping">
<property name="mapping">
<list>
...
<bean class="nl.hippo.client.el.ext.urlmapping.bean.URLMappingRule">
<property name="documentPath" value="/content/artikelen/achtergrond" />
<property name="forwardPage" value="/event.jsp" />
</bean>
</list>
</property>
</bean>
Could someone give me some pointers or drop me some code samples?
Thanks in advance!
mau
P.S. Is this the right ML for HST1-related questions? Or shall I use
[email protected]?
Met vriendelijke groet,
-- Reinier van den Born HintTech B.V. T: +31(0)88 268 25 00 F: +31(0)88 268 25 01 M: +31(0)6 494 171 36 Delftechpark 37i | 2628 XJ Delft | The Netherlands www.hinttech.com HintTech is a specialist in eBusiness Technology ( .Net, Java platform, Tridion ) and IT-Projects. Chamber of Commerce The Hague nr. 27242282 | Sales Tax nr. NL8062.16.396.B01
<<attachment: reinier_van_den_born.vcf>>
******************************************** Hippocms-dev: Hippo CMS development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
