Hi Tapestry Users,

Where would I look to deploy a tapestry sites on one tomcat instance that are served up by a domain names behind apache http?

I recently found

            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>maven-jetty-plugin</artifactId>
                <version>6.1.16</version>
                <configuration>
                    <contextPath>/</contextPath>
                        ...
                        ...

for dev (contextPath set to /) so i don't get the redirect.


Seeing as there is probably more than one way to skin the cat, I presume there would be a tapestry way of answering requests to www.domain1.com rather than www.domain1.com/myApp/


Further, is there a tapestry way of answering requests to www.domain1.com in one tapestry app, and then deploy a 2nd tapestry app to reply on www.domain2.com?


Cheers
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to