Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): A. Bakia / Bakia (A. Bakia)
Created: 09/14/2008
Components: General Server
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
Quercus(http://quercus.caucho.com/) can break Coldfusion 9 permanently. If you extract quercus.jar, resin-util.jar and script-10.jar into {cf_root}/WEB-INF/lib and modify {cf_root}/WEB-INF/web.xml accordingly, Coldfusion will be permanently broken. You get a blank page in the browser, except for the error message: "There is no web application configured to service your request". The error persists even after you stop Coldfusion, delete the JAR files, restore the original web.xml file and restart.
Method:
1) Download quercus-3.1.6.war from http://quercus.caucho.com
2) Stop Coldfusion 9
3) Unzip the file quercus-3.1.6.war and copy quercus.jar, resin-util.jar and script-10.jar into {cf_root}/WEB-INF/lib
4)Edit {cf_root}/WEB-INF/web.xml by adding the following tags to it
<servlet>
<servlet-name>QuercusServlet</servlet-name>
<servlet-class>com.caucho.quercus.servlet.QuercusServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>QuercusServlet</servlet-name>
<url-pattern>*.php</url-pattern>
</servlet-mapping>
5) Restart Coldfusion 9
6) (With Coldfusion configured with the built-in web server) Open the URL http://127.0.0.1:8500 in the browser.
Result:
HTTP 500 - Internal server error
There is no web application configured to service your request.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3035993
External Customer Info:
External Company:
External Customer Name: Bakia
External Customer Email: 4E2913DC4455DE13992016B6
External Test Config: 09/14/2008
Attachments:
Comments: