• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Potal Url

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I using WSAD 5 with portal toolkit ,portal user url created by portal api
how can acsses portlet directly from another server and show information
from portal for example in normal web application we can acsses any jsp file
like that www.myserver\.....\any.jsp directly how can make this issue with
portal ...?
 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by AMR OMAR:
how can acsses portlet directly from another server and show information
from portal for example in normal web application we can acsses any jsp file
like that www.myserver\.....\any.jsp directly how can make this issue with
portal ...?



Portlets are not tied to URLs. You cannot provide a link to a specific portlet - if you could, it wouldn't be a portlet. If you wish to obtain some data from another server (e.g. weather info for your portal), then you would implement a portlet which would establish some sort of a connection to the remove server, pull data from it and render it within a portlet.
[ January 03, 2006: Message edited by: K Riaz ]
 
AMR OMAR
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i found the solution check this
http://www-128.ibm.com/developerworks/websphere/library/techarticles/0508_scott/0508_scott.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic