• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

how to publish a jsp in WAS 4.0 AE

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
All I need to do is to publish a JSP. I have tried using AAT. It asks for a web module, a .war file. I have created a war file using the jar utility which contains only the JSP i want to publish. When I try to open the war file from the AAT,it gives an error message that the war file is not in proper format.
Can somebody explain me step by step how to publish and deploy a JSP/ Servlet in WAS, how to use AAT.
Thanks a bunch.
Mustang.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
just open AAT and create webmodule wizard from there add ur jsp to ur webmodule.automatically it'll ask u all req files..so try on this way dont do the war using jar command.coz if u do like that u'll miss some decriptor file (.xmls).so it'll not be valid archive for AAT.so try to do all the process through AAT as i told u in the begining...still any prob let me know
thx..
setradmin
 
mustang india
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a bunch buddy..i got it now...
 
reply
    Bookmark Topic Watch Topic
  • New Topic