Return-Path: Delivered-To: apmail-portals-jetspeed-user-archive@www.apache.org Received: (qmail 1197 invoked from network); 27 Feb 2009 20:11:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 20:11:57 -0000 Received: (qmail 71186 invoked by uid 500); 27 Feb 2009 20:11:56 -0000 Delivered-To: apmail-portals-jetspeed-user-archive@portals.apache.org Received: (qmail 71165 invoked by uid 500); 27 Feb 2009 20:11:56 -0000 Mailing-List: contact jetspeed-user-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Users List" Delivered-To: mailing list jetspeed-user@portals.apache.org Received: (qmail 71154 invoked by uid 99); 27 Feb 2009 20:11:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 12:11:56 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of AMObst@express-scripts.com designates 199.249.176.16 as permitted sender) Received: from [199.249.176.16] (HELO smtp06.express-scripts.com) (199.249.176.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 20:11:46 +0000 X-SBRS: 5.3 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgACAN/Xp0mnEg4FmWdsb2JhbACCMCySBwEBAQEBEwoHEbMHAY8ggmQBgS8G Received: from unknown (HELO smtp02.express-scripts.com) ([167.18.14.5]) by smtp06.express-scripts.com with ESMTP; 27 Feb 2009 14:10:17 -0600 Received: from [167.18.220.62] by smtp02.express-scripts.com with ESMTP (Tumbleweed MMS SMTP Relay (Email Firewall v6.3.2)); Fri, 27 Feb 2009 14:10:18 -0600 X-Server-Uuid: FD9BCB49-F140-4FBE-8683-ED8B657773AA Received: from mail5.express-scripts.com ([167.18.220.60]) by mail3p.express-scripts.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 27 Feb 2009 14:11:16 -0600 Content-Class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.0.6619.12 Subject: Okay have JetSpeed deployed in WAS. Some questions. Date: Fri, 27 Feb 2009 14:10:20 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Okay have JetSpeed deployed in WAS. Some questions. thread-index: AcmZF2fFhELDhKc2SpqOZnOu3/u/Bw== From: "Obst, Aaron M. (EHQ)" To: "Jetspeed Users List" X-OriginalArrivalTime: 27 Feb 2009 20:11:16.0383 (UTC) FILETIME=[8BB2FAF0:01C99917] X-TMWD-Spam-Summary: TS=20090227201020; ID=1; SEV=2.3.1; DFV=B2009022715; IFV=NA; AIF=B2009022715; RPD=5.03.0010; ENG=NA; RPDID=7374723D303030312E30413031303230412E34394138343845352E303134383A5343464D413734323037332C73733D312C6667733D30; CAT=NONE; CON=NONE; SIG=AAAAAAAAAAAAAAAAAAAAAAAAfQ== X-MMS-Spam-Filter-ID: B2009022715_5.03.0010 X-WSS-ID: 65B697201Q01271022-01-01 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C99917.6A367582" X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C99917.6A367582 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Okay I finally managed to get JS deployed and started in WAS. However when I hit the URL all I get is the main portal screen. Trying to login does nothing, but go back to the main screen and the j2-admin URI doesn't seem to be working. When I built the ear file to deploy into WAS here is what I did; In the /webapps/j2-admin directory I did; jar -cvf j2-admin.war * In the /webapps/jetspeed directory I did; jar -cvf jetspeed.war * I then copied the jetspeed.war and j2-admin.war to another directory. In that directory I created a META-INF and put in the following application.xml file into the META-INF; JetSpeed Portal jetspeed.war /myportal j2-admin.war /j2-admin I then ran; jar -cvf jetspeedportal.ear *=20 This command above would have included j2-admin.war, jetspeed.war, META-INF and the application.xml in the META-INF I know Im asking and hoping a lot, but any idea if I missed out on something above? Aaron ------_=_NextPart_001_01C99917.6A367582--