View Full Version : steps to deploy pentaho on Tomcat 5.0
narayan
09-29-2005, 03:56 AM
Hi -
Is there any detailed documentation for deploying pentaho on Tomcat 5.0.
regards
narayan
gmoran
09-29-2005, 04:11 AM
Hi!
Yes, there is detailed information in our Advanced Installation Guide for the latest release (0.9.7.3) on how to install the platform to Tomcat.
Be sure to get release 0.9.7.3 of both the platform binaries AND the documentation:)
Let us know how the installation goes for you,
best regards,
Gretchen
narayan
09-29-2005, 05:58 AM
hi -
had gone through the installation guide .. not of much help
As there is no mention of editing web.xml and the parameter setting for solution-path. (managed to find it through the forums)
Anyways i have entered the following context paramters
solution-path /usr/local/jakarta-tomcat-5.0.28/webapps/pentaho/WE
B-INF/classes/org/pentaho
base-url http://192.168.1.202:8080/pentaho/
But got the following error:
Error:
---------------------------------
2005-09-29 19:05:57 StandardContext[/pentaho]Exception sending context initialized event to listener instance of class org.pentaho.system.SolutionContextListener
java.lang.ExceptionInInitializerError
at org.pentaho.audit.AuditEntry.(Unknown Source)
at org.pentaho.audit.AuditHelper.audit(Unknown Source)
at org.pentaho.session.BaseSession.(Unknown Source)
at org.pentaho.session.StandaloneSession.(Unknown Source)
at org.pentaho.session.StandaloneSession.(Unknown Source)
at org.pentaho.system.PentahoSystem.init(Unknown Source)
at org.pentaho.system.SolutionContextListener.contextInitialized(Unknown
Source)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:3827)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
343)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:823)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:80
7)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
---------------------------------