I have some code which works fine on my developer edition of CF, but
fails when I deploy to our live server which runs on Coldfusion
Standard edition.
This appears to be due to license restrictions, however, these
restrictions seem harsh, and I want to know if it is possible to
run .jsp files on the Coldfusion standalone server.
The following output is given when I access a test .jsp file which is
empty. NB: FusionReactor has been disabled, but it still appears in
the stack trace (seems odd, I know!?)
500
A License Exception has been thrown
javax.servlet.ServletException: A License Exception has been thrown
at
com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(Unknown
Source)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
259)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
541)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
204)
at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
If running .jsp files on the standard CF server is not possible, I can
see that one alternative solution would be to run a separate J2EE
server to which the jsp requests are sent. However, we don't have many
JSPs to run, so this seems like overkill.
Any help greatly appreciated.
Joe