[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
RE: Apache can't find .jsp pages tooooooooooooo.
Double check that your scratch directory has write access for the user that
your webserver/jserv/gnujsp runs as.
-dave pasirstein
> ----------
> From:
> liuxj@softlab.is.tsukuba.ac.jp[SMTP:liuxj@softlab.is.tsukuba.ac.jp]
> Reply To: gnujsp@career.gjt.org
> Sent: Saturday, February 26, 2000 5:05 PM
> To: bfb@att.net
> Cc: gnujsp@gjt.org; noel@ibm.net; heyl@nads.de; jsrbirch@home.com;
> lliu@leland.Stanford.EDU
> Subject: Apache can't find .jsp pages tooooooooooooo.
>
>
> Hi Bernie ,Lowen Liu,Noel J. Bergman,Steve Nguyen,Carsten Heyl
>
> Excuse me, I hope you don't mind my asking ,but I'd like to know how make
> my jsp
> server work .
>
> Recently , I installed the gnujsp1.0.0 onto my redhat 6.1 with apache 1.36
> & jse
> rv 1.1 according to the isntall.apache. but it didn't work , I redad some
> artic
> le from the mail-list . and then I tried my best to solve the problem, but
> it al
> ways didn't work too.
>
> Default hompepage is /home/httpd/html , I make a subfolder under html
> jspexample
> and copied some jsp file to the fold /home/httpd/html/jspexample ,
>
> I want to browse :
> http://caitsith.softlab.is.tsukuba.ac.jp/jspexample/hello.jsp
> and there are some error messgaes.
>
> Please give me some advices and suggestions .
>
> Best Regards,
> liuxj
>
>
> The following are conficuration about jsp and other usful informations :
>
>
> webserver: the erro message is : Not Found The requested URL /jsp/gnujsp
> was not
> found on this server.
>
> (jserv.log):
> [27/02/2000 06:06:21:004 JST] gnujsp/org.gjt.jsp.JspServlet service
> started
> [27/02/2000 06:06:21:004 JST] gnujsp/org.gjt.jsp.JspServlet: Parsing
> file:/home/
> httpd/html/jspexample/hello.jsp
> [27/02/2000 06:06:21:006 JST] gnujsp/org.gjt.jsp.JspServlet: Depends on
> /jspexam
> ple/hello.jsp
> [27/02/2000 06:06:21:006 JST] gnujsp/org.gjt.jsp.JspServlet: getResIm:
> return fi
> le:/home/httpd/html/jspexample/hello.jsp
> [27/02/2000 06:06:21:007 JST] gnujsp/org.gjt.jsp.JspServlet: Emitting
> source to
> /var/local/jsp/jsp__jspexample__hello_2ejsp.java
> [27/02/2000 06:06:21:007 JST] gnujsp/org.gjt.jsp.JspServlet: service: file
> not f
> ound: /var/local/jsp/jsp__jspexample__hello_2ejsp.java
>
> (mod_jserv.log): JSP File Not Found
>
> (jserv.conf)::
> ApJServMount /jsp /jsp
> ApJServAction .jsp /jsp/gnujsp
>
> (jsev.properties):;
> wrapper.bin=/usr/local/jdk117_v3/bin/java
> wrapper.bin.parameters=-v
>
> wrapper.classpath=/usr/lib/apache/ApacheJServ.jar
> wrapper.classpath=/usr/local/gnujsp-1.0.0/lib/servlet-2.0-plus.jar
> wrapper.classpath=/usr/interclient/interclient.jar
>
> jsp.properties=/etc/httpd/conf/jserv/jsp.properties
>
> (jsp.properties)::
> repositories=/usr/local/gnujsp-1.0.0/lib/gnujsp10.jar
> repositories=/usr/local/gnujsp-1.0.0/lib/servlet-2.0-plus.jar
> repositories=/home/httpd/jspbeans
>
> servlet.gnujsp.code=org.gjt.jsp.JspServlet
> servlet.gnujsp.initArgs=scratchdir=/var/local/jsp
> servlet.gnujsp.initArgs=checkclass=true
> servlet.gnujsp.initArgs=debug=true
> servlet.gnujsp.initArgs=compiler=builtin-javac -classpath
> %classpath%:%scratchdi
> r%:/usr/local/gnujsp-1.0/lib/servlet-2.0-plus.jar:/usr/local/gnujsp-1.0/l
> ib/gnujsp10.jar:/home/httpd/jspbeans:/home/httpd/servlets -d %scratchdir%
> -depr
> ecation %source%
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ------- End of Forwarded Message
>