• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

To unpackWARs or not to unpackWARs

E

EdwinL

Guest
Uploading the war file through Plesk Panel 9.5.2, if I leave the server.xml entry at unpackWARs="false" then I get this error in catalina.out:

a)
java.io.FileNotFoundException: myapp.war (No such file or directory)

or if I go in and change the entry manually so that unpackWARs="true" then I have this error in catalina.out:

b)
java.io.FileNotFoundException: /usr/share/tomcat5/psa-webapps/myapp.mydomain.com/myapp/META-INF/MANIFEST.MF (No such file or directory)

because now that the war file is expanded, that directory and file indeed do not exist. Plesk has made it in the Linux filesystem so that it uses symbolic links pointing to the actually file somewhere else.

So basically it seems that unpackWARs="false" must stay?

And if so what might be the real problem? Error 'a)' is what baffles me.

All ideas welcome!

cheers
Ed


Jabez Networks, Inc.
Web Solutions, E-commerce, and SEO Consulting
 
Last edited by a moderator:
I actually dont have the problem, I was hoping you could post that for the community in hopes it may help some one else :)
 
Back
Top