You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by ADong <gz...@hotmail.com> on 2005/01/17 13:34:22 UTC

I hava a questry about Tapestry working in WebLogic

Hi,
  The environment of our project is: Spring 1.1 + Tapestry 3.0.1 + Hibernate 
2.16 + Oracle 9i. if in resin-3.0.3, the rate is not too slowly. But if we 
disposed the project in WebLogic8.1 sp2, the rate becomes more slowly.
  Could you tell me there is any collision in WebLogic ?
  Thank you very much. The following is the config.xml of WebLogic.

<?xml version="1.0" encoding="UTF-8"?> 
<Domain ConfigurationVersion="8.1.2.0" Name="mydomain"> 
<Server ListenAddress="192.169.0.1" ListenPort="88" Name="myserver" 
NativeIOEnabled="true" ReliableDeliveryPolicy="RMDefaultPolicy" 
ServerVersion="8.1.2.0"> 
<SSL Enabled="false" HostnameVerificationIgnored="false" 
IdentityAndTrustLocations="KeyStores" Name="myserver"/> 
</Server> 
<JMSFileStore Directory="rmfilestore" Name="FileStore"/> 
<WSReliableDeliveryPolicy DefaultRetryCount="10" 
DefaultTimeToLive="60000" Name="RMDefaultPolicy" Store="FileStore"/> 
<Security Name="mydomain" 
PasswordPolicy="wl_default_password_policy" 
Realm="wl_default_realm" RealmSetup="true"/> 
<EmbeddedLDAP 
Credential="{3DES}1F6f6OseuKWpbRapeSG7u/Aa7XAUbnU4TL9u45JDCbo=" 
Name="mydomain"/> 
<SecurityConfiguration 
Credential="{3DES}
tqmEZBL1rSvVK+XX/PSDO6foQEReGBunOr+rTTtob3YnCyP+GQxehTL5nrdDwqk6QghqdU4BLTkoBD8H
a6z41fw5DvotbY5C" 
Name="mydomain" RealmBootStrapVersion="1"/> 
<Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/> 
<FileRealm Name="wl_default_file_realm"/> 
<PasswordPolicy Name="wl_default_password_policy"/> 
<JMSServer Name="WSStoreForwardInternalJMSServermyserver" 
Store="FileStore" Targets="myserver"> 
<JMSQueue CreationTime="1104152410875" 
JNDIName="jms.internal.queue.WSStoreForwardQueue" 
JNDINameReplicated="false" 
Name="WSInternaljms.internal.queue.WSStoreForwardQueuemyserver"/> 
<JMSQueue CreationTime="1104152412781" 
JNDIName="jms.internal.queue.WSDupsEliminationHistoryQueue" 
JNDINameReplicated="false" 
Name="WSInternaljms.internal.queue.WSDupsEliminationHistoryQueuemyserver"/> 
</JMSServer> 
<Application Name="test" Path="C:\" StagingMode="nostage" TwoPhase="true"> 
<WebAppComponent Name="test" Targets="myserver" URI="test"/> 
</Application> 
<JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver" 
InitialCapacity="10" Name="MyJDBC Connection Pool" 
Password="{3DES}rn6iYN8AEdkVLwguFb6KSw==" 
Properties="user=test" Targets="myserver" 
TestTableName="SQL SELECT 1 FROM DUAL" 
URL="jdbc:oracle:thin:@192.168.0.2:1521:orcl"/> 
<JDBCTxDataSource JNDIName="test" Name="MyJDBC Connection Pool" 
PoolName="MyJDBC Connection Pool" Targets="myserver"/> 
</Domain>


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