Thursday, August 12, 2010

webapp to context mapping is one to one

I miss having some way to deploy a webapp module in my project to multiple contexts. I have a simple redirector webapp which I used to deploy to several contexts:

/css
/js
/img

All it did was proxy the request to another server, based on the hostname.

Seems like I'll have to re-write this module and hard code my paths, and then deploy it to /. Good thing I don't need to do this with two modules.

No comments:

Post a Comment