• 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

Error 404 - Not found -on accessing JSP- Weblogic 10.3

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am upgrading weblogic 8.1 to weblogic 10.3. My build is successful with ant and i am able to create ejbs.
I am able to deploy the .ear application in exploded mode and all ejbs and web application show deployed and active.
but when i am trying to access any jsp it is saying
Error 404--Not Found
though in tmp file of domain server i can see class files created for jsps.

i had already spent two days on this issue. please help urgently.
observation - when i start the weblogic..it does not show log on unix for deployment of ejbs
but on console it says deployed successfully.


PLEASE ADVISE..


 
neeraj bhardwaj
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody help on this. I am really stuck here..

Other observations -
Whenever there is an error in jsp..my access to jsp shows compilation error but when
there is no errors it says Error 404 - not found.

Quick advise will be greatly appriciated...
 
reply
    Bookmark Topic Watch Topic
  • New Topic