I've just had this response whilst trying to
deploy a .war to a host.
The file deploys fine on my local tomcat and fine on someone elses
What are the possible explanations?
It's a Sun.Cobalt (Qube3 ?) Java3 server.
mkdir: cannot make directory `UKRoutes': Permission denied
bash: UKRoutes: No such file or directory
java.io.FileNotFoundException: ../UKRoutes.war (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at sun.tools.jar.Main.run(Main.java:186)
at sun.tools.jar.Main.main(Main.java:904)
chgrp: ../../web: No such file or directory
mkdir: cannot make directory `UKRoutes': Permission denied
bash: UKRoutes: No such file or directory
java.io.FileNotFoundException: ../UKRoutes.war (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at sun.tools.jar.Main.run(Main.java:186)
at sun.tools.jar.Main.main(Main.java:904)
chgrp: ../../web: No such file or directory
The file deploys fine on my local tomcat and fine on someone elses
What are the possible explanations?
It's a Sun.Cobalt (Qube3 ?) Java3 server.
mkdir: cannot make directory `UKRoutes': Permission denied
bash: UKRoutes: No such file or directory
java.io.FileNotFoundException: ../UKRoutes.war (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at sun.tools.jar.Main.run(Main.java:186)
at sun.tools.jar.Main.main(Main.java:904)
chgrp: ../../web: No such file or directory
mkdir: cannot make directory `UKRoutes': Permission denied
bash: UKRoutes: No such file or directory
java.io.FileNotFoundException: ../UKRoutes.war (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at sun.tools.jar.Main.run(Main.java:186)
at sun.tools.jar.Main.main(Main.java:904)
chgrp: ../../web: No such file or directory
--
Mike Whittaker