Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Tomat and ssl

batristain

2003-08-11

Replies:

Greetings,
I've added the mod_jk to my apache httpd.conf file and I've placed the info from
John Turner's How TO
This is what my virtual host container but I'm getting an error when I try to
restart apache

Any ideas?


<VirtualHost *:443>
  DocumentRoot /usr/local/jakarta-tomcat-4.1.27/webapps
  ServerName placeanad.classifiedmarketplace.net
  ErrorLog logs/placeanadclassi.com-error_log
  CustomLog logs/placeanadclassi.com-access_log common
  SSLEnable
  SSLCertificateFile /usr/local/apache/conf/ssl.crt/server1.crt
  SSLCertificateKeyFile /usr/local/apache/conf/ssl.crt/server1.key
  JkMount /* ajp13
  JkMount /*.jsp ajp13
  JkMount /servelet/* ajp13
</VirtualHost>


-bash-2.05b# cd ../bin205C written
-bash-2.05b# ./apachectl configtest
Syntax error on line 1002 of /usr/local/apache/conf/httpd.conf:
Invalid command 'JkMount', perhaps mis-spelled or defined by a module not
included in the server configuration


Bobbie Atristain
Internet Systems Administrator
Media General, INC.
804.649.6156

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.