Jessica wrote:
Hi,
Is there anyone that has got the latest JK version (1.2.18) to run under IIS
6.0?
If so how did you install the dll?

Please help if you can!

Hi,
There is an error in 1.2.18 that requires new feature
(rewrite_rule_file) to be present in the Registry
configuration, and it won't load JK without that
file. However it and be an empty file.

rewrite_map_file points to the simple rule
file in the format:
/servlets/=/servlets-examples/
will rewrite /servlets-examples/ URL to the /servlets/
You can define multiple rules.

So, create an empty rewrites.properties file and
add "rewrite_rule_file" in the Jakarta Isapi Redirector\\1.0
registry that points to that file.


Next version will have that resolved by not requiring
rewrite_rule_file to be present.


Regards,
Mladen.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to