• 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

WAS4.0.1 newbie questions

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
We hav developed an application consisting of Servlets(2.2) and JSPs(1.0) using VAJ3.5. We have deployed and have been running this application on WAS3.5.6 successfully for a few months now. Now, we have been considering an upgrade to WAS4.0.1 which I have successfully installed on a Win2K server...now I have a few questions regarding installing my application-
1. I know WAS 4.0.1 supports JSP1.1. Do Ihave to convert all my JSPs(about 120 of them) to v1.1 or can I still use the current version? If there is a need for conversion is there an automated way to do it or what is the best way??
2. I don't have any EJBs in my application, so I all I have will be a .war file. Do I still have to use the "Install ENTERPRISE application" wizard on the consloe to deploy my app? because I don't have EJBs is there something else that just deploys the .war files?
3.During the generation of my .war files with the AAT, I used the "Add Jar" files as all my servlets are in 4 jar files. But this gives me an error. Can the classes be in .jar files or do they have to be in a directory structure?
4. Is there a better way to build .war files and deploy them other than using AAT?
Any help/advice will be very useful
Thanks & Regargds,
Veni.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic