Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
168 views

Benefits when changing from JRun 4.0 to Tomcat?

We are running one single instance ColdFusion 9.0.1 Enterprise on JRun 4.0 - As I just read CF 10 will replace JRun with Tomcat. What are the main benefits I'm gaining by switching over to Tomcat?
7
votes
1answer
280 views

JRun/Coldfusion - System.out - how to prevent it getting too large?

I am running ColdFusion 8 application servers on Windows machines. ColdFusion is running as a Windows service. I have noticed that System.out file is massive (1GB+) on some of the machines. e.g. ...
5
votes
4answers
1k views

Forcing HttpOnly cookies with JRun/ColdFusion

We need to ensure that all cookies on a CF7 site are set as HttpOnly. We are using jsessionid to control our sessions, and JRun does not create this as HttpOnly. Whilst it is possible to modify an ...
5
votes
2answers
14k views

Oracle: OALL8 is in an inconsistent state

As part of upgrading JRun, we are moving from a 1.4 JVM to a 1.6 JVM. Now I am getting a really strange oracle db error: "OALL8 is in an inconsistent state". I have pinned down the problem to insert ...
4
votes
1answer
411 views

JRun Servlet Error when attepting to use java object

We have a site in ColdFusion which integrates with a credit card provider using java components. When calling a particular function on a java object: <cfset ResponseObject = ...
3
votes
3answers
1k views

ColdFusion 8.01 not responding…how to investigate what's wrong?

About once in 1 or 2 months, my 32bit CF8.01 (with cumulative hot fix 2) on Windows 2003 Server + IIS6 would somehow freeze for an unknown reason. The Task Manager reported JRun using ~600mb (far ...
3
votes
1answer
248 views

Loading .properties files in JRun4

I'm using the echo2 web framework in my application. But trying to start it in JRun4 returns the following exception: 26/02 17:12:21 user Remote: init 26/02 17:12:22 error ...
3
votes
1answer
1k views

ColdFusion RDS and NTLM Integrated Authentication Problem

I can't seem to get the magic combination of enabling NTLM authentication and still having RDS work. If I leave just anonymous authentication on, RDS works fine - as soon as I enabled it site wide, ...
2
votes
1answer
55 views

Anyway to Hot-deploy Jar in Coldfusion 9?

I was wondering if theres anyway to deploy new jar files to use in Coldfusion9 without having to restart the service. Thanks Bruno
2
votes
1answer
113 views

Rewrite url issue

I'm hoping someone can help me. For my website I have a corresponding mobile site that has the same content as my full site but display it for mobile devices. Basically I want to send all requests ...
2
votes
2answers
515 views

Help me stabilize this jRun configuration (CF9/Win2k3/IIS6)

Not sure if this would be better suited for ServerFault, but since I am not an admin but a developer I figured I would try SO. We've been struggling to keep our multi-server configuration stable for ...
2
votes
1answer
190 views

access JRUN jndi environment vaiables from coldfusion (java)

I want to put some instance specific configuration information in JNDI. I looked at the information here: ...
2
votes
1answer
1k views

BlazeDS and ColdFusion - jRun memory usage increase resulting in java.lang.OutOfMemoryError: Java heap space

I have BlazeDS running in an instance of Coldfusion 8. A flex chat app that acts as both a producer and consumer with 70 long polling requests allowed, moving to client polling with a polling interval ...
2
votes
2answers
856 views

Jrun ColdFusion service intermittently fails to start

We occasionaly have a problem where we attempt to start the Jrun service and it fails with the following two errors: error JRun Naming Service unable to start on port 2902 java.net.BindException: ...
2
votes
1answer
1k views

Setting Secure cookies when HTTPS (for mixed HTTPS/HTTP site) with JRun/ColdFusion

We have a site running on CF7 that has both logged in and logged out sections, and uses jsessionid for sessions. When switching to HTTPS (for the secure sections), we need to start a new secure ...
2
votes
3answers
197 views

Trouble using JRun to Host Java Servlets

I am deploying new versions of java servlets with JRun as the host. I am having difficulty finding good sources for information about JRun and tutorials about how to configure and manage it. After ...
1
vote
1answer
63 views

Coldfusion multiserver cluster session replication - arrays in sessionscope

I'm interested to know if an array stored in session-scope is replecated accross server instances when using multiserver installation of coldfusion9 with e.g. 2 clustered instances running on the same ...
1
vote
1answer
40 views

What are the CF built-in webserver attributes?

There are some attributes listed here for ColdFusion's built-in webserver, like mapCheck and interface, but I can't find any documentation on what these do. Does anyone know where there is ...
1
vote
0answers
47 views

How to clear the static content cache of JRun

How can I clear the cache used by JRun for static content? We use LCDS (that runs on JRun), and serve some SWF files with it. When replacing SWFs with newer versions, we would like the new versions of ...
1
vote
0answers
95 views

Using JRun 4 with IIS Express 7.5, is it possible?

Is there anyway configure IIS Express 7.5 to utilize JRun 4 for jsp pages? We are currently trying to get through rewriting our remaining Java Server Pages to ASP.NET but until this is completed, ...
1
vote
3answers
218 views

Need help with multiple URL setup on local CF9/Jrun install

I am running the ColdFusion 9 Developer edition on my local Windows XP machine. I've installed it with the embedded web server, which I believe is JRun. Right now, I can only access web pages at ...
1
vote
2answers
149 views

Monitor Coldfusion on linux with monit?

We are trying to use monit to monitor services on our unbuntu machine. I have successfully setup a host url check to make sure that coldfusion can render web pages and it there is an error to restart ...
1
vote
4answers
365 views

ColdFusion: Reset JRun server

Is there a way to reset the JRun server from within a ColdFusion page?
1
vote
1answer
209 views

ColdFusion 9 Upgrade: Illegal target of jump or branch

I am working on upgrading our codebase from MX7 to 9. I have the Developer Edition of 9 installed on my 10.6 Mac with MAMP Pro 1.9 to verify everything works before we buy upgrade licenses. Many ...
1
vote
2answers
121 views

ColdFusion 9 Upgrade: Invalid branch target position offset

I'm working on upgrading an app from MX7 to 9 and testing it on my Mac's Dev server. I have a page with a large cfswitch--20 or so different cases, but none more than about 10-12 lines long. In CF9 ...
1
vote
0answers
118 views

Jrun Server crashes when a page has cfform,cfgrid,cflayout etc

I am having a weird problem. I have a application that works perfect in my development machine and UAT machine which is of windows 2003 server/cf8. When i uploaded the same application on Solaris box ...
1
vote
2answers
910 views

JSP files won't compile - JSPTranslator.CouldNotLoadClass

I have 6 JSP applications running on a Windows Server 2003 box with JRun 4 with Updater 7 and the Java 1.6.0_14. All of my applications are working just fine except for 1 of them and any new ones I ...
0
votes
1answer
42 views

Classes from the default package must not be referenced from JSP file

From JSP file accessed another JSP file which acts like java class, this used to work in JRun server properly. Now I'm migrating to Tomcat server and this is what I'm getting. How can I solve such ...
0
votes
0answers
88 views

Java heap space issue with cfthread and cfloop ColdFusion

<cfsilent> <cfimport taglib="/my/tags" prefix="mtags" /> </cfsilent> <cfthread action="run" name="searcher"> <cfloop condition="server.stillsearching"> ...
0
votes
2answers
116 views

Strange JRUN issue. JRUN eating up 50% of memory for every two hours

I have strange JRUN issue. I have installed ColdFusion 9.0 on Amazon EC2 instance and seems everything working good except JRUN eating up arround 50% of memory for particular timespan. For countinous ...
0
votes
2answers
585 views

Session ID re-used after call to invalidate

I've inherited a pretty ancient JSP application (JDK 1.3.1_15) and am attempting to plug a session fixation hole. I'm successfully invalidating the current session after authentication using ...
0
votes
1answer
219 views

JVM / ColdFusion “The system cannot find the file specified” LCK errors

I am a Coldfusion wiz, but my JVM error logs are filling up with the following types of errors. Could someone shed some light on these for me and how to fix? Much appreciated. Searched for an hour ...
0
votes
3answers
733 views

JRun Servlet Error “The system cannot find the path specified” when attempting to upload multipart form

Some code a production server which uploaded files has seemingly stopped working with the following error: JRun Servlet Error as the title of the page and the following in the page body: 500 The ...
0
votes
3answers
378 views

Recommendations for a Java 1.4 MVC framework for Jrun?

I am revisiting a project and need to limit it to Java 1.4 (unfortunately). I was interested in introducing a MVC framework to improve ease of maintenance in the future. Besides Struts 1, what ...
0
votes
1answer
99 views

increase JRun launch time

If you try to launch a JRun server and initialization takes more than 30 secs, the launch fails. Is there any way to increase this 30 second limit? Thanks, Tony
0
votes
4answers
1k views

Is JDK 6u14 Garbage First (G1) garbage collector, suitable for JRun?

Garbage First (G1) garbage collector http://weblogs.java.net/blog/opinali/archive/2009/02/here_comes_jdk.html Do you think this garbage collector is better for JRun, running ColdFusion 8?
0
votes
1answer
1k views

Adding to a ColdFusion classpath running on an instanced JRun server

I'm having some trouble getting my ColdFusion server classpath to recognize my custom Java jars. The classpath is not reading my jvm.config file correctly (I assume out of my JRun server which is ...