InitialContext configuration

2002-12-13 Thread Rod Frey
This question seems to have been asked about a thousand times: I apologize for bringing it up again. I was unable to find a solution that worked from among prior responses. I want to configure Tomcat's InitialContext with Jboss' JNDI info. Life is good as long as I do things in code:

RE: InitialContext configuration

2002-12-13 Thread Rod Frey
Thanks for the reply. I should have mentioned that I started encountering these problems when I put the Tomcat server on a different machine. There was no trouble when I was running Tomcat embedded. Right now, there's no trace of Jboss on the Tomcat server. Thanks again! Rod -Original

Log4J.xml location?

2002-12-13 Thread Rod Frey
Until a few days ago, I've been running Tomcat embedded in JBoss. When I moved Tomcat to a separate machine a few days ago, I lost all Log4j messages. How can I get them back? I've added the following to my server.xml file: Logger className=org.apache.catalina.logger.FileLogger

IE calls servlet multiple times for one request

2001-06-04 Thread Rod Frey
I've got a threading issue that I can't work out. I've got a servlet that gets called from my web application. It takes an object model that's stored in the session, asks the object model to cough up a representation of itself in XML-FO, then generates a PDF representation using FOP. It then