Quantcast
Viewing all articles
Browse latest Browse all 21760

Re: CF10 503 Error accessing Administrator

That last line shows a windows file path because that file is "encoded" (some people say encrypted but that is not an accurate term in this case), and it always shows the path of the file on the computer where it was encoded.  You mention you are using an AJP proxy to tomcat, are you not using the CF connector to connect apache? They have made some modifications to the mod_jk connector so if you are trying to use the standard tomcat version that could be a source of error.  To use the CF apache connector you run the command: 

 

/opt/coldfusion10/cfusion/runtime/bin/wsconfig \

-ws apache \

-dir /usr/local/apache2/conf \

-bin /usr/local/apache2/bin/httpd \

-script /usr/local/apache2/bin/apachectl \

 

Just make sure the dir, bin and script arguments point to the correct paths, the above paths were from a CentOS 6 servr so should be pretty similar


Viewing all articles
Browse latest Browse all 21760

Trending Articles