Interview Question in JBoss
Interview Question :: Need apache url rewrite to change https to http and make my pages visible |
i have made a small tool to support a very large scale system which runs on jboss. the jboss server is behind apache, so all the requests go through apache. since i am using struts all my urls have a .do and i don't know if a rule exists, but all my requests are being redirected to https. now i wrote my own rule to make it http and it doesn't seem to work. the main thing is i don't know what other rules re there and for what purpose. so i can't make my own rule the last rule to process. can anyone help with a simple apache url rewrite rule to make https to http and removing the do in the url.
my context is /SearchTool/search.do |
|
|
|

Loading ...