On our tomcat5.5 servers we use the mod_jk connector. In our /etc/apache2/sites-available file we have:
This works fine. and www.recycledplants.com will get you to the correct place.
However on Ubuntu 10.04 server with tomcat6 we setup ajp instead of mod_jk . so we have
When I try to get to recycledplants.randrinc.com (url for
testing) I get a 404 error and
description: The requested resource (/op_ugw/orderportal/home%3Fswitchprofile=RecyledPlants) is not available.
the ? has been converted to %3F.
Is there a way to stop Apache from converting the ? to %3F.
Hope this makes sense.
thanks for any help Ann