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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -