Re: Deploying Struts 2 Portlet Into Pluto 1.1.6 Portlet Container

2008-12-05 Thread Nils-Helge Garli Hegvik
On Fri, Dec 5, 2008 at 3:50 PM, Phillips, Bruce A [EMAIL PROTECTED] wrote: We have been using the Pluto 1.1.6 Portlet container (http://portals.apache.org/pluto/) to test our JSR-168 portlets. Our team needs help learning the correct way to setup a Struts 2 portlet to run within the Pluto

Re: Deploying Struts 2 Portlet Into Pluto 1.1.6 Portlet Container

2008-12-05 Thread phillips1021
Well - after hours of trouble-shooting I finally figured out what my problem was. The error was in my web.xml: servlet servlet-nameStrutsExample/servlet-name servlet-classorg.apache.pluto.core.PortletServlet/servlet-class init-param

Re: Deploying struts

2004-09-30 Thread Adam Hardy
Hi there, you should put it in the WEB-INF/lib directory. However the struts-documentation should run straight out of the box. I suspect you have a configuration failure somewhere. On 09/29/2004 08:39 PM Sanghamitra Roy wrote: I have Tomcat 3.3.1. I have downloaded the struts 1.2.2 and

RE: Deploying Struts ???

2004-08-20 Thread Jim Barrows
-Original Message- From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 7:57 AM To: '[EMAIL PROTECTED]' Subject: Deploying Struts ??? Looking for pointers on how to best deploy struts based, JSP applications. I am using JDeveloper 10G

RE: Deploying Struts ???

2004-08-20 Thread Lykins Don H Contr AFSAC/ITS
so how do you suggest we deploy struts? each developer bundle struts in their own WAR files? -Original Message- From: Jim Barrows [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:12 AM To: Struts Users Mailing List Subject: RE: Deploying Struts ??? -Original Message

RE: Deploying Struts ???

2004-08-20 Thread Jim Barrows
-Original Message- From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 8:25 AM To: 'Struts Users Mailing List' Subject: RE: Deploying Struts ??? so how do you suggest we deploy struts? each developer bundle struts in their own WAR files

RE: Deploying Struts ???

2004-08-20 Thread Lykins Don H Contr AFSAC/ITS
20, 2004 11:43 AM To: Struts Users Mailing List Subject: RE: Deploying Struts ??? -Original Message- From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 8:25 AM To: 'Struts Users Mailing List' Subject: RE: Deploying Struts ??? so how do

Re: Deploying Struts ???

2004-08-20 Thread Jason King
The container can manage multiple versions of the classes. Each one is living in its own environment. Lykins Don H Contr AFSAC/ITS wrote: What are you referring to as a classpath loader?? Won't this cause conflicts if each project has their own WAR with struts inside? What happens if they use

RE: Deploying Struts ???

2004-08-20 Thread Jim Barrows
-Original Message- From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 8:47 AM To: 'Struts Users Mailing List' Subject: RE: Deploying Struts ??? What are you referring to as a classpath loader?? Sorry.. class loader. Won't this cause

Re: Deploying Struts ???

2004-08-20 Thread Lucas Gonzalez Pearson
PROTECTED] Sent: Friday, August 20, 2004 12:54 PM Subject: RE: Deploying Struts ??? -Original Message- From: Lykins Don H Contr AFSAC/ITS [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 8:47 AM To: 'Struts Users Mailing List' Subject: RE: Deploying Struts ??? What are you

RE: Deploying Struts ???

2004-08-20 Thread Jim Barrows
-Original Message- From: Lucas Gonzalez Pearson [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 10:15 AM To: Struts Users Mailing List Subject: Re: Deploying Struts ??? If you deploy two different war to a jboss server, the one that is deployed the latest

Re: Deploying Struts ???

2004-08-20 Thread Lucas Gonzalez Pearson
PM Subject: RE: Deploying Struts ??? -Original Message- From: Lucas Gonzalez Pearson [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 10:15 AM To: Struts Users Mailing List Subject: Re: Deploying Struts ??? If you deploy two different war to a jboss server, the one

Re: Deploying Struts ???

2004-08-20 Thread James Mitchell
Mailing List [EMAIL PROTECTED] Sent: Friday, August 20, 2004 1:29 PM Subject: Re: Deploying Struts ??? I thought so, but try renaming a .war file, and redeploying it, we had Smith.war and John.war, and whenever Smith deployed his war, all his classes would replace the ones that John had deployed

Re: Deploying Struts ???

2004-08-20 Thread Craig McClanahan
On Fri, 20 Aug 2004 14:14:46 -0300, Lucas Gonzalez Pearson [EMAIL PROTECTED] wrote: If you deploy two different war to a jboss server, the one that is deployed the latest will be used. I am experiencing this problem. Maybe Jboss classloader is does not support hierarchies? I am not a JBoss