2010/3/2 Karthik Nanjangude <[email protected]>: > > Can a standalone piece of code (out of web apps) connect via JNDI to the > web application running successfully on Tomcat
Only if your web application will open a socket and listen there. Tomcat 6.0 connectors themselves understand HTTP(S) and AJP protocols only. If you say about JNDI, I suppose you are going to use LDAP protocol. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
