Hi Paul First I would like to thanks for your response. Well Paul, right now, I have been looking for the prototype given by jetspeed site url: http://neo.mizan.com which is powered by Jetspeed having 3500 users. Well, I have observed the unique behaviour: Once I opened the first page, at the top menu, I have found the menu links with all jsessionids. But once I entered into the portal through my user id 123 & password 123, the same url of the top menu gets change and shows viz. /portal/template. Where Jsessionid have gone? What I know server assign session ID dynamically to all users. Here, I have come across session ID is pre defined to the particular link of a particular user and which is unique to user. Well I think this predefined session ID is set by cookie which reside to the user/client. Regards Deep
-----Original Message----- From: Paul Spencer [SMTP:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 10:02 AM To: Jetspeed Users List Subject: Re: such a long URL if switching pages...??? Deep, See below. DeepSangeet wrote: > Hi > I have a simple query: > My requirement was to maintain the top frame and left frame same and switch > the main page to another page. > > Well what I have done that I went to /psml/anon/html/en/default.psml file > and added another portlet tag name "Templates" in the same file. > > <portlets> > <metainfo> > <title>Templates</title> > </metainfo> > ............. > ............. > ............. > </portlets> > > This action has modified the what I have been looking for and added up the > new item on the menu of the first page. When I click the newly added menu > item on the main page, it shows the another page but if I look to the URL it > is something like... > > http://localhost:8080/jetspeed/portal/pane0/Templales;jsessionid=1E7F73C 3CEC > 6C117948B9C88399E5C4A /jetspeed - Servlet Context /portal - Required by Jetspeed /pane0/Templales - Pane name to display ;jsessionid=1E7F73C3CEC6C117948B9C88399E5C4A - Session id set by the servlet engine. The servlet engine also trys to set a cookie with named jsessionid. > > Can one please help me to know why we get such a long URL? > I mean, I am trying to switch from one page to another page so why it shows > such a long URL? > > Not only this when I try to come back to home back it should show me the URL > : > > http://localhost:8080/jetspeed/portal/pane0/Home The top level pane name Home on the user's default page > > where as this should show a simple one such as: > > http://localhost:8080/jetspeed/index.jsp The first portlet on the default page. > > Why it has addedup /portal/paneo....? This allows may panes to be addressed in the URL. > I mean, I have never seen any e-commerce site where URL changes like this as > we switches the pages!!! Have you looked at the cookies set by the e-commerce site? Their is information about the current session the need to be passed between the browser and the server. Jetspeed is using the URL. > I believe there must be a another way to handle this problem instead adding > in the same default.psml file. I am not sure what the "problem" is? > > I shall be highly obliged for your kind advice. > > Regards > Deep > Paul Spencer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
