running FOP multiple times, at one tomcat server(and one JVM) (IMPORTANT)

2002-04-21 Thread Fischer Tibor
Hello, I run FOP from a JSP page, at Tomcat webserver. It works fine, til there is only one user at a time. But if 2 users want to use the fop converter at the same time, it fails, and says: type Exception report message Internal Server Error description The server encountered an internal error

Re: running FOP multiple times, at one tomcat server(and one JVM) (IMPORTANT)

2002-04-21 Thread J.Pietschmann
Fischer Tibor wrote: I run FOP from a JSP page, at Tomcat webserver. It works fine, til there is only one user at a time. But if 2 users want to use the fop converter at the same time, it fails, and says: ... javax.servlet.ServletException: duplicate class definition:

Re: running FOP multiple times, at one tomcat server(and one JVM) (IMPORTANT)

2002-04-21 Thread Fischer Tibor
thanks, but i solved the problem. i had to put these row, into my FOP executer method: org.apache.fop.messaging.MessageHandler.setID(true); BR, Fishy J.Pietschmann wrote: Fischer Tibor wrote: I run FOP from a JSP page, at Tomcat webserver. It works fine, til there is only one user at a time.