| Author |
https to http
|
shekoo shek
Greenhorn
Joined: Apr 18, 2006
Posts: 7
|
|
HI, I have an application which uses BEA weblogic server and iplanet webserver. MY application works fine, but there is one place where i call a servlet. At that point of calling a servlet, the url suddenly changes from https to http.ONly if i call a servlet it changes, in othercases works fine I really do not know what is happening. Any suggestions. Thanks, shek
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
You may want to check your deployment descriptor to see if the resource in question has any constraints associated with it.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
|
You might also want to check your code for absolute links with 'http://'.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: https to http
|
|
|