----- Original Message ----- From: "Terry McBride" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Sunday, December 14, 2003 5:47 PM Subject: Re: Migrating TDK2.3's newapp to Tomcat4.1.29
> Make sure a line like this exists in your_tomcat_root/conf/server.xml: > > <Context path="/YourWebappName" docBase="YourWebappName" > reloadable="false"/> I didn't try the suggestions given to me, because these all include that I have to modify servlet engine's (Tomcat's) default configuration which isn't good ... Any web application should have all it's requirements (including configurations) under it's directory, thus be able to be dropped inside servlet engine's /webapps directory and to work instantly. As far as I understand, sample web app called 'newapp' inside TDK is called by URL: http://localhost:8080/newapp/servlet/newapp Since pattern of URL has /servlet/ in itself, by servlet specs it means that part at the end should be name of servlet (for eg. org.apache.turbine.SOMEServlet), and since it is obvious that it's not the case above, it has to be some mapping name for that servlet ... These mappings should be declared in newapp's WEB-INF/web.xml file, but I don't see any ?! Some help? -Vjeran --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
