You have in virtual.conf <br><br><font size="2"> JKMount /student        tomcat<br>JKMount /student/*      tomcat</font><br><br>But in url <a href="http://hospital/student">http://hospital/student</a>&quot;s&quot;/time.jsp. So in url you are using students. May be this is the issue? <br>
<br>Sarkhan Elkhanzade<br><br><div class="gmail_quote">On Thu, Jan 7, 2010 at 8:39 PM, Mathew R. Phillips <span dir="ltr">&lt;<a href="mailto:mathew.phillips@wartburg.edu">mathew.phillips@wartburg.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">right now I&#39;m using <a href="http://hospital/students/time.jsp" target="_blank">http://hospital/students/time.jsp</a> which is a file in /usr/local/tomcat/webapps/examples/time.jsp. As i said in the first post I know the page is servable because I can get to it using the tomcat server directly with <a href="http://hospital:8080/examples/time.jsp" target="_blank">http://hospital:8080/examples/time.jsp</a>. And I know its going through to tomcat from apache because I&#39;m getting the tomcat 404 error page and not the one from httpd.<br>

<div><div></div><div class="h5"><br>
<br>
-----Original Message-----<br>
From: <a href="mailto:cialug-bounces@cialug.org">cialug-bounces@cialug.org</a> on behalf of Tom Pohl<br>
Sent: Thu 1/7/2010 7:38 PM<br>
To: Central Iowa Linux Users Group<br>
Subject: Re: [Cialug] Httpd and tomcat configuration<br>
<br>
What URL are you using?<br>
<br>
-Tom<br>
<br>
On Jan 7, 2010, at 7:13 PM, &quot;Mathew R. Phillips&quot; &lt;<a href="mailto:mathew.phillips@wartburg.edu">mathew.phillips@wartburg.edu</a><br>
 &gt; wrote:<br>
<br>
&gt; yes it is<br>
&gt;<br>
&gt; mod_jk.workers file<br>
&gt;<br>
&gt; worker.list=tomcat,status<br>
&gt; worker.maintain=60<br>
&gt; worker.tomcat.type=ajp13<br>
&gt; worker.tomcat.host=hospital<br>
&gt; worker.tomcat.port=8009<br>
&gt; worker.tomcat.socket_timeout=30<br>
&gt; worker.tomcat.socket_keepalive=0<br>
&gt; worker.tomcat.recycle_timeout=300<br>
&gt; worker.tomcat.retries=3<br>
&gt; worker.tomcat.cache_timeout=300<br>
&gt; worker.status.type=status<br>
&gt;<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:cialug-bounces@cialug.org">cialug-bounces@cialug.org</a> on behalf of Sarkhan Elkhanzade<br>
&gt; Sent: Thu 1/7/2010 7:08 PM<br>
&gt; To: Central Iowa Linux Users Group<br>
&gt; Subject: Re: [Cialug] Httpd and tomcat configuration<br>
&gt;<br>
&gt; Is the &quot;tomcat&quot; your worker name in tomcat&#39;s worker file?<br>
&gt;<br>
&gt; JKMount /student        tomcat<br>
&gt;<br>
&gt; JKMount /student/*      tomcat<br>
&gt;<br>
&gt;<br>
&gt; Sarkhan Elkhanzade<br>
&gt;<br>
&gt; On Thu, Jan 7, 2010 at 6:52 PM, Josh More &lt;<a href="mailto:morej@alliancetechnologies.net">morej@alliancetechnologies.net</a><br>
&gt; &gt;wrote:<br>
&gt;<br>
&gt;&gt; Yep.  I worked with Tomcat about four years ago.<br>
&gt;&gt;<br>
&gt;&gt; Then I stopped.<br>
&gt;&gt;<br>
&gt;&gt; I was happier then.<br>
&gt;&gt;<br>
&gt;&gt; More seriously, when I used it, I just did proxies to the other port.<br>
&gt;&gt; It may not scale as well, but it was a lot simpler.  I think I get my<br>
&gt;&gt; hands on a similar configuration that I did for JBoss, if you want to<br>
&gt;&gt; look at doing it that way.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -Josh More, RHCE, CISSP, NCLP, GIAC<br>
&gt;&gt; <a href="mailto:morej@alliancetechnologies.net">morej@alliancetechnologies.net</a><br>
&gt;&gt; 515-245-7701<br>
&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &quot;Mathew R. Phillips&quot; &lt;<a href="mailto:mathew.phillips@wartburg.edu">mathew.phillips@wartburg.edu</a>&gt; 01/07/10<br>
&gt;&gt;&gt;&gt;&gt; 6:39 PM<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Does anyone on here have experience running tomcat through the httpd<br>
&gt;&gt; server? I&#39;ve been banging my head against the wall all day trying<br>
&gt;&gt; to get<br>
&gt;&gt; it to work and I&#39;m getting a 404 resource not found error from<br>
&gt;&gt; tomcat on<br>
&gt;&gt; my page so I know its talking to httpd. The jsp page im trying to<br>
&gt;&gt; load<br>
&gt;&gt; is in the autoloaded webapps folder in my tomcat install dir. My<br>
&gt;&gt; virtualhost file looks like:<br>
&gt;&gt;<br>
&gt;&gt; &lt;VirtualHost *:80&gt;<br>
&gt;&gt;       DocumentRoot /var/www/hosp<br>
&gt;&gt;       ServerName hospital<br>
&gt;&gt;<br>
&gt;&gt;                Options FollowSymLinks +Indexes<br>
&gt;&gt;               AllowOverride None<br>
&gt;&gt;<br>
&gt;&gt;        Alias /student/ /usr/local/tomcat/webapps/examples/<br>
&gt;&gt;<br>
&gt;&gt;       JKMount /student        tomcat<br>
&gt;&gt;       JKMount /student/*      tomcat<br>
&gt;&gt;<br>
&gt;&gt;       # Possible values include: debug, info, notice, warn, error,<br>
&gt;&gt; crit,<br>
&gt;&gt;       # alert, emerg.<br>
&gt;&gt;       LogLevel                debug<br>
&gt;&gt;       ErrorLog /var/log/apache2/hosp_error.log<br>
&gt;&gt;       CustomLog /var/log/apache2/hosp_access.log combined<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m just trying to get the sample jsp&#39;s that come with tomcat to be<br>
&gt;&gt; served with httpd before I try and get my webapps working. I feel<br>
&gt;&gt; like<br>
&gt;&gt; im really close and I&#39;m just missing something silly.<br>
&gt;&gt;<br>
&gt;&gt; Note: when i use <a href="http://hospital:8080/examples/" target="_blank">http://hospital:8080/examples/</a> it works just fine<br>
&gt;&gt; because the tomcat server is running on that port so I know the files<br>
&gt;&gt; can be served.<br>
&gt;&gt;<br>
&gt;&gt; Matt<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Cialug mailing list<br>
&gt;&gt; <a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
&gt;&gt; <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; &lt;winmail.dat&gt;<br>
&gt; _______________________________________________<br>
&gt; Cialug mailing list<br>
&gt; <a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
&gt; <a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
<br>
</div></div><br>_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
<br></blockquote></div><br>