You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Luis Javier Beltrán <lb...@miatech.net> on 2003/04/10 19:58:11 UTC

Problems getting Jetspeed to work

Hi everybody,

I've just deployed Jetspeed on my Orion 2.0 server and configured it to work
with Oracle. After some minor issues I finally got the Jetspeed homepage.
But when I try to login simply nothing happens. I've tried with the turbine,
admin accounts and nothing, it just refreshes the same homepage. I then
created a new user, and after saving the new account it redirected me to the
user homepage, but if I logout and try to log in again with the new account
it doesn't work.

What should I do?

Thanks in advance

Luis Javier


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Problems getting Jetspeed to work

Posted by Scott Hamilton <sc...@det.nsw.edu.au>.
On Fri, 11 Apr 2003 03:58, Luis Javier Beltrán wrote:
> Hi everybody,
>
> I've just deployed Jetspeed on my Orion 2.0 server and configured it to
> work with Oracle. After some minor issues I finally got the Jetspeed
> homepage. But when I try to login simply nothing happens. I've tried with
> the turbine, admin accounts and nothing, it just refreshes the same
> homepage. I then created a new user, and after saving the new account it
> redirected me to the user homepage, but if I logout and try to log in again
> with the new account it doesn't work.

    Yes I had this problem as well,  I ended up making a change
    to

       WEB-INF/templates/vm/navigation/html/top.vm


   and changing the form to look like


<form method="POST" action="#">
<input 
    name="$jslink.ActionKey" 
    type="hidden" 
    value="$config.getString("action.login")">

   This seems to work.... 


>
> What should I do?
>
> Thanks in advance
>
> Luis Javier
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org