0 Replies Latest reply on Jun 29, 2007 8:10 AM by jinesh.p1983

    problem in connecting jboss and tomcat

    jinesh.p1983

      Hi all,
      I have jboss 4.0.1 that is installed on server .Jboss i have deplyoed all my beans.Now from in my machine i have installed tomcat 5.0.28 in which i have deployed my web application.This entire web application is in struts.

      Now from the web application when i am trying to call the beans on jboss(installed on server) i am getting the following error

      Exception in Caching the datajava.lang.Exception: javax.naming.CommunicationException: Failed to connect to server 127.0.0.1:6640 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 127.0.0.1:6640 [Root exception is java.net.ConnectException: Connection refused: connect]


      can anybody help me?
      is there any settings to be made in jboss?