Trying to nest a static web project in eclipse [message #1284548] |
Fri, 04 April 2014 11:53  |
Eclipse User |
|
|
|
I have a client who has their main site and a few Facebook related resources. The project is delivered in the following format:
+ css
+ images
+ index.htm
+ other.htm
+--facebook
+ css
+ images
+ page.htm
We were hoping to keep the Facebook crap in a separate static web project but still deliver the site in the structure above. I attempted to do this using two static web projects configured to deploy to the same local Apache server.
The Facebook project has a context root of /facebook but for some reason that folder is never created when I publish. I tried setting the deploy path to facebook but that also doesn't help. The only thing I can figure is that possibly the Facebook project is published first and then its contents are erased and overwritten by the other core project.
Is what I'm trying to do even possible or should I just stuff the facebook folder in the core project and suck it up?
|
|
|
|
Powered by
FUDForum. Page generated in 0.02783 seconds