The Artima Developer Community
Sponsored Link

Web Services Forum
About change the servlet version from 2.2 to 2.3

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
kim law

Posts: 3
Nickname: kimlaw
Registered: Feb, 2009

About change the servlet version from 2.2 to 2.3 Posted: Aug 5, 2011 1:46 AM
Reply to this message Reply
Advertisement
I have change the the servlet version from 2.2 to 2.3 in
web.xml in the web application.

>>> From
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">

>>> To
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">

I want to know what the other configuration files is/are reuqired to edit , what library I need to add in the web application or what configuration is required to set in WebSphere . The application server is WebSphere 6.5

Thank.

Topic: faultString: SOAP-ERROR: Encoding: object hasn't 'code' property Previous Topic   Next Topic Topic: Gsoap Service and WCF Client

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use