1 Reply Latest reply on Mar 15, 2002 6:18 AM by adrian.brock

    how to test a code deployed in jboss

      hi ,

      i getting stuck with how i shld. test the bean deployed.the .jar and .war files are deployed sucessfully.now i am calling my servlet from a php code which will send the inputs to my code.my servlet will in turn call the bean and will show the output from the bean.

      the problem that i face is :
      to which url should i redirect my php code ?
      to the catalina port or to the 1099 port on which jboss is listening and to which file.

      if i redirect it to the 1099 code then the servlet class is only shown on the browser....

      pls. help.

      thanks.