• 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

404 errror on app migrated from oas10 to weblogic, unless I remove servlect mapping from url

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am moving an app from oas10 to weblogic, and I am having issues with the jsp I believe. It is not an app that I have worked on, I just have to move it.

I believe it is an issue with the jsp lifecycle, because if I remove /app (the servlet mapping is /app/*) from the url (http://my-dev.myjob.com/mylist/app/pages/dashboard.xhtml) I can see the basically unconverted page. For instance one page looks like this when I remove /app from the url path:

#{msgs.MyList}
#{msgs['MyList']}
#{msgs['LoginMessage']}
#{msgs['CollabLoginOrCreate']}
#{msgs['NewUsers']}
arrow
#{msgs['CreateProfile']}
#{msgs['CreateTime']}

But when I add the necessary /app back in, I get error 404 not found. Here is the web.xml servlet mapping:

Any ideas? I have been working on this one little issue for waaaay too long now
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic