Have have put the mappings of the class files to your jsp's in your web.xml? JSPC should provide a mechanism to give you a snippet of XML to place in web.xml. That needs to be there for precompiling to work.

-Tim

Thomas Weller wrote:
Hello,

I have a JSP Project I want to deliver on CD. Of course I don't want to
provide all sources, so I decided only to include class-files.

I precompiled all JSP files to class files and then deleted the JSP
files. Unfortunately, this does not seem to work. Tomcat generates a
file not found error. Second, I compiled the JSPs and then overwrite
each of them with a single whitespace character. Even if Tomcat runs on
a write protected medium (with just access to the TEMP directory), it
displays a blank page then. How can that be? I thought that Tomcat would
use the class-files, if they exist.
Any suggestions?

My setting is autoDeploy="false".

Thanks,

Thomas


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to