How do I automate the test in regards to the MFP running out of free disk space
The FileAllocator xlet attached to this incident fills up the hard drive with temporary files so you can test your application in an environment where there is not enough disk space remaining for an operation.
What is the correct folder structure for the application zip file for SDK/J?
The zip file's folder structure should be flat In with all files at top of tree. In other words, there should not be a folder structure inside the zip file. The correct folder structure for the application install zip file uses the following format:
app.zip
./app.dalp
./app.jar
./opt1.jar
How do I package my SDK/J application for deployment to the MFD through Web Image Monitor?
SDK/J application deployment is a feature of Web Image Monitor, the web interface to the MFD. This function only supports SDK/J 2.x going forward.
The correct application zip folder structure should be flat In with all files at top of tree. In other words, there should not be a folder structure inside the zip file. The correct folder structure for the application install zip file uses the following format:
app.zip
./app.dalp
./app.jar
./opt1.jar