• 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

websphere jsp complilation problem

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I created an Ear file containing my classes and jsps and deployed the ear in WAS4.0(with fixpak 4). I am getting problem with jsps. The error says compilation failed. JSPG0059E.
Further info is:
I could deploy first ear file with no problem and the jsps din't give any problem. In the second Ear file (different application name) also same jsps are there(as in first application). After deploying the second ear, i am getting this problem.
Pls. help me.
Thanks in advance.
Satheesh
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There shouldn't be any problem.Did U give a different context root for the new ear file.
Ashok
 
Satheesh Kumar G
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I gave new context root name, still the same problem
thanks and regards,
Satheesh
reply
    Bookmark Topic Watch Topic
  • New Topic