-
Aug 8th, 2008, 11:56 PM
#1
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 ?
-
Aug 11th, 2008, 03:08 PM
#2
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
-
Forum Rules