Hi Tomas, It depends on which turbine version you want to use. If 2.2 then it will not work on tomcat 5 because tomcat doesn't supports servlet 2.2 spec. The last tomcat ver. that supports this spec is 4.0.6.
Try to see tomcat logs of your context. Regards, Kostya > -----Urspr�ngliche Nachricht----- > Von: Thomas Pf�fflin [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 18. Oktober 2004 21:36 > An: [EMAIL PROTECTED] > Betreff: How to move a turbine app from TDK to a tomcat 5 > > > Hi, > > I have managed to get a small turbine webapp running with the > TDKs Tomcat > 4.0.4 > and have tried to get this running on a Tomcat 5.0.27. > > I call my app in the browser with > http://localhost:8080/rshop/servlet/shop/ if running in TDK. > > I thought all i have to do, is setting an context file to > Tomcat to load my webapp, and copy my project to that location. > > After starting Tomcat 5 I get the following log: > > > 18.10.2004 21:33:17 org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8080 > 18.10.2004 21:33:17 org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 2544 ms > 18.10.2004 21:33:17 org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > 18.10.2004 21:33:17 org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.0.27 > 18.10.2004 21:33:17 org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > 18.10.2004 21:33:17 org.apache.catalina.core.StandardHost getDeployer > INFO: Create Host deployer for direct deployment ( non-jmx ) > 18.10.2004 21:33:17 > org.apache.catalina.core.StandardHostDeployer install > INFO: Processing Context configuration file URL > file:E:\Tomcat 5.0\conf\Catalina\localhost\admin.xml > 18.10.2004 21:33:20 > org.apache.struts.util.PropertyMessageResources <init> > INFO: Initializing, config='org.apache.struts.util.LocalStrings', > returnNull=true > 18.10.2004 21:33:20 > org.apache.struts.util.PropertyMessageResources <init> > INFO: Initializing, config='org.apache.struts.action.ActionResources', > returnNull=true > 18.10.2004 21:33:21 > org.apache.struts.util.PropertyMessageResources <init> > INFO: Initializing, > config='org.apache.webapp.admin.ApplicationResources', > returnNull=true > 18.10.2004 21:33:23 > org.apache.catalina.core.StandardHostDeployer install > INFO: Processing Context configuration file URL > file:E:\Tomcat 5.0\conf\Catalina\localhost\balancer.xml > 18.10.2004 21:33:23 > org.apache.catalina.core.StandardHostDeployer install > INFO: Processing Context configuration file URL > file:E:\Tomcat 5.0\conf\Catalina\localhost\manager.xml > 18.10.2004 21:33:24 > org.apache.catalina.core.StandardHostDeployer install > INFO: Processing Context configuration file URL > file:E:\Tomcat 5.0\conf\Catalina\localhost\rshop.xml > 18.10.2004 21:33:24 org.apache.catalina.startup.ContextConfig > validateSecurityRoles > INFO: WARNING: Security role name admin used in an > <auth-constraint> without being defined in a <security-role> > log4j:WARN No appenders could be found for logger > (org.apache.stratum.component.ComponentLoader). > log4j:WARN Please initialize the log4j system properly. > 18.10.2004 21:33:28 > org.apache.catalina.core.StandardHostDeployer install > INFO: Installing web application at context path > /jsp-examples from URL file:E:\Tomcat 5.0\webapps\jsp-examples > 18.10.2004 21:33:29 > org.apache.catalina.core.StandardHostDeployer install > INFO: Installing web application at context path from URL > file:E:\Tomcat 5.0\webapps\ROOT > 18.10.2004 21:33:29 > org.apache.catalina.core.StandardHostDeployer install > INFO: Installing web application at context path > /servlets-examples from URL file:E:\Tomcat > 5.0\webapps\servlets-examples > 18.10.2004 21:33:30 > org.apache.catalina.core.StandardHostDeployer install > INFO: Installing web application at context path /tomcat-docs > from URL file:E:\Tomcat 5.0\webapps\tomcat-docs > 18.10.2004 21:33:30 > org.apache.catalina.core.StandardHostDeployer install > INFO: Installing web application at context path /webdav from > URL file:E:\Tomcat 5.0\webapps\webdav > 18.10.2004 21:33:30 org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > 18.10.2004 21:33:31 org.apache.jk.common.ChannelSocket init > INFO: JK2: ajp13 listening on /0.0.0.0:8009 > 18.10.2004 21:33:31 org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/90 config=E:\Tomcat > 5.0\conf\jk2.properties > 18.10.2004 21:33:31 org.apache.catalina.startup.Catalina start > INFO: Server startup in 14390 ms > > > Because it is processing my context, maybe it already runs > anywhere, but where can i find it. Or is there something i > have to configure for Tomcat 5? > > Thanks in advance for all hints. > > Thomas > > --------------------------------------------------------------------- > 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]
