Jamie,
Check the web.xml in security/WEB-INF directory.
I had the same problem, and in my case the following code was missing:
<servlet>
<servlet-name>JetspeedContainer</servlet-name>
<display-name>Jetspeed Container</display-name>
<description>MVC Servlet for Jetspeed Portlet
Applications</description>
<servlet-class>org.apache.jetspeed.container.JetspeedContainerServlet</servl
et-class>
</servlet>
<servlet-mapping>
<servlet-name>JetspeedContainer</servlet-name>
<url-pattern>/container/*</url-pattern>
</servlet-mapping>
You can compare this web.xml with the web.xml for HelloWorld portlet, for
example.
Hope it helps.
Greg
----- Original Message -----
From: "Jamie Cruise" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 24, 2004 7:53 AM
Subject: [SPAM] - Login portlet empty - Email has different SMTP TO: and
MIME TO: fields in the email addresses
I have installed jetspeed 2 and started it up using "maven quickStart".
The login portlet is empty. Any ideas?
Cheers
Jamie
---------------------------------------------------------------------
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]