I'm using mod_webapp to coordinate with Tomcat (servlet engine) as well as mod_rewrite so that I can have the process redirected to Tomcat's webapp under the hood without the user seeing it. (I'm using the PT directive for rewrite.)
It seems as though the call to mod_webapp is getting called before mod_rewrite; If I deploy my webapp in the root directory, nothing is written in the rewrite log file; if I deploy my app in directory "/xyz", I get a message in error.log saying that the file "C:/apache/htdocs/xyz" could not be found.
All of this leads me to believe that webapp is getting called before rewrite, although I have my rewrite code right under the AddModule section (towards the top), while the webapp code is at the very bottom.
If ANYBODY could shed ANY light on this situation, I'd be GREATLY appreciative. Thank you ) Liam Morley
lmorley@wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."
It seems as though the call to mod_webapp is getting called before mod_rewrite; If I deploy my webapp in the root directory, nothing is written in the rewrite log file; if I deploy my app in directory "/xyz", I get a message in error.log saying that the file "C:/apache/htdocs/xyz" could not be found.
All of this leads me to believe that webapp is getting called before rewrite, although I have my rewrite code right under the AddModule section (towards the top), while the webapp code is at the very bottom.
If ANYBODY could shed ANY light on this situation, I'd be GREATLY appreciative. Thank you ) Liam Morley
lmorley@wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."