Quoting Frankie Poon <[EMAIL PROTECTED]>:
> i have write a servlet to generate PDF using itext library,
> i can running this program in windows+tomcat, but fail to running this
> program in Linux(Apache+tomcat)!!
If you code works with windows+tomcat, it should work with linux+tomcat.
If it doesn
i have write a servlet to generate PDF using itext library,
i can running this program in windows+tomcat, but fail to running this program in
Linux(Apache+tomcat)!!
Anyone help me and tell me what 's wrong?
/*Source code*/
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
i