mod_jk.conf i have is below, I don't have an app
up yet, just running a simple HelloWorld.jsp
i snagged from a website. None of the docs i've
read say that needs to go into the mod_jk.conf
file. Am I reading wrong info? I'm not getting
a 404 when i try to load it, I just get a blank
page. jsp code is below
<%@ page
contentType="text/html;charset=WINDWS-1252"%>
<!DCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=IS">
<title>Hello World JSP</title>
</head>
<body>
<h1><% out.println(" Hello World JSP!"); %></h1>
</body>
</html>
"Biernesser, Beth" <Beth.Biernesser (AT) fnf (DOT) com>
wrote:
Do you have the application referenced in your
mod_jk.conf file?
Message
[root@overkill conf]# cat
/etc/httpd/conf.d/mod_jk.conf
JkWorkersFile "/"
JkLogFile "/etc/httpd/logs/mod_jk.log"
JkLogLevel info
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
To start a new topic, e-mail: users (AT) tomcat (DOT) apache.org
To unsubscribe, e-mail: users-unsubscribe (AT) tomcat (DOT) apache.org
For additional commands, e-mail: users-help (AT) tomcat (DOT) apache.org