|
|
httpd.conf
Any questions and comments are welcome to me.
Compiling the JServ module also modifies this file so as to the Apache server to load the JServ module. But we have to append the following line at the end of this file.
Include /export/home/soft/lib/java2/jakarta-tomcat/conf/jserv.conf
In case that we'd like to handle the request to Virtual Host, this file may include the lines like the below:
<VirtualHost 205.205.150.103>
DocumentRoot /export/home/jun/public_html
ServerName www.juntest.com
ErrorLog logs/juntest.com-error_log
CustomLog logs/juntest.com-access_log common
<IfModule mod_jserv.c>
ApJServMount /examples ajpv12://jun_tomcat:8007/examples
<Location /examples/WEB-INF/ >
AllowOverride None
deny from all
</Location>
</IfModule>
</VirtualHost>
ApJServMount /examples ajpv12://jun_tomcat:8007/examples
Java and all Java-based trademarks and logos are trademarks or registered of Sun Microsystems, Inc. in the United States and other countries.
|
|
ALL CONTENTS COPYRIGHT 2000
, Jun Inamori. All rights reserved.
Any questions and comments are welcome to
Jun Inamori
.