What i tried was under one of our test sites to rename the mapping from /services/* to /zzzservices/* under the j2ee-web.xml file as well as the web.xml file
Stop and start Jrun/ The Jrun Site service/ and IIS.
The problem is that did not fix it either.
Any ideas? We will schedule a restart...
I think I found the issue:
cfusion-ear\cfusion-war\WEB-INF\j2ee-web.xml
This mapping is in place throughout the server:
<servlet-mapping id="macromedia_mapping_8">
<servlet-name>AxisServlet</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
Thanks...
Yes I 1st started looking at all .cfc and found several that have that call. I renamed the files with a .cfc.kill extention.
Does this require a re-cycle of the server?
Also... I did not see anywhere in these files the word "And now... Some Services
Your options are limited...
1) Outer-frame for whole site. (That brands the whole area within a single frame window)
2) Use POST instead of GET (Unless you need the direct link)
3) Have page accept the URL string, but then store it as a cookie or session variable.. then redirect the user to...
We are running Coldfusion MX Enterprise running trhough Jrun 4 Windows version.
All of our sites on this box seem to have a ghost link that we cannot track down.
site.com/services
results in "And now... Some Services"
site.com/services/
results in "AXIS error: No service is available at this...
I am in the same boat...
I have opted to centralize on PHP coming from a strong CF background. Start with a project, to provide you a clear scope and plan.
Develop the app in theory like you would for Coldfusion, then break each element into sections to manage. Example: Authentication...
Problem Solved...
After a SIngle incident call to macromedia for $499 and after 4 hours on the phone... we figured it our...
I sell the answer for $299.. just kidding.
The answer was simple but complicated to come to.
Some how IIS and JRUN where missing the mark in talking to each other.
In...
Emergency Issue:
We are running Coldfusion 6.1 w/ Jrun and suddenly this AM all of our sites stopped seeing their databases.. or more specifically their data sources.
Under the Admin for each site, testing the datasource connections says they are all "OK".
Each site fails! This is the same...
You said it works for you...
Is your system an NT 4.0 windows machine?
It works on my Windows 200 boxes no problem?
Just the NT one that is giving me the problem.
As for a redirect... it is simply a pafe that redirects a user to a new page based on the keyword they enter using a switch base...
Thanks.. but that is not it...
I have it set for several defaults....
Actually I use index.asp as my defaults.. but the problem remains...
Is it an NT thing or ASP thing any ideas?
Hi:
I am running into a problem with the following.
Previously I released a whole lot of tempates that pointed to a redirect file using the following:
Server.com/redirect/?p=CoolLink
This worked fine under my Coldfusion Server on Windows 2000.
But now I need to switch this redirect to an NT 4...
It is disappointing to do a search on php vs coldfusion…
Many people read this as truth, and fail to see that coldfusion has evolved greatly in the past few years. Most “reviews” compare older versions of coldfusion stating it cannot do User Defined functions, or XML integration, or advanced...
thanks...
I tried it on another server and it worked fine.
Something must be wrong with that other box.
I appreciate your support and confirmation.
Looks like we need to reimage the system.
:)
ohh ohh ohhh.... yes... stupid me!
For some reason I thought MX would use it's own metatdata to store info.. like IIS went to.
Funny how they dont tell you one tag effects the other.
For Security... we locked down the CFREGISTRY tag...
But we noticed that some of our sites were giving errors.
The line of code that cause the problem was:
<CFAPPLICATION NAME="YourAppName" CLIENTMANAGEMENT="YES" SESSIONMANAGEMENT="YES"> AND code pertaining to...
I am getting an eror running the following code:
<cfset testVar = true>
<cfxml variable="MyDoc">
<MyDoc>
<cfif testVar IS True>
<cfoutput>The value of testVar is True.</cfoutput>
<cfelse>
<cfoutput>The value of testVar is False.</cfoutput>
</cfif>...
A better way may be:
Put the values in a list....
111,222,333,0,555
Find the first zero...
if the sum of the rest of the values after that zero is qual to a toal of zero.. it is ok... else... invalid.
I'll play with this and get back with ya.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.