Can anyone tell me how to create custom tags in JSP with server as JavaWebServer.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
As far as I know, Java Web Server does not support any of the cool tag library capabilities in the JSP 1.1 API. Sun dropped support for Java Web Server some time ago and gave all the code to the Apache organization for open-source development. To get the current servlet and JSP APIs you need Tomcat from jakarta.apache.org Bill