You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Bharat Nagwani <bn...@juniper.net> on 2005/01/11 23:47:18 UTC

jetspeed 2 on Weblogic 8.1 Sp4

Hi,

 

I installed J2m1 on Tomcat 4.1(hsql db). Works perfect.

When I tried the same on Weblogic 8.1 sp4(hsql db) I get following error

 

WARN: IOException, CatalinaPAM will only function as FileSystemPAM:
java.net.ConnectException: Connection refused: connect

 

Looking at source I see this message is coming from TomcatManager.java .
This seems to get invoked because I have in JetSpeed.properties

 

org.apache.jetspeed.catalina.version.major

autodeployment.catalina.version.major=5

autodeployment.catalina.base=${applicationRoot}/../../

autodeployment.catalina.engine=Catalina

autodeployment.server=localhost

autodeployment.port=80

autodeployment.user=admin

autodeployment.password=admin

autodeployment.staging.dir=${applicationRoot}/WEB-INF/deploy

autodeployment.target.dir=${applicationRoot}/../

autodeployment.delay=10000

autodeployment.earlyInit = true

 

1.	First of all why Tomcat class is getting invoked when I am using
WebLogic
2.	Second am I supposed to comment the above lines or why do I need
autodeployment?
3.	I am also getting java.lang.NoClassDefFoundError:
weblogic/jdbc/wrapper/PoolConnection

I am using DataSource JetspeedDB and corresponding conn pool to HSQL db
in Weblogic. 

 

 

Any light on these will he helpful.

 

thanks


Re: jetspeed 2 on Weblogic 8.1 Sp4

Posted by Randy Watler <rw...@finali.com>.
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 JBossManager entry in 
jetspeed-spring.xml)

The autodeployment properties are ignored by WeblogicManager.

Sorry, I am not much help on the connection pool issue...

Randy

Bharat Nagwani wrote:

>Hi,
>
> 
>
>I installed J2m1 on Tomcat 4.1(hsql db). Works perfect.
>
>When I tried the same on Weblogic 8.1 sp4(hsql db) I get following error
>
> 
>
>WARN: IOException, CatalinaPAM will only function as FileSystemPAM:
>java.net.ConnectException: Connection refused: connect
>
> 
>
>Looking at source I see this message is coming from TomcatManager.java .
>This seems to get invoked because I have in JetSpeed.properties
>
> 
>
>org.apache.jetspeed.catalina.version.major
>
>autodeployment.catalina.version.major=5
>
>autodeployment.catalina.base=${applicationRoot}/../../
>
>autodeployment.catalina.engine=Catalina
>
>autodeployment.server=localhost
>
>autodeployment.port=80
>
>autodeployment.user=admin
>
>autodeployment.password=admin
>
>autodeployment.staging.dir=${applicationRoot}/WEB-INF/deploy
>
>autodeployment.target.dir=${applicationRoot}/../
>
>autodeployment.delay=10000
>
>autodeployment.earlyInit = true
>
> 
>
>1.	First of all why Tomcat class is getting invoked when I am using
>WebLogic
>2.	Second am I supposed to comment the above lines or why do I need
>autodeployment?
>3.	I am also getting java.lang.NoClassDefFoundError:
>weblogic/jdbc/wrapper/PoolConnection
>
>I am using DataSource JetspeedDB and corresponding conn pool to HSQL db
>in Weblogic. 
>
> 
>
> 
>
>Any light on these will he helpful.
>
> 
>
>thanks
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org