|
WebRunning
Running EpubCheck for WebEpubCheck for Web is a simple web interface for EpubCheck. It can be deployed using any servlet-compatible web server, such as Apache Tomcat. Note that you need Java version no less than 1.5. To run EpubCheck on the web server, select a .war extension download. You may want to rename it, as the name is typically used as a base path for the web app. Drop the war file where your sever expects to find web applications (e.g. C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps). If your file was named epubcheck.war, you should be able to point your browser to http://your-server/epubcheck and see a simple web page to upload epub file. |
► Sign in to add a comment
Good
"'"
Does it store the epub file after validation or removed it automatically?
How can I simply set it on Debian system?
Where on the system is the servlet trying to save the upload file. I am getting a
java.io.FileNotFoundException?: upload/upload_220eb066_133a8134b757fff_00000000.tmp (No such file or directory)
when trying to upload.
can you give me a path or post the source so i can dig it out myself?
thanks
C:\Program Files\Apache Software Foundation\Tomcat 6.0\temp
No go. The equivilent path on Mac 10.6 is /Library/Tomcat. There is a temp directory there with 777 permissions. I am still getting the file not found error. Any idea what the correct path might be on Mac OSX?