The proper way to do this is use the JSPC task to compile JSP files to class files and then create url mappings in the web.xml for the JSPs to class files. The class files are to be deployed in the WEB-INF/classes directory. The Anto JSPC task(which is same supplied with Tomcat). I think this topic is discussed previously and you can find details in the archives.
rgds Antony Paul On Tue, 21 Dec 2004 09:21:00 +0200, Abhay Hiwarkar <[EMAIL PROTECTED]> wrote: > Hi, > > I have around 120 JSP files and want to avoid deploying them with the > source-code. > > Using JSPC utility, I am able to compile them to ".java" files. > > If required, I can get the ".class" files from: /tomcat4.0/work/myApp. > > Can anybody help me deploying only the ".class" files with Tomcat4.0. > > Many Thanks in advance, > > Regards, > Abhay > > --------------------------------------------------------------------- > 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]
