Jsp welcome file

2000-07-09 Thread Stefano Andreani
I would like to set the http://localhost:8000/myapp/Main.jsp url as welcome file, but I can't configure J2EE SDK 1.2.1 to read a jsp file as welcome file: if I request to my browser the address http://localhost:8000/myapp/ the browser shows the following error: Error: 500

Re: Jsp welcome file

2000-07-09 Thread Ritesh_Srivastava
, July 10, 2000 12:35 AM To: [EMAIL PROTECTED] Subject: Jsp welcome file I would like to set the http://localhost:8000/myapp/Main.jsp url as welcome file, but I can't configure J2EE SDK 1.2.1 to read a jsp file as welcome file: if I request to my browser the address http://localhost

Re: Jsp welcome file

2000-07-09 Thread Yasir Feroze Minhas
Hi, Please check your webserver.xml file in the jswdk directory to make sure that you have correctly mapped your "myapp" directory for your web application. If you have not touched that file yet then you can get your main.jsp file simply by putting it in jswdk\examples\jsp directory. regards