• 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

Migration from websphere 3.5 to 4.0.1

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I'm a new bie to websphere, and i'm in project to migrate an application from websphere 3.5 to 4.0.1. Application is a simple site with jsp pages. They will be giving me source code. What all should i do to migrate or where can i find the documents for it
Prasad
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
First, the best way is to move to JSP 1.1.
Then to deploy your application, i think you should use Application Assembly Tool to package your JSPs in web module and enterprise application.
It generates an .ear file that you can deploy on WAS.
You can download WAS RedBook at this URL : http://publib-b.boulder.ibm.com/cgi-bin/searchsite.cgi?query=SG246176
Eric.
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This website has wealth of info
www.webspherecentral.com
hope this helps.
 
Prasad P Nair
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys,
I have a new problem now. In my jsp files all resource files(js and images) are given as absolute paths (/images/*.gif;/script/*.js). Now my problem comes when i try to give some context root(say abc). Now instead of pointing to abc/images/*.gif, it's pointing to root/iamges/*.gif. I need to give context root to my application in order to display everything correctly which means i can run only one application. Can anybody help??
 
reply
    Bookmark Topic Watch Topic
  • New Topic