I\'m trying to configure Tomcat 7 to use an RDS/MySQL instance and I\'m having no luck. I suspect the problem is in my context.xml. With a context.xml present, bad things happen like not being able to
I have created an Active Directory client using JNDI, that has the ability to query for attributes, as well as modify existing ones.I have the need to modify the \"msExchHideFromAddressLists\" to set
I would like to configure a spreadsheet or some simple file as a resource for my we开发者_Python百科b application through Tomcat. Something like JDBC data source. Is it possible? How?If you want to pa
For example if I have the following SRV record defined in my DNS config _dev._tcpINSRV008400dev.server.com.
I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext();
Is there any way to create/register new JNDI name 开发者_开发技巧at run time in JBoss from our java class?
We\'re using EJB3 on GlassFish v2. My application includes a GenericServlet called StartupServlet, which has an init method. java.util.TimerTask pollers started from this method cannot lookup facades
How to connect data base using jndi datasource in weblogic. i am using following code but it is giving null value for connection
I am developing a spring web开发者_如何学C application . A JAR file which I use in my application , is looking for DataSource using JNDI. I configured theelement in my tomcat\'s server.xml. The config
I spend several days to figure out how to configure an javax.mail.Session in Tomcat via JNDI with authentication, now I get it but only after a deep dive in the code.