• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

401 exception is coming when i am starting my portal

 
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
We run a website when we start our portal ( we are using JBOSS portal), with jsp as frontend and oracle as the backend.
When i start my portal the following exception is coming ...
I googled around on the net it says the userid and pwd was invalid ...
But i do not know where this userid and pwd exists ..The db username is correct and i can connect to it.
When i run the same thing on different machine then no error is coming ...
I have no clue how to tackle this problem ...
This is the first time i am seeing this problem.




Thanking you in advance !!!
[ February 11, 2008: Message edited by: vanlalhmangaiha khiangte ]
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sounds like a browser setting.

Some browsers are set to automatically pass credentials without you knowing it. Perhaps this is happening. Set your browser to always prompt for a username and password, rather than forwarding one on automatically.

Could be it?

-Cameron McKenzie
 
vanlalhmangaiha khiangte
Ranch Hand
Posts: 170
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Some browsers are set to automatically pass credentials without you knowing it. Perhaps this is happening. Set your browser to always prompt for a username and password, rather than forwarding one on automatically.



Hi how do i do this ?
From where is this set ?

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic