Hello,
I'm trying to deploy my CKF war as any other app into my GF install (MacOS & OpenSolaris) but the following msg comes out upon submission:
An error has occurred:
Deploying application in domain failed; Error loading deployment descriptors for module [CKFinderJava] -- Invalid URL Pattern: [ /ckfinder/core/connector/java/connector.java ] Error loading deployment descriptors for module [CKFinderJava] -- Invalid URL Pattern: [ /ckfinder/core/connector/java/connector.java ]
Any thoughts?
Thanks!
I'm trying to deploy my CKF war as any other app into my GF install (MacOS & OpenSolaris) but the following msg comes out upon submission:
An error has occurred:
Deploying application in domain failed; Error loading deployment descriptors for module [CKFinderJava] -- Invalid URL Pattern: [ /ckfinder/core/connector/java/connector.java ] Error loading deployment descriptors for module [CKFinderJava] -- Invalid URL Pattern: [ /ckfinder/core/connector/java/connector.java ]
Any thoughts?
Thanks!
Re: GlassFish V2UR2 - Deployment Error
Seems that there is something wrong with the URL pattern which is funny as it works in GlassFis 3 but doesn't in GlassFish V2UR2.
According to this post http://www.java.net/node/677445
and this comment:
Re: GlassFish V2UR2 - Deployment Error
The value for url-pattern element - "/ckfinder/core/connector/java/connector.java" is in accordance with Java Servlet Specification.
@xeneis have you used the default url-pattern value for CKFinder in your GlassFish or you have used some other custom one? Perhaps you have just used invalid value for the url-pattern element?