Mary
05-07-2007, 12:44 PM
I've read the previous posts about this and am till having problems. I'm a complete newbie to Tomcat.. never used it before. I need to add a new directory under webapps called rreport. Here's what I've done..
added new directory under webapps called rreport (put an index.html file in to test)
added "JkMount /rreport/* ajp13" to etc/httpd/conf/mod_jk.conf
added "<Context path="/var/tomcat4/webapps/rreport" docBase="rreport" debug="0" reloadable="true"> " to etc/tomcat4/server.xml
the hello world ap works fine. When I put test files under that directory, works fine.. when I want to view my new rreport/index.html file - nothing. Tomcat is not recognizing it. I'm obviously missing something. Is there some other place that I need to tell Tomcat to look at my rreport folder?
Anyone configured Tomcat4 using the standard install from the application manager? What else do I need to do to get Tomcat to read from my rreport folder? Any help would be appreciated.
Thanks,
Mary
added new directory under webapps called rreport (put an index.html file in to test)
added "JkMount /rreport/* ajp13" to etc/httpd/conf/mod_jk.conf
added "<Context path="/var/tomcat4/webapps/rreport" docBase="rreport" debug="0" reloadable="true"> " to etc/tomcat4/server.xml
the hello world ap works fine. When I put test files under that directory, works fine.. when I want to view my new rreport/index.html file - nothing. Tomcat is not recognizing it. I'm obviously missing something. Is there some other place that I need to tell Tomcat to look at my rreport folder?
Anyone configured Tomcat4 using the standard install from the application manager? What else do I need to do to get Tomcat to read from my rreport folder? Any help would be appreciated.
Thanks,
Mary