there are a couple of things about the way the virtual journals are set up that make it hard to set up a webhead vhost that i'd like to lobby for improving at some point in the future. perhaps it's already the case that i can do these now - please let me know!
- it's strange to have the default journal asset and template folders at the top level, while the virtual journal asset and template folders are in /journals/virtualJournalName - all the journal asset and template folders should be under /journals/
* it's strange that css paths for clinical trials point to /css/pone_screen.css when the actual file is in /journals/clinicalTrials/css/pone_screen.css
- it looks like you're using struts or other logic to rewrite the path to the asset for the virtual journal - that doesn't help apache
- it would be easier to use template logic for this - have the template for the virtual journal use the actual path to the asset, and only use struts to decide which template to call
- this means having more templates in /journals/clinicalTrials/global overriding the defaults - maybe that's already doable!