Apache 2 HTTPd és Tomcat mod_jk
Beküldte pzoli - 2015, november 20 - 4:33du
Képeslap telepítése (Win)
wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b.exe
{WAMP}/www/KepeslapR2/resource/picture (képek) {WAMP}/www/KepeslapR2/resource/templates (levél sablonok, css, dekoráció)
{WAMP}/alias/mod_jk.conf
# Load mod_jk module #LoadModule jk_module C:/wamp/bin/apache/Apache2.4.9/modules/mod_jk.so # Where to find workers.properties JkWorkersFile C:/wamp/bin/apache/Apache2.4.9/conf/worker.properties # Where to put jk shared memory JkShmFile C:/wamp/logs/mod_jk.shm # Where to put jk logs JkLogFile C:/wamp/logs/mod_jk.log # Set the jk log level [debug/error/info] JkLogLevel debug # Select the timestamp log format JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
{WAMP}\bin\apache\apache2.4.9\conf\worker.properties
worker.list=myworker
worker.myworker.type=ajp13
worker.myworker.host=localhost
worker.myworker.port=8009
tomcat-connectors-1.2.40-windows-x86_64-httpd-2.4.x.zip
mod_jk.so -> {WAMP}\bin\apache\apache2.4.9\modules
{WAMP}\bin\apache\apache2.4.9\conf\httpd.conf
# 8009 Wildfly JkMount /KepeslapR2/* myworker JkUnMount /KepeslapR2/resource/* myworker
standalone.xml
<subsystem xmlns="urn:jboss:domain:undertow:2.0"> ... <server name="default-server"> <ajp-listener name="ajp" socket-binding="ajp"/> </server> ... </subsystem>
- A hozzászóláshoz be kell jelentkezni