TC v6.0.10

I have a 'multi-level' path webapp that I'm deploying via a WAR. The WAR is named "download#file.war".

If I permit the WAR to unpack, it will deploy.

If I instruct it to stay packed it will not deploy, throwing the exception below. When I manually create the dir "download/file" the webapp will start from the packed WAR.

Bug, or expected behaviour, anyone?


p



java.lang.IllegalArgumentException: Document base /path/tp/host/webapps/download/file does not exist or is not a readable directory at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:141) at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:3941) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4112) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to