You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Rupesh Narayan <na...@gmail.com> on 2006/03/10 12:18:18 UTC

Regarding problems in running portlet under tomcat

Hi,

I am running into a problem trying to get a simple portlet (built in JSC) to
run  within Tomcat. If anyone has any thoughts as to why the error message
below, it would be much appreciated…

I create a simple portlet with JSC.

My goal is to deploy to tomcat 5.5

The portlet is a simple HelloWorld portlet

It works fine in Pluto container within the JSC environment

I export a WAR file and place it in my tomcat_home\webapps
Directory. After Tomcat starts, it expands the WAR file into the appropriate
folder structure.

I get the following during the Tomcat startup
….
INFO: Installing web application at context path /WelcomePortlet from URL
file:c
:/JavaClasses/jakarta-tomcat-5.0.28/webapps/WelcomePortlet
Jul 25, 2005 6:48:22 PM com.sun.faces.config.rules.ConverterRule end
WARNING: [ConverterRule]{faces-config/converter} Merge(null,
java.math.BigDecimal
)
Jul 25, 2005 6:48:22 PM com.sun.faces.config.rules.ConverterRule end
WARNING: [ConverterRule]{faces-config/converter} Merge(null,
java.math.BigInteger
)
Jul 25, 2005 6:48:24 PM org.apache.catalina.core.StandardHostDeployerinstall
….

I register the portlet within my Portal framework.

When the portlet is rendered it brings up a portlet window that has a name
but with no data in the portlet window.

At that point tomcat hiccups with the following message
--------------------------------------------------------------------
------------

Jul 25, 2005 6:53:00 PM com.sun.faces.application.ViewHandlerImplgetFacesMap
g
WARNING: Unable to determine FaceServlet mapping for servlet path 'null'

-----------------------------------------------------------------
------------

With Regards,
Rupesh