Re: T5: accessing assets/files using apache httpd instead of tomcat

2009-03-05 Thread Lutz Hühnken
Hi Britske, assuming you are using mod_jk to connect Apache httpd to Tomcat, you can use JkMount/JkUnmount to unmount the paths containing static resources and have httpd handle them directly. Let's look at an example.. If your images are in "_img", the context is the root context and your webap

Re: T5: accessing assets/files using apache httpd instead of tomcat

2009-02-27 Thread manuel aldana
Currently this is one of the asset shortcoming. Therefore I want to introduce file assettype (see https://issues.apache.org/jira/browse/TAP5-423) and later also URL alias for tapestry core (so you can include statics through another webroot). Currently there does exist something like URL alias

T5: accessing assets/files using apache httpd instead of tomcat

2009-02-26 Thread Britske
for speed reasons, etc. I would like apache httpd to handle css,js and images instead of tomcat Of course apache httpd doesn't know of the resources bundled in the tapestry webapp. For those of you who are using tapestry with tomcat and a apache httpd frontend: I'm interested in knowing what kin