Today I have set up a new site with ColdFusion 10 and IIS . My project uses URL rewriting , I have installed "urlrewrite2.exe" . After that I have imported 'httpd.conf' file given by the client to the site .
When I am browsing my site , the homepage is opening but on clicking on any link it throws error .
Please help how can I fix this issue ? and why it is searching 'jakarta\isapi_redirect.dll'?
Create a virtual directory named 'jakarta' and point it to {ColdFusion Root}/config/wsconfig/1
Related
I have inherited a couple established links ending in .jsp. The domain of these links is pointing to my coldfusion 9 / iis 7.5 server.
I have rewritten the functions in cf. I just need the cf/web server to run link with .jsp as a .cfm.
I was unsuccessful using a url rewrite.
I tried to add .jsp to the Handler Mapping using the same config settings as .cfm.
The 500 error that came back in both cases said:
You tried to access a restricted feature for the Standard edition: JSP
I don't want to "run" jsp with Coldfusion which from the error is not in the Standard license. I would like it to run like a cfm file.
Is there a setting in CF Admin to turn off the .jsp recognition?
Thanks,
Gary
Issue resolved:
The first step was to disable *.JSP references in all the default-web.xml files
Then apply a url rewrite. ^(.*)jsp$ which redirects to {R:1}cfm{R:2}
Thanks for your comments and help.
Gary
The first step was to disable *.JSP references in all the default-web.xml files
Then apply a url rewrite. ^(.*)jsp$ which redirects to {R:1}cfm{R:2}
I have a django project made on ubuntu. Now i want to deploy it on windows 8. for that I am using Bitnami.
I have performed all steps under "Django application configuration" on this link.
Binami Django Stack
after starting apache server & starting my localhost/Project, I got "first Django-powered page."
I also get the same for my project by going to localhost/myproject. but the problem is that when I am going to 'localhost/myproject/index' to go to my login page in myproject, It is showing following error
Using the URLconf defined in Project.urls, Django tried these URL patterns, in this order:
^admin/
^$
The current URL, index/, didn't match any of these
I dont know why is it searching for url patterns in Project instead of myproject? have i done any misconfuguration in apache's 'httpd.conf' file??
Thank you for help in advance.
Web site functioned normally , I tried to login to admin page and suddenly when I access admin page it display:
404 - An error has occurred.
Component not found
No new extension/module/component and theme has been installed.
No changes on PHP or mysql on the server side. ( I did check with hosting providers).
It's like it works today and tomorrow when you want to login , you'll see the above mentioned error.
Renaming .htaccess did not solve the issue.
Restoring DB backup did not solve the issue.
I checked the Joomla logs ( in log folder) there isn't any related report.
Joomla version info:
$RELEASE = '2.5';
$DEV_LEVEL = '16';
Please help!
I managed to sloved this long time ago but I forgot to update!
It is solved by running repair and optimize operations on the database via phpmyadmin.
Can anyone help with this strange problem.
I have just installed CF10 developer on Win7 which is using IIS7.5.
Installation went smooth, and can browse .cfm files no problem and connect to datasources no problem .. BUT: even though I can browse all my local cf sites, none of the sites will display images or styles for external .CSS files.
So, I get the site, content from the database, and all the functionality of cfm files being parsed OK, but no styles and no images.
If I browse directly (pasting the filepath in the browser) to one of the images I get a 404 error - file not found - even though the .gif file does indeed exist in the directory.
So, basically, I can run CFM files, and browse a local site built in coldfusion, but none of the images or externally referenced css files will be "found" by the browser/IIS.
Can anyone help?
Thanks in advance if someone can..
Sounds like an issue with those mimetypes, please see the following for information on installing the static content role to IIS and enabling those mimetypes to be served.
No Mime Types Option in IIS 7
Be sure to enable static content in IIS 7.
Had two occurrences of this problem lately.
See here:
http://weblogs.asp.net/anasghanem/archive/2008/05/23/don-t-forget-to-check-quot-static-content-service-quot-in-iis7-installation.aspx
Try restarting the IIS server. Close all browsers and restart.
You need to determine if it is a CF issue or an IIS issue. Try the following:
Check to see if this is an issue with images not being served vs broken paths to the images. There may be CFML code that is creating links to invalid locations.
If the locations are valid then it would be an issue with IIS not server image files.
Also check to see if there is a similar issue with JPEG and PNG files. If JPEGs and PNGs show up, this suggests an IIS issue.
Also try creating a simple HTML page that has an image on it. If it has an image on it, this suggests a CF issue
I am upgrading from Joomla 1.5 to 2.5 and developed my site in a sub folder on the live site. Everything was working fine in the test area. (dev site is here: http://academyphysicians.com/test) Used Akeba backup and moved the site to the root folder. Front end is working as expected, but the admin page is blank after log in. New install of 2.5 is here: http://academyphysicians.com.
I was googling the issue and saw that php version may be the problem. I am running v 5.2.14 and I saw that 5.3 may be required. It seem like I would have had the problem in the test site if that was the case. Anyone have any ideas?
If the site worked in a subfolder, then it will work in the root. When you moved the site you did something wrong or you have touched a setting you shouldn't have because Joomla should be folder agnostic.