2Krydos It was 503 like now. I tried to upload index,html, server works right with him. Now i uploaded index.jsp and it writes: "Service Temporarily Unavailable". What's that? P.S.  index.jsp i took from here: http://mainline.brynmawr.edu/~dkumar/JSP/ The same page as above using JSP looks as shown below:   <HTML>  <HEAD>   <TITLE>Hello World</TITLE>  </HEAD>  <BODY>   <H1>Hello World</H1>   Today is: <%= new java.util.Date().toString() %>  </BODY> </HTML>   In order to run it, do the following: Place it in a file, HelloWorld.jsp in the same directory as your .html files