[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Two WebContent folders in one dynamic web project

Hi,
Is it possible to have a dynamic web project pick up WebContent from more than one folder on your disk?


I have tried creating a linked folder underneath WebContent but the problem with this is the files that are "linked" are done so in a way that the linked folder will be included in the URL.

For example, I want the index.jsp (and a bunch of other top level jsps) for my project to come from a folder outside my project.

They are all in the folder called \corejsps\

In order for them to be picked up by my dynamic web project they must be under \WebContent\. I create a link to this under WebContent. But then I just get \WebContent\corejsps\ and the jsps are all under that. Which means the URLs will contain \corejsps\ which I don't want.

Any ideas of a smart way to achieve my Dynamic Web Project to pick up WebContent from multiple places on my disk?

Thanks a mill.