• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSF Migration

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have an application developed in JSF 1.1 running with the following specifications J2ee 2.3, Jsp 1.2, servlet 2.3. This application was running perfectly in Websphere 6. After migration of this application with RAD 7, deployed into WAS 7, we are facing a lot of alignment issues and navigation issues. Do I need to look into any particular configuration regarding J2ee/JSF to resolve this migration issue?

Please provide your inputs if somebody came across similar issue. Thanks.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WAS is a full-stack JEE server and therefore has an implementation of JSF2 built into WAS7 itself. It's probably conflicting with your JSF1.x code.

IBM normally provides migration guides for this kind of thing, not to mention RedBooks. You should investigate.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic