Apache doesn't serve .jsp files in the same was as .html or .xml files. JSP files have to be compiled first, usually by a Java Servlet Container like Tomcat, and are served from there. (i.e. Not the Apache Doc Root folder)
**You could configure Apache to serve .jsp files from its Doc Root just like .html but there's absolutely no point in doing so - other than as a exercise. Jonathan -----Original Message----- From: Luanne Coutinho [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 7:45 AM To: [EMAIL PROTECTED] Subject: putMethod cannot create a JSP Hello, I am trying to use the putMethod to create a JSP file with content "test" (Filename: jsptest.jsp) I get an Apache 404 error. The same code works perfectly for creating a test.html or a test.xml Why can't I create a jsp the same way? Thanks Luanne __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- 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]
