Dear List: I successfully download TDK, build and install the sample application and start catalina. For reference, I didn't change the default values in $TDK_HOME/build.properties so the sample is installed as "newapp" and "org.mycompany.newapp".
I ran �ant� in the tdk directory, and �ant init� in the build directoy. Everything completed normally, without any errors/ My problem is that I cannot seem to access the application. I point my browser to http://localhost:8080/newapp/servlet/newapp and get a 404-Not Found error. I can hit http://localhost:8080 and get the default Tomcat page, but no dice on newapp. PS. I went trough the mailing list archives, and I fond a similar message. The author eventually resolved the problem by setting the CATALINA_HOME directory correctly. I have already done that, and am using Tomcat 4.0.1. located at: /var/jakarta/tomcat-4.0.1 so I have set: export CATALINA_HOME=/var/jakarta/tomcat-4.0.1 Your help will be appreciated. BTW. Can anybody briefly explain the mechanism by which tomcat finds the application? Please reply to: [EMAIL PROTECTED]
