0 Replies Latest reply on Oct 14, 2002 8:10 AM by stalwar

    Losing track when calling a class from Remote object

    stalwar

      I am calling a session bean from JSP, which calls a JavaBean which inturn calls the Remote object which calls a method of some bean. The problem is:
      The server is not able to reach till the bean method. I don't know where the control goes, neither an error is displayed nor the messages are logged in log4j. This occurs only if I deploy JBoss and Tomcat separately. If I use JBoss in built with tomcat, then the control is able to reach to the bean method from the remote object.

      Any idea, why?