• 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

Weblogic 10.3.3 - Accessing compiled .jsps which are stored in a jar

 
Greenhorn
Posts: 7
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, we are currently migrating from OC4J to Weblogic. There is an ANT script which builds our .ear file and it compiles and stores all the .jsps in a jar of their own.
Now when I tried to deploy the application on Weblogic, when accessing .jsps I always received 404, I realized it had something to do with the location of the .jsps, so I exported the .ear using Eclipse and not our ANT script, and the .jsp files weren't packaged into a jar of their own.

I did some research and found out that there is JSPServlet in Weblogic used to handle .jsps. So I mapped *.jsp in web.xml to this servlet, but it still didn't work.

What could be the problem?
 
See ya later boys, I think I'm in love. Oh wait, she's just a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic