Hello JSP World,

After servlets, I am discovering JSP so please forgive me if my question is
really dumb.

I run JRun 2.3 and NES 3.6 on my NT Workstation. I can execute servlets
using both NES and JWS (i.e. http://localhost/servlet/DateServlet and
http://localhost:8000/servlet/DateServlet both work).

For some reason, I can execute Helloworld.jsp (from Sun's "JSP by example")
by putting the files (Helloworld.jsp and dukebanner.html) under my
D:\JRun\jsm-default\services\jws\htdocs\jsp\jspsamp\jspexamples folder and
renaming the JSP file to Helloworld.jsp10 and accessing it from
http://localhost:8000/jsp/jspsamp/jspexamples/Helloworld.jsp10). When trying
to access
http://localhost:8000/jsp/jspsamp/jspexamples/Helloworld.jsp, I'll get the
following:

500 Internal Server Error
JSP Parse Error
JSP Directive <%@  %> infois not recognized.

1. What am I doing wrong? Why do I have to rename my file with the .jsp10
extension?
2. How can I create my own JSP folders and instruct JWS to run those JSP
files ? Where does JWS expect to have Beans and servlets saved? How can I
change it?
3. I have read in the JSP archive that trying to run JSP on JRun + NES could
be a nightmare. I shouldn't be too far as I can run servlets through
NES.....Does someone out there got it done right? What's the deal? Do you
have answers to questions 2. for NES?

Thanks a million to help me get started!!!

Guillaume.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to