Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

How to map non - *.jsp files to be served as regular JSP pages?

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

Can anyone tell me how to map a file that doesn't end with .jsp (but a valid JSP 2.0 page) to be served as a regular JSP page in Weblogic. I tried the following:



I'm doing a PageContext.include() of .xyz files from a custom tag. The problem with the above approach is that the JSP processor was not able to find the custom taglibs and was not parsing ELs. However, the root jsp having the same custom taglib and ELs work fine.

I thought I was missing some initialization params. I could not get the default mapping for .jsp files (In Tomcat, it is defined under config/web.xml). I'm new to Weblogic. I'm using Weblogic 9.0 beta. Any help would be much appreciated.

thanks,
Raj

[ January 06, 2005: Message edited by: raj madhuram ]
[ January 06, 2005: Message edited by: raj madhuram ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic