I've also just read the servlet spec, and didn't see any mention of this concept.
Where is this <Context> thing defined? Under what standard does it exist? Help!
* * *
Wait - I see <Context ... /> in the tomcat server.xml... is that what we are talking about? If so, did I miss some documentation that requests that I do something special with <context> in server.xml for Tomcat to make pluto work? I have not, and it does seem to work...
And if so, then Pluto is dependent on Tomcat, not on any Servlet 2.3 container, right?
Thanks.
- Glenn
On Friday, October 3, 2003, at 05:01 AM, Steven Parkes wrote:
The portal webapp in pluto requires <Context crossContext="true" .../>
and uses ServletContext.getContext to access portletapps. The portal
webapp and portletapps also have to share static class variables in the
portlet container, so the portlet container jar has to be in a directory
such as $CATALINA_HOME/shared/lib.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
