[Fwd: [Fwd: Lab 0 question]]
"Geeta Ramani" <[email protected]> Thu, 27 Feb 2003 07:37:26 -0500
| Newsgroups | gmane.comp.web.mvc.devel |
|---|---|
| Organization | Central Maine Power Company |
| Message-ID | <[email protected]> |
--------------18D65A0FFBF3E1FF2F68CB00 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Here's Vic's note which did not make it to me via the list... ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/NhFolB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: [email protected] Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ --------------18D65A0FFBF3E1FF2F68CB00 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Return-Path: <[email protected]> Received: from mail-gw.cmpco.com ([192.168.0.5]) by mercury.cmpco.com (Netscape Messaging Server 3.6) with ESMTP id AAA16AAE for <[email protected]>; Wed, 26 Feb 2003 17:59:10 -0500 Received: from mail-gw.cmpco.com (localhost [127.0.0.1]) by mail-gw.cmpco.com (8.11.6/8.7) with ESMTP id h1QMx4p17232 for <[email protected]>; Wed, 26 Feb 2003 17:59:09 -0500 Received: (from security@localhost) by mail-gw.cmpco.com (8.11.6/8.11.6) id h1QMwxh17167 for <[email protected]>; Wed, 26 Feb 2003 17:58:59 -0500 Received: from firewall(192.168.0.1) by mail-gw.cmpco.com via smap (V2.1) id sma016916; Wed Feb 26 17:57:05 2003 Received: from ([216.127.80.39]) by firewall-1; Wed, 26 Feb 2003 17:57:03 -0500 (EST) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by dummy.domain.name (Postfix) with SMTP id 272F1690C86 for <[email protected]>; Wed, 26 Feb 2003 22:57:03 +0000 (UCT) Received: from basebeans.com (dialup-209.246.91.148.Dial1.NewYork1.Level3.net [209.246.91.148]) by mail.mailsnare.net (Postfix) with ESMTP id C9C6C690BCF for <[email protected]>; Wed, 26 Feb 2003 22:57:01 +0000 (UCT) Message-ID: <[email protected]> Date: Wed, 26 Feb 2003 17:56:56 -0500 From: Vic Cekvenich <[email protected]> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: [email protected] Subject: [Fwd: Lab 0 question] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit here is what I sent the list, let me know if you did not get it. .V -------- Original Message -------- Subject: Lab 0 question Date: Wed, 26 Feb 2003 17:03:49 -0500 From: Vic Cekvenich <[email protected]> Organization: baseBeans Engineering Newsgroups: MVC-Programmers Best to ask questions on the list: One Question was: " I am on step 10 where you say "Start resin (r.bat)". So are we supposed to have installed Resin then? Does this mean I go to jasic\resin\bin and run setup.exe? " Ans: r.bat starts Resin. Resin is installed by just unzipping. Setup.exe is for something else in resin, it's just named bad. Resin is a Java app, so it can just run. r.bat start httpd.exe, which starts resin. Resin.conf is used to configure apps. (more on the Reisn home page). Once you start resin, you can browse to localhost/myPim/portlets/nameLst.html or localhost/myPim/portlets/cmsLst.html We are writing a CMS and a contact/name manager. If you just mock up simple html pages for the 3 screens, and can run it, good. Use lots of td/tr. More will make sense when you hear the presentation, but the point is that we start with requirements/mock up (... and make it into Struts). (lab 2 will be to "ren *.html *.jsp, and "setup" the IDE with a Struts project) Resin is a good practice, some think the fastest app. server (so for example you do not need a front end Apache). Resin gives me a license to distribute when I teach. more questions? .V --------------18D65A0FFBF3E1FF2F68CB00--