That was the answer mks!
Is it possible that my jsp code is not being interpreted?
Does the deployment descriptor of yout web-app declare conformance to the Servlet-API spec 2.4 - i. e. does it contain something like
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> ?
Once I put this in my web.xml, undeployed the application and redeployed it through the manager, it worked!
Shameful thing is that the basic web.xml file in the developer's guid did not have this - it only had <web-app>.
One question left.. I had to undeploy/redeploy using the WebApp manager because command line install doesn't work for me atm (as per my "java.lang.NoClassDefFoundError: org/apache/tools/ant/types/RedirectorElement post"). How do you deploy your apps and update them after code changes?
Thank you for your response!
Rob :)
-- Robert Mark Bram http://phd.netcomp.monash.edu.au/RobertMarkBram/default.asp B.Comp.(Systems Development/Business Systems) B.Net.Comp.(Hons) Doctor of Philosophy Student
School of Network Computing Faculty of Information Technology Monash University Peninsula Campus McMahons Rd Frankston, VIC 3199 AUSTRALIA
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
