Put them on a config branch, use a workflow to push it from iwstore to iwhome.Put some thought into how the directories are organized. You can make sub dirs underneath the httpd and custom folders. Organize them by project/division/business unit. Put the appropriate folders under there (bin, conf, class, etc).Don't allow anyone to change in iwhome, change in iwstore and use WF to push the changes.
whichever you prefer, but I like busunit/bin, conf, class
Whatever files you need. If you have config-like files, they go in conf. If you have java class files, then you need a class dir. If it is only ipl, then bin. Yes CGIs go in httpd/iw-bin/whatever/
What about custom screens and other web assets css files images etc.. Do those also need to be stored in httpd? or \httpd\webapps\content_center?
If they are GUI customizations - they should be located in the correct directory of the iwhome/local/config/lib/content_center/customer_src/ directory tree as per the instructions in the TeamSite User Interface Customization Guide.If that's not what you are talking about - then please clarify the question
I was referring to custom CGI screens callouts etc.. not Teamsite GUI customizations. We have some legacy screens and are creating more. I want to create a structure for the images, css files etc for these custom screens to align the interfaces for ongoing CGI callout development etc..