Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-13 Thread Jeff Sheets
Absolutely! I might find time this weekend for that -- Jeff On Thu, 13 Jan 2005 08:36:38 -0800, David Sean Taylor <[EMAIL PROTECTED]> wrote: > Jeff Sheets wrote: > > My approach when using weblogic was to add the 5 shared jars into the > > weblogic classpath in the startweblogic script. The

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-13 Thread David Sean Taylor
Jeff Sheets wrote: My approach when using weblogic was to add the 5 shared jars into the weblogic classpath in the startweblogic script. Then in my applications directory I have jetspeed.war and also myapp.ear. Inside myapp.ear is myportletapp.war and myportletapp2.war. They both show up find in

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-12 Thread Bharat Nagwani
- From: Jeff Sheets [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 11:08 AM To: Jetspeed Users List Subject: Re: jetspeed 2 on Weblogic 8.1 Sp4 My approach when using weblogic was to add the 5 shared jars into the weblogic classpath in the startweblogic script. Then in my applications

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-12 Thread Jeff Sheets
may not work > in weblogic. > > Thanks much > > Bharat > > > > From: Randy Watler [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 11, 2005 10:03 PM > To: Bharat Nagwani; 'Jetspeed Users List ' > Subject: RE: jetspeed 2 on

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-12 Thread Bharat Nagwani
List ' Subject: RE: jetspeed 2 on Weblogic 8.1 Sp4 Bharat, First see this wiki page: http://wiki.apache.org/portals/Jetspeed2/Fusion J1/Fusion and J2 use the same codebase, so I am fairly sure that you will need to follow these instructions. If you still have problems, perhaps some other J

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Randy Watler
... sorry I cannot help more. Randy -Original Message- From: Bharat Nagwani To: Jetspeed Users List Sent: 1/11/05 5:49 PM Subject: RE: jetspeed 2 on Weblogic 8.1 Sp4 Hi, Jetspeed.xml does exist in my tomcat deployment in webapps folder. And I see it uses factory

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
nal Message- >From: Randy Watler [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 11, 2005 3:50 PM >To: Jetspeed Users List >Subject: Re: jetspeed 2 on Weblogic 8.1 Sp4 > >Bharat, > >You need to configure the >org.apache.jetspeed.tools.pamanager.servletcontainer.Appl

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
but that doesn't have any property for datasource. Thanks much -Original Message- From: Randy Watler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 4:25 PM To: Jetspeed Users List Subject: Re: jetspeed 2 on Weblogic 8.1 Sp4 Bharat, I assume you are specifying 'weblo

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Randy Watler
ike I have to move weblogic connection class to the webapp. Is there any jetspeed or spring connection pool framework I can use instead? thanks -Original Message- From: Randy Watler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 3:50 PM To: Jetspeed Users List Subject: Re: jet

RE: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Bharat Nagwani
instead? thanks -Original Message- From: Randy Watler [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 3:50 PM To: Jetspeed Users List Subject: Re: jetspeed 2 on Weblogic 8.1 Sp4 Bharat, You need to configure the

Re: jetspeed 2 on Weblogic 8.1 Sp4

2005-01-11 Thread Randy Watler
Bharat, You need to configure the org.apache.jetspeed.tools.pamanager.servletcontainer.ApplicationServerManager bean in jetspeed-spring.xml to use the WeblogicManager instead of the TomcatManager class, (from the same package). The WeblogicManager class takes no constructor arguments, (see the