My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
WebRunning  
Updated Feb 4, 2010 by soroto...@gmail.com

Running EpubCheck for Web

EpubCheck 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.

Comment by sharma.a...@gmail.com, Apr 12, 2008

Good

Comment by ovisiong...@gmail.com, Apr 20, 2010

"'"

Comment by mangal.v...@gmail.com, Sep 5, 2010

Does it store the epub file after validation or removed it automatically?

Comment by marcin....@gmail.com, Apr 27, 2011

How can I simply set it on Debian system?

Comment by zthar...@gmail.com, Nov 15, 2011

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

Comment by juan.sum...@gmail.com, Jan 15, 2012
"Where on the system is the servlet trying to save the upload file. "

C:\Program Files\Apache Software Foundation\Tomcat 6.0\temp

Comment by zthar...@gmail.com, Jan 26, 2012

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?


Sign in to add a comment
Powered by Google Project Hosting