0 Replies Latest reply on Nov 20, 2001 10:43 PM by venkat

    Servlet-JSP

    venkat

      hi,
      i have a developed a chat application using HTTP methodology which uses request/responce paradigm.
      (in the application totally i am having 3 servlets and 2 client applets.)
      the application is working fine with weblogic.
      when i tried to deploy the same in JBOSS the client applet is getting stucked/hanging.
      earler similar type of application with sockets was working fine in JBOSS. now we changed our application to http and added many other functioanlities.

      What might be the reason for this? are there any special settings to be set in JBOSS ?