Portal provider beginner question
Hi
I m a beginner with portal server, and Im trying to create my own container and provider. Im looking at the standard channel that is installed with the portal server: JSPTabContainer
The authlessanoumous user is setup with JSPTabContainer as default channel, and portal Desktop type is anonymous,sampleportal.
From the xml files in /samples/desktop I see:
<Container name="JSPTabContainer" provider="JSPTabContainerProvider">
So Ive also looked at:
<Provider name="JSPTabContainerProvider" class="com.sun.portal.providers.containers.jsp.tab.JSPTabContainerProvider" version="2" >
Questions:
1.in the provider it refers to com.sun.portal.provicers.containers.jsp.tab.JSPTabContainerProvider. I believe this is a class located somewhere. Does anyone know where to find this class, or even better look at it as a .java file.
2.The name of the folder in /etc/opt/SUNWps/desktop/[type]/([provider]or[cannel]) is it directly referred to the value in <Container name=>?
I hope someone can helpe me with these questions.
Best Regards,
Kristian Grnli

