Hello All,
We have a huge application JAR file to be deployed in Weblogic6.1 I want to hot deploy it, however for the same If and when I want to change the File during development I would have to update the Jar file with the new Version.
I tried the jar uf option but seems to fail with an exception for a file this size (16MB).
java.io.IOException: Error in writing existing jar file
at sun.tools.jar.Main.run(Main.java:179)
at sun.tools.jar.Main.main(Main.java:904)
Thats all I get ni the Message, Any help On how do I update a Jar file ?
Thanks,
-
Updating JAR file .... Hot Deploy (1 messages)
- Posted by: Shriprasad Budhkar
- Posted on: March 27 2002 08:47 EST
Threaded Messages (1)
- Updating JAR file .... Hot Deploy by Sheng Sheen on March 27 2002 10:25 EST
-
Updating JAR file .... Hot Deploy[ Go to top ]
- Posted by: Sheng Sheen
- Posted on: March 27 2002 10:25 EST
- in response to Shriprasad Budhkar
are you having problems updating the jar because the file is locked or in use?