Whats the best server-language for programing a Webcrawler? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 10 years ago. Improve this question I would like to ask what language: ASP.NET / Ruby / CGI / Perl / Python / ColdFusion… would be the bes for … Read more

ColdFusion 8 + Jrun on Windows Server 2008 R2 – trouble restarting

We have a legacy application with mainly Coldfusion 8 code, on Jrun4 application server on IIS 7 / Windows Server 2008 R2 (have to keep this going until it can be replaced). It crashes or becomes unresponsive occasionally and we’ve always brought it back by restarting CF or Jrun, recycling application pool, or as last … Read more

IIS has arithmetic overflow when viewing worker processes

Using IIS v7.5.7600 and clicking on ‘Worker Processes’ I get this error pop up: There was an error while performing this operation. Arithmetic operation resulted in an overflow. This is on Windows Server 2008 R2 Enterprise SP1 run by a well-known hosting company. If I run appcmd list config on the command line there are … Read more

HTTP Error 500.19 – Internal Server Error with IIS and ColdFusion

I uninstalled ColdFusion 9 from my computer (windows 7/64 bit) but my web.config file, in C:\inetpub\wwwroot, still has the content below, which also includes info about ColdFusion: <?xml version=”1.0″ encoding=”UTF-8″?> <configuration> <system.webServer> <handlers> <add name=”JWildCardHandler” path=”*” verb=”*” modules=”IsapiModule” scriptProcessor=”C:\ColdFusion9\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll” resourceType=”Unspecified” requireAccess=”None” /> <add name=”hbmxmlHandler” path=”*.hbmxml” verb=”*” modules=”IsapiModule” scriptProcessor=”C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll” resourceType=”Either” responseBufferLimit=”0″ /> <add name=”cfswfHandler” path=”*.cfswf” verb=”*” … Read more

Creating a local domain name for application server, on a box where port 80 is already in use

I have a box running application server running on port 8500 and a web server on 80. I am trying to create a local domain name for the application server on 8500. I realize you cannot create a DNS record outside of port 80. However, I already have a web server on 80. Is there … Read more

Proxy Error with ColdFusion 8, but not with Railo3.1! Whats going on?

I have installed Apache 2.2.11, jboss 5.1.0.GA, ColdFusion 8.0.1 and Railo 3.1.0.015. Railo and ColdFusion are served through jboss as exploded WAR and EAR and both are available as VirtualHosts on port 80 through Apache, the details are available here (thank you Indiver Nagpal): http://nagpals.com/blog/post.cfm/running-railo-and-adobe-coldfusion-on-the-same-context-root-in-jboss I am developing a small project but have now encountered … Read more

Help me configure Coldfusion MX 7 to connect to LDAPS

I need to replace two web servers with IIS 6 and Coldfusion MX Enterprise, but I’m having trouble connecting to LDAPS with the replacement servers. I followed the instructions at http://kb2.adobe.com/cps/191/tn_19139.html, to no avail. I know that it isn’t a coding problem, as the same test page works in production. Here are the steps I … Read more

Multi-Application Server Environment and Memcached Security

We are looking to integrate Memcached into our infrastructure, but have a security concern before we do. We run several platforms including ASP.NET and Coldfusion and have many app developers working many little applications across the different platforms. The concern is this: App A places item “dog” into cache. App B reads item “dog” (or … Read more