Sorry, I should have posted more info before. I followed the instructions in the TDK-How-to exactly. I ran "ant" in $TDK_HOME. Then cd'd into webapps/newapp/WEB-INF/build, edited the build.properties and ran "ant init". All of this seemed to go as expected, producing no errors and generating, among other things, class files.
Could this be a case-sensitivity thing? Since I'm on Windows, is it possible the build procedure is compiling the classes with incorrect file names? -----Original Message----- From: Hugh Brien [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 21, 2001 4:05 AM To: Turbine Users List Subject: Re: Unable to access newapp You have to make sure that you build your project. Check to make sure there are classes in WEB-INF/classes. If not you need to build your project from inside WEB-INF. CD to WEB_INF/build and run ant and see what happens. r, Hugh ----- Original Message ----- From: "Michael Pridemore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 9:46 PM Subject: Unable to access newapp Environment: TDK 2.1 Windows 2000 MySQL 3.23.40-max-nt 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". 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. BTW, no log files whatsoever seem to be created in $TDK_HOME/logs or $TDK_HOME/webapps/newapp/logs. Any help you can provide would be immensely appreciated. I've been fighting this all day and I can't figure out what I'm missing. -Mike -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
