On 1/1/02 10:32 PM, "Ivo Zivkov" <[EMAIL PROTECTED]> wrote:
> I have a question about deploying the application. > > I am using the latest Turbine TDK with Tomcat 4.0.1 on Linux. After > successfully building the sample �newapp� in the turbine TDK, tomcat > reposted �Not fond error 404� to the URL: > http://localhost:8080/newapp/servlet/newapp > <http://localhost:8080/newapp/servlet/newapp> , even though I have correctly > set CATALINA_HOME variable. I can verify that TOMCAT is running properly, > because id displays its information when browser pointed to > http://localhost:8080 <http://localhost:8080/> . The only way I could get it > to work is by making a link from the TDK directory: The TDK comes with a version of tomcat, it doesn't currently support having an external version of tomcat installed. Setting CATALINA_HOME doesn't work because the sample app is generated into the directory structure of tomcat that comes with the TDK. > $SOME_TDK_HOME/webapps/newapp > > to the tomcat directory: > > $CATALINA_HOME/webapps/newapp > > I could then access the application using the URL > http://localhost:8080/newapp/servlet/newapp > <http://localhost:8080/newapp/servlet/newapp> . > > Was this step not supposed to be made automatically by the build process? Is > there anything special to be done to make tomcat find the application. I > could not find anything that links the TDK application to the tomcat > directory. > > Any help would be greatly appreciated. > > Regards, > Ivo Zivkov > [EMAIL PROTECTED] > > -- jvz. Jason van Zyl http://tambora.zenplex.org http://jakarta.apache.org/turbine http://jakarta.apache.org/velocity http://jakarta.apache.org/alexandria http://jakarta.apache.org/commons -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
