JSP is not being server properly

2001-04-23 Thread Ferdinand Enario

Hello,

I know I have read this in the forum before but I can't seem to find the
exact message.
Running on Linux Mandrake 7.1, Apache and Tomcat 3.2.1, mod_jk. When I
access the examples like this
http://localhost/examples/jsp/num/numguess.jsp, instead of showing the
example numguess.jsp, I got the source code of the jsp. If I run it like
http://localhost:8080/examples/jsp/num/numguess.jsp , everything is fine.
Could somebody point me to the right direction, please?

Ferdinand




Re: JSP is not being server properly

2001-04-23 Thread Todd Chaffee

I think apache is serving it up when you don't specify port 8080.  You 
probably need a jkmount (I forget the exact directive) in your httpd.conf 
file for apache.  There should be examples of this in the tomcat docs.

- Todd Chaffee

At 09:57 AM 04/23/01 -0700, you wrote:
Hello,

I know I have read this in the forum before but I can't seem to find the
exact message.
Running on Linux Mandrake 7.1, Apache and Tomcat 3.2.1, mod_jk. When I
access the examples like this
http://localhost/examples/jsp/num/numguess.jsp, instead of showing the
example numguess.jsp, I got the source code of the jsp. If I run it like
http://localhost:8080/examples/jsp/num/numguess.jsp , everything is fine.
Could somebody point me to the right direction, please?

Ferdinand