Keep generated jsp - servlet

2003-03-25 Thread Matthew Oatham
Hi, Is there an option I can set to keep the java src generated from the runtime compilation of jsp's. I want to compare these with those that jspc produce when pre compiling. When running some pre complied jsp's (CLASS files) I get the error: # HotSpot Virtual Machine Error, Internal Error # P

Re: jspc and index.jsp

2003-03-25 Thread Matthew Oatham
d would be create a dummy index.html file that has the > below code > > > > > > - Original Message - > From: "Matthew Oatham" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, March 25, 2003 6:15 PM > Subjec

jspc and index.jsp

2003-03-25 Thread Matthew Oatham
Hi, I have managed to pre-compile my jsp's down to class files and put them in web-inf/classes. I have this entry in web.xml index.jsp index.htm index.html I have the servlet WEB-INF/classes/index.class I have the mapping: index index index /i

jspC

2003-03-21 Thread Matthew Oatham
Hi, I am trying to run the jspc command and am experiencing some problems! I get errors about classes not being found, is there any way to reference classes from the CLASSPATH in the jspc task or do I have to put all the class files needed by the web app in the WEB-INF/classes / WEB-INF/lib direc

Jspc

2003-03-03 Thread Matthew Oatham
Hi, I tried this message on the user list but didn't get any response so would be grateful if any of you guys could give any suggestions! I have managed to run the jsp compiler jspc.bat against a bunch of jsp files. This produced a load of java servlet code that I now need to compile with javac