• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

deployable name url changed.

 
Ranch Hand
Posts: 113
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have an application when i type "http://localhost:7001/eo" in the url browser i get a login page and in browser the url got converted to "http://localhost:7001/authservice/login.jsp" (earlier it was "eo" it is changed to "authservice/login.jsp") on entering password i am able to login correctly.
but if i type "http://localhost:7001/authservice/login.jsp" directly in the browser then also i get a login page but on entering the correct password i get an error page in the application, why?? can any body help me on understanding this.

when i am reaching error page at that time the url is "http://localhost:7001/authservice/".

one more problem as soon as i changed the url on error page to "http://localhost:7001/eo" i am able to direcly login correctly without giving username and password
(i believe since i gave user name and password eariler so after changing the url on error page login detail might be present in sesion and it just took me to the application.....

can any body tell me where i should look for this problem. My application is deployed in Weblogic.

thanks,
[ October 30, 2008: Message edited by: Tanu Gulati ]
 
bacon. tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic