Hi all!
I am trying to test the J2EEStore with the RDBMS implementation! However I
keep getting a NameNotFoundException on my datasource! I assume that this is
a problem with my datasourcename definition in my server.xml.
<Context path="" docBase="slide" debug="99" privileged="true">
<Environment name="tyrexDomainConfig"
type="java.lang.String" value="mytyrexconfig.xml"/>
<Environment name="tyrexDomainName" type="java.lang.String"
value="mytyrex_domain"/>
<Resource name="my_db" auth="Container"
type="tyrex.resource.Resource"/>
<ResourceParams name="my_db">
<parameter>
<name>name</name>
<value>mtx_db_tx</value>
</parameter>
</ResourceParams>
</Context>
I have placed this definition under the host tag in the server.xml - is that
correct? I have followed the instruction given by Ashok Kumar from July 22
2003!
Thanks
Jacob
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]