Hi,
I am running ColdFusion MX Enterprise 6.1 (Server Configuration) on RH
Enterprise Linux 3.

If I go to the URL <http://www.mydomain.com/servlet>, I get a CF error:

---
  Error Occurred While Processing Request
/servlet

Please try the following:

     * Check the ColdFusion documentation to verify that you are using
the correct syntax.
     * Search the Knowledge Base to find a solution to your problem.

... cut ...

java.io.FileNotFoundException: /servlet
at jrun.servlet.file.FileServlet.service(FileServlet.java:339)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:252)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
---

It happens with all domains on my server, it looks like the embedded
JRun server has a default mapping for servlets ...

I would like to disable it and instead get a 404 not found error from my
web server (Apache).

I've managed to disable the servlet mapping with ColdFusion MX
Enterprise 6.0 (Updater 3) by commenting out the following lines in the
file default-web.xml:

---
  <servlet-mapping>
    <servlet-name>ServletInvoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
  </servlet-mapping>
---

But it doesn't seem to work with ColdFusion MX Enterprise 6.1.

Any idea?

Thanks!
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to