• 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

JSP include tag issue with RAD 6.0

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am using a RAD as my Application server. When I import the EAR file and run the project using the default server. The application starts fine however when the jsp pages are called, the include file inside the JSP page are not compiled or linked.

The same war works fine in WAS 5.1. Please let me know if you have any updates.

Thanks in Advance
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't remember having any JSP include issues since WAS v5.1 days.... but you mentioned that your app. works OK on stand alone WAS v5.1... which is good

but

...you cited that same doesn't work on RAD. First of all which version of RAD? And most importantly which version of in-built WAS test server that you have in your RAD? If your WAS test server "VERSION" in RAD doesn't match with your standalone WAS v5.1 ...then bring up your WAS test server version in RAD to the same level of stand alone server (i.e. v5.1 per you) and see if that makes any difference.

Cheers,
H. Kanthi
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic