Hi,
I have a deployment/execution problem on Tomcat 4.1 and OracleAS 10g.
On Tomcat 4.1, the deployment is OK but the execution of fckeditor-demo.war is KO with the following error : "org.apache.jasper.JasperException: This absolute uri (http://java.fckeditor.net) cannot be resolved in either web.xml or the jar files deployed with this application".
On OracleAS 10g, the deployment is KO with the following error : "oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: version".
Of cause, I need it's OK on Tomcat 4.1 and OracleAS 10g (target servers)
Thx.
Wed, 12/10/2008 - 09:19
#1
Re: Deployment/execution fckeditor-demo.war
There is a good reason that we highlighted eminent parts in red:
Source: http://java.fckeditor.net/demo.html
Tomcat 4.1 won't run. It's extremely old anyway.
Oracle AS 10g seems to support this from R3.
You need to upgrade at best both or at least the tomcat to 5.5.x. Tomcat is open source anyway, this should not be a problem though.
Mike