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
Post a Comment