Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 52611 invoked from network); 14 Jul 2007 18:53:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2007 18:53:26 -0000 Received: (qmail 9716 invoked by uid 500); 14 Jul 2007 18:53:14 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 9692 invoked by uid 500); 14 Jul 2007 18:53:14 -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 9674 invoked by uid 99); 14 Jul 2007 18:53:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2007 11:53:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [196.25.240.83] (HELO ctb-mesg-2-3.saix.net) (196.25.240.83) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Jul 2007 11:53:11 -0700 Received: from animal (dsl-243-78-121.telkomadsl.co.za [41.243.78.121]) by ctb-mesg-2-3.saix.net (Postfix) with SMTP id 818022392 for ; Sat, 14 Jul 2007 20:52:41 +0200 (SAST) Message-ID: <003601c7c648$2f51bf60$0500000a@animal> From: "Johnny Kewl" To: "Tomcat Users List" References: <030901c7c59c$fe4bf7b0$0500000a@animal> Subject: Re: PORTLETS On Tomcat... Date: Sat, 14 Jul 2007 20:52:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Antivirus: avast! (VPS 000755-1, 2007/07/11), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Ok I still have no idea how to use portlets... but found an easy way to get going on TC Download OpenPortal Deployer https://portlet-container.dev.java.net/ Install the OpenPortal project using these instructions on TC https://portlet-container.dev.java.net/public/TomcatInstallation.html In Netbeans 5.5.1 or better Tools->Update->Center (Netbeans Beta) Do not install the Sun System Portal server..... thats the mistake I made Just install Generic Portlets... Make a default Portlet project..... and compile it. Start Tomcat.... go to http://localhost:8080/portletdriver/dt Click on the Admin Tab.... Browse for your portlet War in DIST folder of project you made. Deploy it.... Create some more windows at bottom of page..... switch to portlet tab You will see your portlets.... Hopefully that answers questions about developing in Netbeans for Tomcat portlets.... it definitely works. BUT.... if you make portlets on an application server... like Spring or Glassfish.... you going to have problems trying to moving back to a servlet container. Whether you should use portals?..... thats 4 u 2 decide. ===========Previous Message================ Done a little more research on portlets.... but still havnt got the things running on my dev environment If you wondering what a portlet is.... here are two very interesting flash video's http://portalpack.netbeans.org/files/documents/212/1236/plugindemo_deployment_management.htm https://portlet-container.dev.java.net/screencast/pc_sdk/PC_SDK.html It seems the portlet container can be installed on Tomcat... however the installation on Netbeans seems GlassFish orientated. https://portlet-container.dev.java.net/public/TomcatInstallation.html Now the thing about that is that one is a servlet container the other a application container.... so (and this is where I wish I had got the things running) I think its very easy for a Netbeans user to use EJB's without even realizing it.... and thats why I think we starting to see questions like... it gave me an EAR file, how do I use that on tomcat. Isnt the tooling in those video's amazing.... even if you dont like the concept of portlets.... awesome tools these developers are putting together. --------------------------------------------------------------------- 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