Hi all I have one jsp and one class file on my unix box. first.jsp is in /usr/local/weblogic/myserver/public_html/jsp directory. first.class is in /usr/local/weblogic/myserver/serverclasses direcotry. In first.jsp i am giving command like this FORM METHOD="GET" ACTION="/servlet/first" (please note for some reason if i give <> its not showing the above entire statement in java ranch question) From browser i am running http://localhost:7003/jsp/first.jsp Its giving me page not found error.