Tue May 29 23:42:10 PDT 2001 I've cleaned up the sources and created an ant based build system. You should just be able to drop the war into a tomcat instance and be able to run the app, modulo the database, JDBC driver setup. ------- Date: Fri, 27 Apr 2001 09:25:36 -0700 From: Arun Sharma Subject: Progress on the city bus project To: Linux India Programmers I managed to find a subset of the data on the net, which I've since imported into postgres. http://sharmas.dhs.org/~adsharma/projects/citybus/citybus.gif http://sharmas.dhs.org/~adsharma/projects/citybus/citybus.dmp It's a 18k dump of the postgres db. If you'd like to participate, you'll need 3 pieces of software: 1. jakarta-tomcat-3.2.1 (http://jakarta.apache.org/) 2. jython-2.1a1 (http://jython.sourceforge.net/) 3. postgresql-7.1 (http://www.postgresql.org/) And of course, a Java VM from IBM or Sun. The intent is to write servlets in jython. 2.1a1 comes with a special servlet called PyServlet, which allows you to do just that. Also, any pointers on how to go about procuring the final data that's accurate and how to keep it up to date will be highly appreciated. -Arun ~