Caldarale, Charles R wrote:
From: Pid [mailto:[EMAIL PROTECTED] Subject: Multilevel webapp WAR won't start when packed

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 instruct it to stay packed it will not deploy, throwing the exception below.

What, if anything, gets created in Tomcat's work/Catalina/[host]
directory?  Is there a download, download/file, or download#file?

Just to get more information, leave it packed but create a
dowload#file.xml file in conf/Catalina/[host] and let's see what
happens.

The download#file.xml gets created (correctly), in either case.
Now this is popping up when it tries to unpack the WAR...

(there's no paths or docbase set in the context.xml)


java.net.MalformedURLException: no !/ in spec
        at java.net.URL.<init>(URL.java:601)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
at org.apache.catalina.startup.ContextConfig.fixDocBase(ContextConfig.java:885) at org.apache.catalina.startup.ContextConfig.init(ContextConfig.java:1008) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:279)
        at

etc


 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to