i'm trying to deploy a spring/hibernate based application on tomcat
and i have this defined in application:
---------------------------------------------------------
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiName" value="java:DB2DS" />
</bean>
---------------------------------------------------------

application is currently running on websphere where jndi/datasource is
defined via websphere admin console and nothing special is required in
application.

i'm trying to find a way where i don't need to change my app to work
on tomcat, some way to define jndi resource that doesn't require
changes to application.
every document related to this requires some changes to app so i'm
wondering how can i configure tomcat with minimal changes in my app?

Aljosa Mohorovic

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to