How are JSP/Servlet's executed in a Java-Capable webserver? -


i'm playing writing java-capable webserver. how war/jsp executable java code? i've figured @ point fcgi not available(i have client impl). kind of mechanisms or specs here? there standards?

please refer spec http://www.oracle.com/technetwork/java/javaee/tech/index-jsp-142185.html

to brief invocation when war deployed in web server,the server refers web.xml files important configuration , finds out information regarding webapp.all configuration loaded.if try hit url mapped servlet class corresponding gets loaded.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -