Results 1 to 2 of 2

Thread: Deployment of Spring webservices in websphere

  1. #1
    Join Date
    Aug 2008
    Posts
    2

    Post Deployment of Spring webservices in websphere

    If we want to deploy the Spring WS in Websphere ,Is it neccessary to build the project using IBM jdk .

    Is any one have the document containing the deployment of Spring webservices in Websphere sever ?

  2. #2

    Default

    No. You should be able use Websphere as any other J2EE container. The only requirement is changes to the class loader policy. Please see FAQ's on Websphere specific class loader policy settings. There are three options available.
    You will need all the spring-ws dependencies. The ear file is deployed as any other j2ee ear file, no special configuration required. I normally develop my project using tomcat and deploy it on WAS.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •