java - Adding and Calling a JSP to a Running WebApplication -
not sure if possible or not
once webapp running, possible add new jsp webcontent folder, , assuming know name of newly added jsp make requst new jsp?
edit: adding more details
we have java batch application generate jsp files embeded java scriplets e.g."<% person.getname() %>". want able run these jsp within web container populate javacode.
the problem these jsp files generated externally webapplication , cannont restart webapp everytime new jsp produced.
as webapp running after deploy project in server, change made while webapp running won't affect project until deploy project again.
Comments
Post a Comment