I'm trying to design an app in a way that all requests will have to go through a servlet. e.g. http://localhost:8080/myservlet?somestring
But I want to make use of the JSP technology. So I'm thinking that I'll have to somehow include the JSP compiled classes into the servlet. and somehow put the output of the JSP into the response of the servlet. My question is - is this possible? and how do I do it? Any examples would help. Thanks, David Aleksanyan P.S. This is my first post, I hope it is to the point and it hasn't been answered before, otherwise - please tell me so. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
