While the J2EE module reference feature allows your to create common Java library projects, I can\'t find a neat way to do this for web content.
I have common JSPs, CSS
If you're using Subversion, you could use svn:externals to reference the common files in both projects. Then you can edit the common files in one place, and if you do a svn up all will be synchronized.
svn up