Todd,
To turn off the /admin redirect for tomcat you have to tell ModJK to
stop forwarding all /admin URIs. In the Custom Settings add:
SetEnvIf Request_URI “/admin*” no-jk
I found this information
http://support.eapps.com/index.php?loginresult=0&group=default&_m=knowledgebase&_a=viewarticle&kbarticleid=69&nav=0,1
very useful.
Brian
Brian Sam-Bodden wrote:
I tried that too before but it didn’t work. Don’t remember exactly what
the error message was.Todd McGrath wrote:
Or…
And I can’t verify if this will work or not-
Change all references of “admin/” in the config/routes.rb file to
something
like
“radiantadmin/”Quoting Todd McGrath [email protected]: