Hello all,

I'm a software developer trying to deploy a website packaged in a war file 
using a fresh jboss install on a dev machine. The website is written in 
coldfusion and the war file was generated by coldfusion MX7.

When i start the server it loads but throws a pile of erros upon encountering 
my war file.

First error in server.log:
--------------------------------------------------------------------------------------
2007-10-24 16:09:39,359 ERROR [org.apache.catalina.startup.ContextConfig] Parse 
error in application web.xml file at 
jndi:/localhost/test_webstite/WEB-INF/web.xml
java.lang.IllegalArgumentException: Invalid <url-pattern> *.cfml/* in servlet 
mapping
at 
org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2807)
at 
org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2833)
at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1139)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
...
...
--------------------------------------------------------------------------------------
then further down i get this:

--------------------------------------------------------------------------------------
--- Incompletely deployed packages ---
[EMAIL PROTECTED] { 
url=file:/C:/jboss-4.2.2.GA/server/default/deploy/test_webstite.war }
  deployer: MBeanProxyExt[jboss.web:service=WebServer]
  status: Deployment FAILED reason: URL 
file:/C:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp41423test_webstite-exp.war/
 deployment failed
  state: FAILED
  watch: file:/C:/jboss-4.2.2.GA/server/default/deploy/test_webstite.war
  altDD: null
  lastDeployed: 1193238578531
  lastModified: 1193238578484
  mbeans:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=test_webstite.war,id=-981170290
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL 
file:/C:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp41423test_webstite-exp.war/
 deployment failed

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=test_webstite.war,id=-981170290
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL 
file:/C:/jboss-4.2.2.GA/server/default/tmp/deploy/tmp41423test_webstite-exp.war/
 deployment failed
--------------------------------------------------------------------------------------
  
any ideas how i could go about fixing this?

does anybody have any experience running coldfusion sites in jboss? any help 
greatly appreciated!

Pete

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098400#4098400

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098400
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to