• 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

porting from Weblogic5 to WL6.1

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to run my application on WL6.1 that was running on WLS 5.1 earlier, i'm able to bring up the web application (deploying the war file etc.) but when i try to login, it's not allowing me to do so (web.xml is using form based authentication j_security_check) and shows my loginfailed jsp page saying that login failed.
Do i need to do something specfic changes to make it working???
Thanks,
N.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you getting any exception when you fail?
I know that the jsp compiler changed from in one of the later 5.1 sps.
Without any additional diagnostic its hard to help.
don.
 
Jain Neeraj
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No i'm not getting any exception or anything, it's just not allowing me to log in (
reply
    Bookmark Topic Watch Topic
  • New Topic