und3rgr0und wrote:
> 
> Hi... I'm a little newbie at linux so excuse any error.
> but well
> 

> what can I do? , what's wrong?
> 

Don't put that into httpd.conf.  Instead:

#Add connection to Tomcat
Include "/opt/tomcat/conf/mod_jk.conf-auto"
 
#Other things not covered by mod_jk.conf-auto
JkMount  /*.jsp            ajp13

JkMount  /servlet/*        ajp13

The trick is to start tomcat first, so that it can create
mod_jk.conf-auto, then start apache.

Barry



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to