3 Replies Latest reply on May 22, 2003 10:33 PM by kick_puff

    configure jboss and tomcat

    ninja-verde

      Hello i'm a french developpers and i'm not very good in english...

      I work with jbuilder 7 + web development kit 3:

      I have few questions...
      I don't know how to develop some Web services with jboss...
      When I load http://localhost:8080/axis/index.html it's answer : "no contest configured to treat this request"

      Thanks @+

        • 1. Re: configure jboss and tomcat
          prabhakar

          Jboss does not have a default context installed. You need to install a webapp. Are you trying to use Jboss.net or Axis as a separate webapp?

          -prabhakar

          • 2. Re: configure jboss and tomcat
            ninja-verde

            Thanks for ur response, i've another...
            When your load localhot:8080/jboss-net you can see the axis index...
            But I want to change this adress into localhost:8080/axis and see same things...

            Thanks in advance...

            • 3. Re: configure jboss and tomcat
              kick_puff

              Hello i come from china.my english is very poor.

              i work with Builder +Jboss+Tomcat.

              Jbuilder8 has "deploy" function. after you config Jbuilder's some path,you can deply app properly.

              example:

              1.you crete an Test ejb;
              2.you make propery properly
              3.you deploy Test ejb
              4.Jbuilder create folder
              \server\deploy\Test.war
              5.you can locate url:
              127.0.0.1/Test

              good luck to you!