> We are trying to activate Tomcat 4.1.18 from JBoss 2.4.3 using JDK > 1.4.1. We have managed to run Tomcat 4.1.18 in a standalone mode, and > we have managed to activate Tomcat 3.2.3 from JBoss. > However, when we try to activate Tomcat 4.1.18 from JBoss, > we get the exception below. > It appears that JBoss is trying to create a Log File using > org.apache.tomcat.logging.Logger but this class no longer appears in > Tomcat 4.1.18. > I don't know if I can answer your question yes or no, because I am only slightly familuar w/ JBoss.
But eithier modify the source or conf somehow to point at the following class I believe: org.apache.catalina.logger.FileLogger I think that will give you the same affect. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
