deleting JSP Files?

2003-07-01 Thread Thomas Weller
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

RE: deleting JSP Files?

2003-07-01 Thread Edward See \(magicaLogic\)
: Tuesday, July 01, 2003 5:25 PM To: [EMAIL PROTECTED] Subject: deleting JSP Files? 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

Re: deleting JSP Files?

2003-07-01 Thread Tim Funk
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

AW: deleting JSP Files?

2003-07-01 Thread Thomas Weller
? I was unlucky searching the web for one. Thomas -Ursprungliche Nachricht- Von: Tim Funk [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. Juli 2003 12:50 An: Tomcat Users List Betreff: Re: deleting JSP Files? Have have put the mappings of the class files to your jsp's in your web.xml

Re: AW: deleting JSP Files?

2003-07-01 Thread Tim Funk
Users List Betreff: Re: deleting JSP Files? 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