Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 51426 invoked from network); 13 Feb 2007 20:58:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 20:58:09 -0000 Received: (qmail 5682 invoked by uid 500); 13 Feb 2007 20:58:03 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 5661 invoked by uid 500); 13 Feb 2007 20:58:03 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 5650 invoked by uid 99); 13 Feb 2007 20:58:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 12:58:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of dns4@cornell.edu designates 128.253.83.141 as permitted sender) Received: from [128.253.83.141] (HELO authusersmtp.mail.cornell.edu) (128.253.83.141) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 12:57:52 -0800 Received: from [128.253.38.248] (dns4-comstock2132-a2-netopsxp2.ento.cornell.edu [128.253.38.248]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.13.1/8.12.10) with ESMTP id l1DKvVOd003679 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 13 Feb 2007 15:57:31 -0500 (EST) Message-ID: <45D2263B.1020607@cornell.edu> Date: Tue, 13 Feb 2007 15:57:31 -0500 From: David Smith User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: insight into model.do References: <088EFB279DB2A64688EE22B92FBEABA007FE5C@mxi2.occa.state.ok.us> In-Reply-To: <088EFB279DB2A64688EE22B92FBEABA007FE5C@mxi2.occa.state.ok.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Actually, model.do is really just an abstract path that can map to a file or a servlet. Take a look in the WEB-INF/web.xml file of the occa webapp for the servlet mappings. There should be a servlet there mapped to *.do or model.do. The class in that mapping is responsible for handling the request. --David Steve Ingraham wrote: >http://172.16.255.100:8080/occa/model.do;jsessionid=9212C2FF4620210C92B6 >2443EE97760A > >I am looking for some information on how I can track down and read the >particular code on a web page. Above is an address to an intranet web >page that our users use to input information into a database. I >understand that /occa is a directory on the server 172.16.255.100 but I >cannot find where the specific script for this page is and how the data >is passed onto the database. In my limited understanding I thought >there would be a file in the /occa directory named model.do but there is >not. So, is this a call up to run some other file or script? My reason >for asking about this is that I am basically trying to track down which >field and table a particular field's data is passed to when a user >inputs data on the web page. > >I have talked with several of you guys in the past and you have been >very helpful. Although I have mentioned it before, I will say again >that I am trying to manage a system that was developed by my predecessor >and I have little to no information on how he developed this application >or where it resides. I am pretty much left with trying to reverse >engineer what was done. Is there a way I can track down how the user's >data is captured and stored in the database? > >Thanks in advance for your help, >Steve > > > > > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org