On Wed, Dec 6, 2017 at 9:00 AM, akash prasad <akash....@gmail.com> wrote:
> Yes one of the jsp file have not updated. But still i am not able to see > my services. Is there any configuration changes or need to add any other > node or so in services.xml file. > I have compared with the samples as well. I couldn't find any difference > but not sure though. > > On Wed, Dec 6, 2017 at 7:14 PM, Andreas Veithen <andreas.veit...@gmail.com > > wrote: > >> My guess is that your Web app still has the JSP files from the old >> Axis2 version. That won't work. >> >> Andreas >> >> On Wed, Dec 6, 2017 at 12:17 PM, akash prasad <akash....@gmail.com> >> wrote: >> > Hi Team, >> > >> > Initially my Axis2 server was developed in 1.5.6 and now upgrading to >> the >> > latest version. By looking into the release notes upgraded all the >> dependent >> > libraries. Now i am facing the error as "Session creation forbidden" >> when i >> > try to browse the list of services and also i am getting 500 error for >> the >> > other requests, after looking into the source code found that >> > "ForbidSessionCreationWrapper " has been included in 1.7.4 version. Is >> there >> > any configuration change required to make it compatible my application >> with >> > Axis2 latest version. >> > >> > Even i have made changes to my application as per the changes did for >> > "Session Fixation" >> > https://github.com/apache/axis2-java/commit/0959a27a51e844c7 >> 381ec1ad8a411861bba09b98 >> > >> > Can you please provide some help with this. >> > >> > Thanks in advance. >> > >> > Regards, >> > Akash Prasad. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org >> For additional commands, e-mail: java-user-h...@axis.apache.org >> >> > You should be able to hit localhost:8080/axis2-web/ or whatever your url is, and see the "happy axis2" page. One quick thing to verify is your axis2.war/axis2-web and axis2.war/WEB-INF/include dirs match the supplied dirs in the axis2 distro. Kind regards, Robert