About JSP Remove

2004-04-08 Thread Carlos Lopez
I have various JSP Files, but I don't want that other people that have access to the server with a super user can see them... Can I run tomcat jsp files from compiled class, without .jsp files? Tnx. - To unsubscribe, e-mail:

Re: About JSP Remove

2004-04-08 Thread Tim Funk
Yes - precompile your JSP's. The Tomcat 5 build.xml has an example. -Tim Carlos Lopez wrote: I have various JSP Files, but I don't want that other people that have access to the server with a super user can see them... Can I run tomcat jsp files from compiled class, without .jsp files?