|
Hi,
Thanks to Alexander Petty.
Please refer the topic "http://www.jboss.org/thread.jsp?forum=67&thread=33475".
Changes:
1. edit httpd.conf
LoadModule jk2_module modules/mod_jk2.so
2. edit workers2.properties
[shm]
file=/gs/tools/apache2/logs/shm.file
size=1048576
# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=localhost
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
# Uri mapping
[uri:/*.jsp]
worker=ajp13:localhost:8009
[uri:/servlet/*]
worker=ajp13:localhost:8009
Enjoy,
Goldsea |
|