[ 
http://issues.apache.org/jira/browse/JS2-396?page=comments#action_12356696 ] 

Bhaskar Roy commented on JS2-396:
---------------------------------

The login screen appears, after providing the url (http://servername/jetspeed), 
and after entering the username and password when I hit submit button, it 
refreshes the same screen, but if I use the URL 
(http://servername/jetspeed/portal/default-page.psml) then I am able to login.

When I try to logout it just refreshes the same screen too.

Also in portlet I am using this kind of code to load new jsp page -

PortletContext context = getPortletContext();
PortletRequestDispatcher  rd = context.getRequestDispatcher("/jsp/hello.jsp");
rd.include(request, response);       

and portlet is not able to load new jsp page, I checked the catalina.out file, 
but there is no error in it.

All these happens only when the client browser is behind proxy/firewall, if not 
it works perfect.

Is there any problem in URL redirection here with proxy, if so what needs to be 
done.

> Jetspeed portal doesn't work if client is behind Proxy/Firewall
> ---------------------------------------------------------------
>
>          Key: JS2-396
>          URL: http://issues.apache.org/jira/browse/JS2-396
>      Project: Jetspeed 2
>         Type: Bug
>  Environment: Server in Linux
>     Reporter: Bhaskar Roy

>
> I have installed Jetspeed2 M4 on Linux, it works fine if I access locally or 
> from a PC which is not behind Proxy, if the client is behind proxy, it 
> doesn't work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to