If I have seperate m/c for app and web servers and my static content is on the web server then in my jsp program the refernce to this static content is done through a mapping of the mount point/drive of the where the static content is stored to a local drive on the app server.
I thought that my static content gets served by the web server and the dynamic content by my app server. I was happy, then all of a sudden I get this question -
If the jsp page is converted to a html page by the jsp/servlet engine on the appserver and the statis contents are also included on to the html page after which it is sent as a response to the browser then the statis content also goes through the web-app bridge!. I am confused now.
I need to know if my thinking in wrong if no please explain. If yes then how is the statis content served through a web server in this type of a set up and how does the jsp page refer to it?
Cheers
Aejaz
I thought that my static content gets served by the web server and the dynamic content by my app server. I was happy, then all of a sudden I get this question -
If the jsp page is converted to a html page by the jsp/servlet engine on the appserver and the statis contents are also included on to the html page after which it is sent as a response to the browser then the statis content also goes through the web-app bridge!. I am confused now.
I need to know if my thinking in wrong if no please explain. If yes then how is the statis content served through a web server in this type of a set up and how does the jsp page refer to it?
Cheers
Aejaz