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

Reply via email to