Re: Are jsps application server specific?
Posted By:
John_Zukowski
Posted On:
Monday, April 16, 2001 10:40 PM
As long as you don't use any tag libraries that are specific to the application server, your JSP is server neutral.
Re: Are jsps application server specific?
Posted By:
AlessandroA_Garbagnati
Posted On:
Monday, April 16, 2001 07:16 PM
Absolutely not. You don't need an application server to run JSP. The only thing you need is a servlet container that is compliant with the current JSP specification.