How to compile an individual jsp file from command line

1.4k Views Asked by At

The current application server is OC4J where the JSP files are pre compiled. There is change in the text that needs to be made in the jsp files. Is there a way to compile a individual file(contact.jsp) to contact.class , because we don't want a new build due to deployment issues!!

0

There are 0 best solutions below