>> I have a question related to JSPs. We have few JSP files and HTML files
>> in our webapp. The JSP files have jsp:include directives to include
[quoted text clipped - 5 lines]
>> I'm not knowing about how to access the HTML files. Request somebody
>> who has knowledge about this to help me solve this problem.
HI Lew,
The way our application is structured is - JSPs form a framework, and
when this framework is combined with assets - like images, html part
files, the site will come up.
The assets are created by 3rd party and not by us ... and we don't want
to expose the application war to them. Infact the idea is to upload the
assets into their servers and access from there directly. It is
basically the business factor driving for this divison.
Thank you,
Venkatesh
> >> I have a question related to JSPs. We have few JSP files and HTML files
> >> in our webapp. The JSP files have jsp:include directives to include
[quoted text clipped - 22 lines]
>
> - Lew
Daniel Pitts - 19 Dec 2006 23:58 GMT
> > >> I have a question related to JSPs. We have few JSP files and HTML files
> > >> in our webapp. The JSP files have jsp:include directives to include
[quoted text clipped - 35 lines]
> Thank you,
> Venkatesh
Please don't top-post...
Well, for images, you wouldn't use a jsp:include.
Actually, jsp:include ONLY works for local files. You would be better
off running behind Apache, and using virtual includes.
Although, images wouldn't be jsp:included anyway, as they are <img
src='image.gif'> format.
You might also look into a content-management solution instead.
Databases and search indexes aren't new technology.