May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why do I get a 404 (File Not Found) error when I access the Java Server Page? |
| You are probably putting the JSP in a directory that the Web server can't get to. If you have an HTML page that you can access from the Web server, put the JSP in the same directory and see if you can get to it. Also try using the default directory for your Web server (for Microsoft Web servers it's usually c:\InetPub\WWWRoot). | |
| Q2: | Why do I get a 500 (Internal Server Error) error when I access the Java Server Page? |
| Usually a 500 error is caused by a miscommunication between the Web server and the JSP engine, or an error in the JSP engine. First, check to make sure that you have configured your JSP engine properly. Many JSP ... |
Read now
Unlock full access