jndi
Getting JNDI to work with RDS
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[详细]
2023-03-17 07:56 分类:问答Modifying "msExchHideFromAddressLists" Active Directory Attribute Using JNDI
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[详细]
2023-03-16 14:23 分类:问答How to - Tomcat JNDI resource for a spreadsheet/any simple file?
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[详细]
2023-03-16 13:42 分类:问答JNDI DNS lookup with partial domain name
For example if I have the following SRV record defined in my DNS config _dev._tcpINSRV008400dev.server.com.[详细]
2023-03-16 02:32 分类:问答How to lookup JNDI resources on WebLogic?
I deployed a legacy application on WebLogic 11g. The application has the following code: Context context = new InitialContext();[详细]
2023-03-16 00:03 分类:问答How to register new JNDI name at run time by our program?
Is there any way to create/register new JNDI name 开发者_开发技巧at run time in JBoss from our java class?[详细]
2023-03-15 06:25 分类:问答How do I force GlassFish 2 to load EJBs on startup?
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[详细]
2023-03-14 18:04 分类:问答How to connect data base using jndi datasource in weblogic
How to connect data base using jndi datasource in weblogic. i am using following code but it is giving null value for connection[详细]
2023-03-14 17:51 分类:问答spring not able to find JNDI data source
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[详细]
2023-03-14 06:30 分类:问答Documentation of Java Mail API configuration for JNDI in Tomcat
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.[详细]
2023-03-13 21:23 分类:问答